cancel
Showing results for 
Search instead for 
Did you mean: 

Identifiers

Former Member
0 Kudos

Hi All,

I doing IDOC to File scenario. i was created two parties like(XXX,YYY) and assign the business system to XXX. Created a service for YYY.Am using the parner type LI.While runnig the scenario it was asking the

Identifiers for communicating the parties.i search the document for creating the identifiers.

[http://help.sap.com/saphelp_nw70/helpdata/EN/9f/36bf393a06ec4fbd079233c3fcdea2/content.htm]

i refered the above document.But am not getting clear on that.can any one will help me on this?

Regards,

Prakasu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (2)

Answers (2)

former_member183906
Active Contributor
0 Kudos

The Identifers in Communication channel are used to uniquely identify communication Parties(B2B).

These are used mainly in the B2B Scenarios. You can find more information on this topic in the help.sap.com webiste.

But Let me give you an example to explain this.

In case of A2A Scenarios, Business Systems are used for A2A communication with Business System defined in SLD. The Idoc Adapter builds the Idoc control record during runtime by retrieving the information from SLD for the Business system.

In case of B2B scenarios for exchanging messages with your external partners(Vendors, Customers, Bank etc.), you have to use Business Service instead of Business system. In addition, you have to define Parties with Unique identifiers like DUNS Number etc.

Here you also need to define alternative identifier that uniquley identifies these parties in the backend R/3.

The syntax would be

Agency=SR5_100(Business System for backend R/3) Schema=ALE#LI#LF (Where LI is the Partner Role in R/3

LF is the Partner function in R/3)

Name= 0000100000 (Partner Number same as in the R/3 Partner Profile)

The "Identifier" Tab is used to specify the Agency and Schema as mentioned above( Agency=SR5_100, Schema=ALE#LI#LF). With this information in Identifier Tab, the Idoc Adapter builds the control record based on the information from the Party definition during runtime.

Former Member
0 Kudos

Hi Prakasu,

In the communication channel you have a tab called identifier, if you have created your business sytem under a party then under this tab you need to fill in those details.

Regards

Archanaa

Former Member
0 Kudos

Hi Archanaa,

i know where we need to fill the identifiers.But What is my doubt is what we need to file the values for receiver party if my receiver is a file.For sender fill with the partner profile details like profile type ALE#LS and name is parner no.But what will be the input for Receiver party?

Regards,

Prakasu

Edited by: prakasu on Sep 9, 2008 1:39 PM