Quantcast
Channel: SCN: Message List
Viewing all 8851 articles
Browse latest View live

Re: product hierarchy sap table fields

$
0
0

Santanu,

These fields are not assigned to any tables; they only exist in structure/SAPAPO/RELHTC.  The data that you may see in a structure can come from non-table sources, and it typically not stored permanently.  Structure fields are populated at runtime.

 

Speak to your local ABAPer, who can explain to you the difference between tables and structures.

 

Using the tables mentioned by expert Thamizh, a capable ABAPer can re-create in a custom report just about any output that is available in //RELHSHOW.

 

Best Regards,

DB49


Can I use a trigger to keep record of deleted data?

$
0
0

I am trying to log changes to a table, including deletes. The trigger is working effectively for INSERT and UPDATE, but does not capture the data from the row when I create a DELETE trigger.   I have tried various trigger syntax methods to capture the data in a new "log" table, but I only seem to get the key field after the trigger fires.

 

My base table has only a few fields:  ID (key), NAME, DESCRIPTION, CREATED_ON, UPDATED_ON.

 

On delete, I would like to capture the data that was deleted for record keeping and audit trails.   Below is the latest iteration of my trigger define code:

create trigger ADDRESS_TYPES_TRIGGER_D
BEFORE DELETE ON "MEDPORTAL"."MEDPORTAL_XS.data::ADDRESS_TYPES" 
REFERENCING OLD ROW AS thisRow
FOR EACH ROW              
begin  declare newId INT;  declare deleteId INT := 131;  select "MEDPORTAL"."MEDPORTAL_XS.data::Address_Types_Log_ID".NEXTVAL into newID from DUMMY;  INSERT INTO "MEDPORTAL"."MEDPORTAL_XS.data::ADDRESS_TYPES_LOG"   (ID,  USERNAME,  ACTION_ID,  ADDRESS_TYPE_ID,  NAME,  DESCRIPTION,  UPDATED_ON  )  values(  :newId,  current_user,  :deleteId,  :THISROW.ID,  :THISROW.NAME,  :THISROW.DESCRIPTION,  current_timestamp  );
end

This code captures the newId from the sequence as the new table key.  It also captures the USERNAME, ACTION_ID (coded to a delete message in another table), ADDRESS_TYPE_ID (THISROW.ID), and the current_timestamp.  How can I capture the data in NAME and DESCRIPTION in the log table? 

 

I have tried

create trigger ADDRESS_TYPES_TRIGGER_D
AFTER DELETE ON "MEDPORTAL"."MEDPORTAL_XS.data::ADDRESS_TYPES" 
REFERENCING OLD ROW AS thisRow
FOR EACH ROW 

and

create trigger ADDRESS_TYPES_TRIGGER_D
AFTER DELETE ON "MEDPORTAL"."MEDPORTAL_XS.data::ADDRESS_TYPES" 
FOR EACH ROW 

 

But I cannot capture the data.  I am on the AWS rev 70 image (1.0.70.386119)

Is the DELETE trigger capable of capturing the data?

Re: Another user or another operation modified data

$
0
0

Hi,

 

The above error due to:

 

User can't open same document concurrently  for updating.

 

For example:

 

PO: 616000221 opened for update. But user is not completed for updating process ie, he did not press update button and leave it PO under updating condition.

 

Again he opened for same document 616000221, then he modified some field, then try to update. This case, system will show above error message.

 

12.JPG

 

 

Thanks & Regards,

Nagarajan

Overriding default error messages in number fields

$
0
0

Hi experts,

 

 

 

I have a numeric field that I want to reject negative numbers.

 

 

 

At the moment, if I enter -1, I get the following error message returned:

 

 

 

"Improper use of mathematical leading sign in value "

 

 

 

If I wanted to replace this with my own error message, how would I go about it?

 

 

 

Thanks and regards,

 

 

Dean.

Moving chart labels in CR 2008 (12.6.0.1596)

$
0
0

Hi,

 

I have a simple bar chart which has an x and y axis.  The labels on the x axis (peoples names) are sometimes too big to display horizontally so it displays as two lines (first name on top with surname below which is fine).  However the chart object doesn't resize to accomodate the larger label and cuts off the surname.

 

  • there are no other objects below the chart which may be causing this.
  • manually resizing the chart doesn't work
  • reducing the font size of the labels doesn't work

 

I found that I can move the labels in design view and move them up closer to the chart itself, but this has limited effect.  The example chart in design view only has three x axis items so only the first three labels are moved up, with the rest still cut off.  I cannot move the labels in Preview view.

 

Does anyone know a way to move the axis labels or make the chart object resize to display the labels in full?

 

 

thanks

 

mc

Re: How can I know who released a transport.

