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

Re: How to restrict query selection to a collaborator role value

0
0

Hello Ramesh,

 

As per my understanding, you wanted to pull all the projects where the current loggedin user is added with the role COLLABORATOR.

 

Follow the below approach and append this syntax to the query you have written.

*Join FCI_PRO_PROJECTS table with FCI_DOC_COLLABORATOR table.

*In WHERE clause, USER_NAME_OBJECT_ID = <%CURRENT_USER_ID%> and COLLABORATOR_ROLE_OBJECT_NAME LIKE 'Collaborator'

 

Hope this helps!!

 

Regards,

Vignesh


Re: Mount points for distributed sap server installation

0
0

Hi Prabhat,

 

The mount points looks good. and below mount points should be shared along CI &DB servers:-

 

/usr/sap/<SID>

/oracle/client/


And for Dialog instances you can use the below mount points shared across using NFS.


/usr/sap/<SID> --> can be local too

/sapmnt/<SID> --> shared

/usr/sap/trans

/dump

/appdata

/piarchive



Let us know if this helps.


Regards,

Ram

Re: Sort string in the BOM

Re: EDITABLE ALV

0
0

Hi Aakash,

 

But direct update of SAP table by Z program is not all recommended and inorder to correct your code.

 

In the form save_data you are processing it_vbak which holds the previous data and it_vbakcp which is not populated. Try processing it_out which contains the changed data.

 

Hope this helps you.

 

Regards

Pallavi

Re: FTPS with GXS

0
0

Hi Dimitri,

 

thanks for your reply!

 

Yesterday we were in contact with the GXS hotline. They asked us to install CoreFTP Pro and we did the following configuration:

 

GXS_Konfig_CoreFTPpro.jpg

This configuration works but I have absolutely no idea how to put this configuration 1:1 to our PI system. (e.g. connection "FTPS (ssl direct)" and server type "GXS").

 

Do you have an idea how to implement it?

 

Thank you very much!

 

Regards

Christian

ITAB_DUPLICATE_KEY - Error in 0CUSTOMER master data infoobject

0
0

Hi,

 

The scheduled dataload for 0CUSTOMER executes for a long period of time and throws following short dump in our BW System:

 

"

Category               ABAP Programming Error

Runtime Errors         ITAB_DUPLICATE_KEY

ABAP Program           CL_RSDMD_UPDATE_MASTER_DATA===CP

Application Component  BW-WHM-DBA

Date and Time          07.05.2015 18:33:20

 

Short text

    There is already a line with the same key.

What happened?

    Error in the ABAP application program.

    The current ABAP program "CL_RSDMD_UPDATE_MASTER_DATA===CP" had to be

     interrupted because it contains

    a statement that cannot be executed.

 

What can you do?

    Take note of the actions and inputs that lead to the error.

    Contact your SAP administrator for further processing of the problem.

    Using transaction ST22 for ABAP short dump analysis you can see and

    administrate termination messages and retain them for a longer period.

 

  You tried to insert an entry into table

   "{A:126*\TYPE=%_T00003S00000312O0000007140}". However, updating

  the unique table key "PRIMARY_KEY" resulted in a duplicate entry. The ke

  concerned may be either the primary key or a secondary key.

 

 

  The key components of the duplicate entry have the values "{0000240403}"

  " " " " " ".

 

 

  With primary keys, the system may terminate while processing

  block insert operations. The statements concerned are

 

 

  (1) MOVE

 

 

  (2) INSERT/APPEND ... LINES OF ... INTO/TO

 

 

  (3) SELECT ... INTO/APPENDING ...

 

 

  With secondary keys, the system may also terminate while processing

  a single record insert operation. In particular, the following

  modifying statements may cause the system to terminate due to

  duplicate key values:

(1) "<fs> = ..." or "<fs>-comp = ...", if the assignment to

a field symbol or to a component of a field symbol modifies a

component of a unique secondary key.

 

 

(2) "ref->* = ..." or "ref->comp = ...", if the assignment to a field

symbol or to a component of a field symbol modifies a component of

a unique secondary key.

 

 

(3) "MODIFY ... [TRANSPORTING comp_1 ... comp_n] ...", if transporting

the components to be changed modifies a component of a unique secondary

key.

 

 

(4) "COLLECT ... INTO ...", if adding up the columns of a numeric type

modifies a component of a unique secondary key.

 

 

(5) "READ TABLE ... INTO <fs> ...[TRANSPORTING comp_1 ... comp_n] ...",

if the field symbol points to a row of a table with unique secondary

keys and transporting the values read modifies a component of a unique

secondary key.

"

 

 

While I check the following SAP Threads, it doesn't resolve the issue which we are currently facing:

 

http://scn.sap.com/thread/2122515

 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a04c82eb-ec7c-2c10-7fae-ca6e764c483a?QuickLink=index&…

 

The datasource is a 3.x flow model.  After executing the infopackage, it loads data for a longer period of time and finally we get the shortdump with the above mentioned error.

 

Regards,

Antony Jerald.

Re: AR01 - Message no AB076

