cancel
Showing results for 
Search instead for 
Did you mean: 

Party (with and with out)

Former Member
0 Kudos

Dear all,

I have two quick questions:

1)In few of our scenario's we used party and for some with out party.what is the difference.

In both the cases we used both Business System and service what is the difference.

for B2b Scenario's we did not use any third party adapters like seeburger,we used http,file etc.

What are the case we go for third party adapters.

2)dynamic file naming using var substitution.

suppose my file name should be as follows test_%var1%.xml

under advanced options of file adapter I gave var as var1 what needs to be passed to the reference payload.......,could you let me know

thanks,

Srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1) In case of B2B scenarios, we mostly go for Party creation.

Business system details are maintained at the SLD level and Business service is directly created in SLD.

The use of adapters depends on the type of data you are dealing with.

When you are dealing with EDI messages, then you have to go for third party adapters like Seeburger, etc.

2)var can be any filed name whose value will be substituted at runtime to generate filename.

-Supriya.

Former Member
0 Kudos

Hi Supriya,

Business system details are maintained at the SLD level and Business service is directly created in SLD.

>>>>>>Business service is directly created in SLD.*

Could you Elobarate.

Thanks,

Srini

Former Member
0 Kudos

Sorry, it was a typing mistake,

Business services are directly created in ID and not SLD.

-Supriya.

former_member207622
Contributor
0 Kudos

Business system details are maintained in SLD and is created in SLD .

We need to import the business system into the directory

In case of business service , it is directly created in configuration directory .

Business service is used when client is not ready to share information of his landscape , it is used just to represent client.

http://help.sap.com/saphelp_nwpi711/helpdata/en/48/cfd1d49bf23e49e10000000a421937/frameset.htm

hope this helps

regards

Ninad

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If ur var1(mentioned under Variable name) is referring its value from the message header of XI message then use prefix "message:" before the attribute_name(under reference column) and if referring the element value from a xml schema then use "payload:" prefix(under reference column) .

http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/frameset.htm

/people/madanmohan.agrawal/blog/2009/05/20/combining-three-different-aspects-of-pi-asma-af-module-and-variable-substitution-in-one-shot

/people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i (refer step 3)

Thanks

Amit