Blank value fields in IDocs
This user has a requirement that all IDoc data, including null values, flow from his outbound processor to a SAP legacy system. However, he can't view the null values in the IDoc. Our expert explains why this is and remedies how to meet the user's requirement.
Now, if we are in change mode (XK02) and we blank out any field in the vendor master, for example the NAME2 field,...
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
that field is not reflected in the IDoc that is created. The requirement is that any such change should flow into legacy. Can there be a field in an IDoc with a null value?
data: tedid4 type table of edid4.
select * from edid4 where docnum eq '000000000012345678'.
Or, use SE16 and display the IDoc in ALV-List-Viewer. The ABAP listing won't display the IDoc raw data.