0
0

Please read the message procedure and share some more details from the error log.

Re: Getting Error while accessing the data using odata service

0
0

HI,

thanks to all for helped me to solve this issue


Sender and Receiver GLN update in Seeburger Message Tracking

0
0

Hello All,

 

I would like to request your expert advice on one of our current requirements.

 

This is related to Storing outbound messages in Seeburger Message Tracking .


Scenario in Scope: SOAP to AS2 (using Seeburger)

 

As per the requirement, the business is sending XML messages to the partner and they want the file to be stored in the message tracking.

We have achieved that using localejbs/Seeburger/FileStore , parameter name : archiveXI in the module configuration.

 

But, the partner is also expecting the Sender and Receiver GLN to be displayed in the tracking.

 

 

 

The requirement is now to publish the Sender and Receiver GLN numbers in the above highlighted field.

 

As per my knowledge, this happens if the outbound file is converted from XML to EDI. But, the partner is expecting an XML so conversion is not being done.

 

Kindly let me know the possible ways to dynamically fetch the GLN numbers from the payload and display the same in the above fields.

 

Thanks in advance,

 

Regards,

Satanik Mukherjee

Re: How to configure tenant_admin role in SAP Cloud Platform Cockpit?

Re: Problem in SP05 [PL01] ?

0
0

Hi Lucy,

 

I can imagine control flows are not supported because it doesn't work like that in Data Services.

 

My company built model generators then we have to adapt them for 16.5 SP05.

 

One additional question (may be I have to create another question for that (?):

In the documentaion, it is precised how to import Data Services XML files:

 

doc.PNG

 

Unfortunately I don't find associated menu in the interface:

Menu1.jpg

 

OR

 

Menu2.jpg

 

Is it a bug or a modification in the configuration to be done ?

 

Kr,

Thierry

Rest Adapter sender channel with 404 error

0
0

Hi Team,

 

I am working on Rest sender adapter to post the data to ECC with only 2 fileds. Message was failed with the error message 404 . Please validate the communication channel configurations.

 

{

"EmpFname": "RAMA",

"EmpLname": "KRISHNA"

}

 

 

Regards,

Teja.

Re: How to create AP Invoice with down Payment through SDK Code

0
0

Hi,

 

Try this code

      Dim DP_ToDraw As SAPbobsCOM.DownPaymentsToDraw

      DP_ToDraw = oInvoice.DownPaymentsToDraw

       ' Amount to be linked / if not given the whole amt will be linked automatically

     DP_ToDraw.AmountToDraw = 100

     DP_ToDraw.DocEntry = 45  ' Docentry of Downpayment Invoice

 

 

 

Please read the thread

http://scn.sap.com/thread/1118305

 

Hope this will help.

Re: MRS resources Time confirmation

0
0

Hi,

Mr. Jogeswara One query what is the use of this filled Clear Open Resources in IW41 (highlighted )

Can we see which resource is clear and where we can see?? and what is the use. can we see individual's capacity somewhere in SAP PM?

Savas @ Can we use this fields relevance somewhere in SAP MRS?

I know its not integrated with Absolute availability on the planning board so what will be the use?

As per my understanding AA in the planning board will be picked up from the DWS/PWS form HR master only than.

IW41 Capture.PNG

Re: How to restrict changes to the Destination Material when using a 313 movement in MIGO


Re: Fiori Fullapplication template - Missing sandbox.js

0
0

I could identify that the sandbox.js in the below MIME folder:

sap -> public -> bc -> ui5 -> applications -> demokit -> 1.26 ->

test-resources -> sap -> ushell -> bootstrap -> sandbox.js

 

Can you post how do you load the sandbox.js ? As per your findings, you'll have to load as below,

 

<script src="sap/public/bc/ui5/applications/demokit/1,26/test-resources/sap/ushell/bootstrap/sandbox.js" id="sap-ushell-bootstrap"></script>

Sales order costing?

0
0

Dear all,

 

In kp26 we have maintained activity plan price 0, But while doing sales order costing system picking activity price .

can any one help in this?

 

 

Thanks & regards

krishna reddy

Re: Capacity calculation - Work center

0
0

Hi Caetano,

 

Many thanks. Just one last question....when doing scheduling it will consider the HR capacity in production order or work order?

 

Regards,

Smart kumar

Re: Got MESSAGE_TYPE_X when using badi MB_DOCUMENT_BADI

0
0

Hello All,

 

Could anybody here help me on this issue. ?

I tried to set an message type 'E' when enhance above BADI. And this cause that issue.

I tried to set and leave screen..., but not help.

 

Thanks

Re: ITAB_DUPLICATE_KEY - Error in 0CUSTOMER master data infoobject

0
0

Hello Antony Jerald J,

 

Could you please the above mentioned blog.

 

If it doesn't solve your issue, could you please let me know if you have a Filter/Sections  in your Inopackage!

 

Are you able to run a RSRV check for A and M version for the  customer?

 

BR

Prabhith

Viewing all 8902 articles
Browse latest View live




Latest Images