Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

exit in inbound processing pgm for material master

Former Member
0 Kudos

hi,

i m writing a check for E1MARAM segment for IDOC_INPUT_MATMAS. i m supposed to use EXIT_SAPLMV02_002.

in this i dont have IDOC_DATA available but a structure F_MARA_UEB which gives same info as E1MARAM.

but values of ( NTGEW, BRGEW ) look different from those in E1MARAM.

can it happen ?

give ur ideas.

thanx

pawan.

1 REPLY 1

Former Member
0 Kudos

Hi Pawan,

This should not happen.

But the problem might be that some other field values might be getting assigned to those fields.

You can check it in debugging for the values which are populated in those 2 fields.