cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to File - File Content Conversion Problem

Former Member
0 Kudos

Hi,

The scenario is IDOC to File. I am using file content conversion for my receiver adapter. The receiver adapter parks the file in the receiver system but the file has no data. In SXMB_MONI on checking the payload at every step, the data is transformed successfully. I am able to see the data at the receiver payload but the file in the receiver system has got no data.

I have used all possible parameters in the receiver adapter:-

Recordset.fieldFixedLengths 1,1,1

Recordset.endSeparator 'nl'

Recordset.fieldNames rec_type,action,del_in

Recordset.fixedFieldType char

Kindly advice if some more parameters need to be added.

Thanks in advance.

Krishna

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Can u just check whether the recordset message is the one given in ur xml file.and also try removing

Recordset.fixedFieldType char

from the content conversion parameter.Can u please post ur xml file which might be helpful in solving ur problem.

regards

jithesh

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

if you're using stnadard SAP idoc

you can try using the same approach as specified

in this doc (but with module IDOC to XML insdead of XML to IDOC)

https://websmp203.sap-ag.de/~sapdownload/011000358700001795162005E/HowToIDocXMLToFlat.pdf

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi,

y dont u check the reciever file communication channel in RWB and post the error so that we might try to solve the problem.

regards

jithesh

Former Member
0 Kudos

Hi Jitesh,

I am not getting any error in the RWB for the receiver communication channel.

Regards.

Krishna