cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to File without mapping

Former Member
0 Kudos

Hello experts,

I have a simple IDOC to xml file scenario which is running successfully.

But now the requirement has changed and the sender side wants data of two fields in the IDOC NOT to be sent to the target side in the file.

This could have been easily handled by suppressing the fields in Mapping.

However, i don't have any mapping and i am using dummy interfaces.

Is there any way to exclude the 2 fields without the mapping?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Try implement adapter module:

SAP_XI_IDOC/IDOCFlatToXmlConvertor

it converts flat file IDOC to XML.

Former Member
0 Kudos

Hi Aradhana,

the only way is to suppress those fields in the IDOC structure in ECC. This would be a simple solution for your requirement.

Former Member
0 Kudos

I don't recall any adapter module that can do that...

however - you can use XSLT mapping...

you don't have to change the dummy interfaces, just suppress that part of the input you don't want.