cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion at receiver end

Former Member
0 Kudos

Hi

My XML structure is

<?xml version="1.0" encoding="UTF-8" ?>

<ns0:MT_CreatePurchaseOrder xmlns:ns0="http://demo.com/POCreate">

<recordset>

<POHeader> (min 1 max 1)

</POHeader>

<POLineItem> (min 1 max unbounded)

</POLineItem>

<POScheduleLine> (min 1 max unbounded)

</POScheduleLine>

<POPromiseScheduleLine> (min 1 max unbounded)

</POPromiseScheduleLine>

</recordset>

</ns0:MT_CreatePurchaseOrder>

I am mapping this particular structure from Idoc orders05(PO create). My client needs the out file as txt with tab as delimiter and should be one line.(Nodes POLineItem and POScheduleline will repeat)

Help me out what should be passed as Content conversion Parameters..

Thanks in advance

Gowri K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gowri,

Please take a look at these threads.. They clearly explain File CC on the reciever side

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm

Hope this helps you out!

cheers,

Prashanth

P.S Please mark helpful answers

It shows the CC params done on the reciever side.