cancel
Showing results for 
Search instead for 
Did you mean: 

Read the Adapter-Specific Identifiers of a Business Service in mapping step

christianpete
Explorer
0 Kudos

Hi,

Is it possible to get the values specified in "Adapter-Specific Identifiers" of a Business Service / Business System in the Integration Directory, to be used in the mapping step - and how?

My idea was to access the information via a user definded function in a messages-mapping.

I know the IDOC receiver adapter reads the value for "Logical System" when creating the EDI_DC40 record, but this is done in the Call Adaper step after the mapping step and therefore not available in the message SOAP Header (IDocOutbound not created yet I guess).

Can anyone help?

Thanks

Best Regards

Christian

Accepted Solutions (1)

Accepted Solutions (1)

sunil_singh13
Active Contributor
0 Kudos

Hi Christian ,

You can Access the Adapter Specific Parameters using Java Mapping .You Can See Class MAPPING_CONSTANT in API look For Different functions available to access the parameter at run time .

Reward Points IF Helpful .

Thanks

Sunil Singh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Christian,

In Java Mapping, we have some constants using which we can achieve this.

Refer the below link:

[http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm|http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm]

Regards

Bhanu

Intelligroup.