Issue :
Field ABDRN2 is not getting populated in datasource 2LIS_02_ITM
Response from SAP:
Please take a look at table table TMCEXCFS, you will find field GRUND
is with STATE "inactive".
TMCEXCFS
==========
CSTRUC MCEKPO
FIELDNAME ABDRN2
ESTRUC MC02M_0ITM
STATE <---- inactive
MCAPP 02
That is to say this field fall in the scope of note 576886, so you need
to write customer code to fill-up the value.
Let me explain further:
Tables TMCEXCFS and TMCEXCFZ determine what the cockpit "knows"
about the fields in extract structures. The TMCEXCFS records all
fields with their reference to the extract structure. Here the
TMCEXCFS-STATE field is essential. Status 'A' is "delivered actively
as a part of the extract structure", status ' ' (blank) is "not
delivered as part of the extract structure, but can be included by
the cockpit" and status 'F' is "not delivered as part of the extract
structure and cannot be included either (forbidden)".
Hence you can append the field ABDRN2 in datasource 2LIS_02_ITM,
however user exit is needed. Thank you for your understanding.