cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC field is not comming

Former Member
0 Kudos

Hello,

I've a interface IDOC to file.

When, in R3 don't inform all fields, this fields doesn't comming in IDOC.

I need this field go to the file empty, however, in file don't appear

Thank you vey much.

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

do you mean that the fields are not send in the IDoc but you want them to go as empty fields in the target file?

If that is so then use the node function mapwithdefault.

in the default value dont give anything an it will create an empty string.

Is this what you are looking for ? else provide more details

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

Please test your Message mapping and check for particular field you are looking for.

Thanks

Kasturika Phukan

former_member184619
Active Contributor
0 Kudos

Hi,

Use the standard Function "exists" as described [here|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2792] [original link is broken] [original link is broken] [original link is broken];.

Sachin

Former Member
0 Kudos

Hi,

and what is the problem? If there is nothing in the field, nothing comes out.

I assume your mapping is failing, so use the MapWithDefauls (or similar) mapping function and as a default value put there an empty string.

Olian