$
0
0


Hi Kranthi,

 

Good that you got answer to your query.

 

Regards,

Deepanshu Sharma

Upgrading Portal 7.3 – and work ESS/MSS

$
0
0

Dear experts

 

I am with a project of upgrade portal of 701 to 7.3. However the customer not want update the appplications current.

 

We are working ECC 6.0 with eph 6. Portal 701.

 

I am checking this blog: and apply option 1.

 

http://scn.sap.com/community/netweaver-portal/migration-and-upgrade/blog/2013/01/09/upgrading-to-nw-portal-73-what-to-do-with-essmss

 

I know that for that the applications of ESS&MSS 1.41 work with SAP NW 7.3 I have that install the  new re-compiled Java packages for NW 7.3 are called ESS 633, MSS 630, PCUI_GP 633.

 

I have applications as E-Recruiting, LSO, ESS&MSS

 

My questions are:

 

If I use the same role that I have in this moment the applications will work fine ?

 

What is proccess of migrate the roles, iview, page, workset created in portal 701 to 7.3?

 

Thanks in adavance

 

Regards

Re: Nota 1975152

$
0
0

Solucionamos el problema aplicando la solucion mencionada arriba:

 

Edit --> deactivar el asistente para que puedes poner el codigo.


Re: Busqueda Formateada

$
0
0

es porque creaste tu pregunta como una discusion, no como una pregunta, por eso no tienes esa opcion.

Re: SE61 - Issue to create

$
0
0

Hi Marilia

 

Can you please try to delete it in and then create a new one .  In which system are you getting the error ?  Is it in PROD environment .

 

Looks like the issue is caused when the message was created in a different language and you are trying to change using a different one.

 

For reference , see below link : Error with zlogin_screen_info

 

Thanks

 

Rishi

Re: EAM Issue

$
0
0

Hello Sai,

 

Yes, It should work with Dialog Users. Actually when we decided to switch from Service to Dialog we asked SAP if it was supported and we get the response:

"Yes you can use FFID as Dialog in GRC10.
Also please review the SAP Note 1586989 for more information.
This Note also applied to GRC10."


We configured on SP10 using Dialog users and the only problem we faced was with password policies, but this can be solved as described by Collen.


Cheers,

Diego.

Re: Group condition, Determine condition base value (weight, volume etc.)

Re: Login Authentication for HWC Applications

$
0
0

I would say there is nothing like "always". It should depend on business needs.

 

In prod environment, it is recommended to use "automatic registration" instead of manual. (Here we need to implement LDAP at SUP level) and at start screen you may opt for HTTPAuthenticationLoginModule for authentication at backend level.

 

You can see other options as well in HWC settings screen.  You may implement the same using Afaria.

Regards,

Jitendra

Re: Run time for win 8 crystal report..................

Re: .PFL files accumulating in Temp directory of SAPService

$
0
0

Hi Deepanshu, I checked the files that I have and the most recent is dated 20/04/2013, can i delete this files?

 

thanks for all your help.


Re: Delete Leave Request Workflow still Active - Unable to Reapply

$
0
0

Hi Surjith,

 

Check the table PTREQ_STATUS_TRA whether the settings are correctly maintained for the status type - ARQ and the Transition  - DELETE.

 

Regards,

Mithun K

Re: How to split cost of G/L account to several cost receivers (WBS,G/L etc.)

$
0
0

Dear All,

 

I think, this case is abour investment or Construction In Progress cost.

Why don't you try settlement to FXA Object and the Object is AUC?

By this method, when settlement process it will use G/LL Acoount automatically refer to AUC Master data or Allocation Structure.

 

Thanks

Adi

Re: Latest Business Package and Support Package for ESS/MSS for ECC6.0 EHP6 and SAP EP7.3

$
0
0

Hi Vishal,

 

MSS add on 1.0 is enough.

 

Regards,

Mithun K

Re: Service Level in OTR not getting updated

$
0
0

Hi,

 

Kindly also maintain Service level codes under SPRO ->Forwarding Order MAnagement-> Define transportation service level codes.

 

Hope it helps.

 

Regards

Nitesh

Only some users facing issue that "One or more mandatory variables of query XXX not filled"

$
0
0

Hi XCelsius Guru,

 

We have a dashboard in XCelsius that is based in multiple BW Query. This BW Query has one a variable which is not mandatory but initialized. I did the connection the bw query with xcelsius and everything was fine, but for few users when they try to execute the dashboard with the url link if gives the below error meaasge.

 

"One or more mandatory variables of query XXXXXX not filled"

 

For this user everything was working fine few days back but is showing error now but no authorization has been changed.

 

Regards,

Ankit

Viewing all 8851 articles
Browse latest View live




Latest Images