cancel
Showing results for 
Search instead for 
Did you mean: 

one xml file 2 header urgent

Former Member
0 Kudos

Hi iam working on file to RFC scenario. i need to create purchase requisition. my xml file contains 2 header and corresponding line items and i need to create 2 purchase requisitions. please tell me how to go about it

Thanks

Shankar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member208856
Active Contributor
0 Kudos

Change the occurance of header at your receiver side with 0:unbounded.

Change the occurance of item also at your receiver side with 0:unbounded.

Regards,

Sandeep Kaushik

vijay_kumar133
Active Participant
0 Kudos

Hi ..

All that u need to do in the receiver side duplicate the header items and map accordingly...

if the occurence is one to that rfc u need to change the occurence by exporting the wsdl file and then import then u can duplicate the header..

for more clarification refer this blog

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

if any more doubts reply..

Regards

viajy kumar

Former Member
0 Kudos

Hi

The occurrence of the header is not constant . sometime 3 header or 4 header may come

Thanks

Shankar

Former Member
0 Kudos

Hi Shankar,

On RFC side make the Header and Items as tables instead of input parameters.

Then you will be able to send the multiple header and item details with occurance 0..unbounded.

Then In RFC source code, you can create the Purchase requistion for every header and detail line items from these tables.

Thanks

Swarup