cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File content Conversion

Former Member
0 Kudos

Hi frends,

this is my sender xml file..help me out to write content conversion for it...where my input file should have only material no

and plant Help me out.

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

<ns0:mt_Blp_in xmlns:ns0="http://a.com/xi/erp/n47/StockDetails">

<iv_material>100-100</iv_material>

<iv_plant>1000</iv_plant>

</ns0:mt_Blp_in>

With Regards,

Dinesh

Edited by: Dineshbabu.M on May 18, 2010 8:56 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

can you please let me know your target file format?

Thanks

Uaruna

Former Member
0 Kudos

Hi aruna,

my source flatfile has plant and material no...it has to be converted has below mentioned xml...

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

<ns0:mt_Blp_in xmlns:ns0="http://a.com/xi/erp/n47/StockDetails">

<iv_material>100-100</iv_material>

<iv_plant>1000</iv_plant>

</ns0:mt_Blp_in>

with Regards,

dinesh

stefan_grube
Active Contributor
0 Kudos

How can anyone help you without knowing the exact structure of the source file?

Besides you find everything about FCC in online help.

Former Member
0 Kudos

Hi Dinesh,

Please refer the link http://help.sap.com/saphelp_nw70/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/frameset.htm

for sender file content conversion.

Hope this would be helpful for you

Thanks,

uaruna

Former Member
0 Kudos

Hi stefan,

my flat fille has material no and plant it has to be converted according to the below mentioned structure...

mt_Blp_in

iv_material

iv_plant

With Regards,

Dinesh

stefan_grube
Active Contributor
0 Kudos

When anyone asks anything, it does not really help to repeat what was already mentioned.

Former Member
0 Kudos

i said my source file structure...what u want more than this...

former_member187339
Active Contributor
0 Kudos

Hi Dinesh,

>>i said my source file structure...

No you mentioned your source Data type structure and what people here want is your file structure. How the content in file will be, will it be comma separated or tasb separated or fixed field length. for eg:

10,100

20,100

and so on..

Paste here an example of input file.. and if you are not able to make the FCC parameters, people will help you to make one..

>>what u want more than this...

See here you need help, so you need to be calm and try to provide what experts ask. The above statement looks very rude, hope you will take care of this. Also please read the rules of engagement before posting as such threads are generally locked by moderators.

Regards

Suraj

Former Member
0 Kudos

Hi suraj,

sry for the response like that..my source file is 100-100,1000(material no and plant)has to be converted as following xml

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

<ns0:mt_Blp_in xmlns:ns0="http://autoscribe.com/xi/erp/n47/StockDetails">

<iv_material>100-100</iv_material>

<iv_plant>1000</iv_plant>

</ns0:mt_Blp_in>

Help me out,

With Regards

Dinesh

Former Member
0 Kudos

Hi,

You need to change the source structure as the below.

Based on your input file the data will be repeated!! so you have to specify the 1-- unbounded as data or lineitems etc.. in the structure.



<?xml version="1.0" encoding="UTF-8"?>
<ns0:mt_Blp_in xmlns:ns0="http://autoscribe.com/xi/erp/n47/StockDetails">
<Data>
<iv_material>100-100</iv_material>
<iv_plant>1000</iv_plant>
</Data>
</ns0:mt_Blp_in>

Sender FCC


DocumentName               mt_Blp_in
Document Namespace    http://autoscribe.com/xi/erp/n47/StockDetails

Recordset Structurte        Data,*
Data.fieldSeparator           ,
Data.endSeparator            'nl'

Regards

Ramg

former_member187339
Active Contributor
0 Kudos

Hi Dinesh,

>>sry for the response like that.

Thats ok..

Now coming to your query ..

Your input structure should be like

Data 1..unbounded

-iv_material 1..1

-iv_plant 1..1

And FCC parameter should be


DocumentName               mt_Blp_in
Document Namespace    http://autoscribe.com/xi/erp/n47/StockDetails
 
Recordset Structure    =    Data

Data.fieldName =  iv_material, iv_plant
Data.fieldSeparator =          ,
Data.endSeparator  =          'nl'

Regards

Suraj

rajasekhar_reddy14
Active Contributor
0 Kudos

SEARCH IN SDN ,THE STRUCTURE VERY SIMPLE,

MY ADVICE FIRST READ HELP DOCUMENTATION,UNDERSTAND THE CONCEPT.

http://help.sap.com/saphelp_nwpi71/helpdata/EN/44/6713ec3f914ddee10000000a1553f7/content.htm

Regards,

Raj