cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Diretory Configuration

Former Member
0 Kudos

HI Experts,

I have one requirement that i have to sen the Orders data from R/3 to File using Idoc adapter but at receiver side i need to create 3 different directories under one business system i.e

IF E1ADHDR/E1STATE/E1PRTOB/ZGPSUB/BULO = '01'

THEN create file /GPS/OrderErrorReport/Outgoing/Footwear/

ELSE IF E1ADHDR/E1STATE/E1PRTOB/ZGPSUB/BULO = '02'

THEN create file /GPS/OrderErrorReport/Outgoing/Apparel/

ELSE IF E1ADHDR/E1STATE/E1PRTOB/ZGPSUB/BULO = '03'

THEN create file /OrderErrorReport/Outgoing/Accessories_and_Gear/

For this wht changes need to be done in Mapping level any Multimapping required ?

pls Suggest for this to complete my work

Thanks

Shoukath

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This is determining the Receivers based on the Payload and placing the condition in Interface determination

For this

1) Create DT and MT for target as per your's

2) Create One O/b MI for sender and 3 Inbound MI's for receiver

3) Create 1 mapping and create 3 interface mappings

In ID

1) No need of sender channel

2) Create 3 receiver CC's by specifying the 3 different directories locations

3) Create 1 Receiver Det

4) Create 3 Interface mappings by placing the conditions

5) Create 3 receiver agreements

6) No Sender agreement

REgards

Seshagiri

Former Member
0 Kudos

Hi Shoukath,

Probably this helps you. Go through this link.

[Receiver Enhancement.|http://saptechnical.com/Tutorials/XI/RecvDetermination/Enhancement.htm]

Regards,

Suraj Kumar