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: 

User Exit for inbound DEBMAS IDOC

Former Member
0 Kudos
2,941

Dear all

I should be able to manipulate KUNNR on a incoming DEBMAS IDOC.

Is there an existing userexit which I can use?

thank you

Herbert

1 ACCEPTED SOLUTION

Former Member
0 Kudos
929

You can use: D

EXIT_SAPLVV02_001

Inbound: Read and update additional customer master

Please search the forum / google before post.

Thanks

Satyasuresh

5 REPLIES 5

Former Member
0 Kudos
930

You can use: D

EXIT_SAPLVV02_001

Inbound: Read and update additional customer master

Please search the forum / google before post.

Thanks

Satyasuresh

0 Kudos
929

Hi Satyasuresh

thank you. I searched the forum on this user exit and found not really more.

How can I debug this? I have set a break-point in it but it does not stop there. Any idea?

Herbert

0 Kudos
929

place a debugging point at line no: 1966 in the program 'LVV02F3N' at the below code

 * customer exit
  IF other_segment = c_x.

Try this, i hope it will be triggered only in case if you have additional segment in the idoc.

Thanks

Satyasuresh

RGN02
Discoverer
0 Kudos
822

Hi, I tried with the similar steps but while testing it is not reaching to the point of exit i.e EXIT_SAPLVV02_001 

0 Kudos
790

Did you consider (for recent versions) a BAdI such as IDOC_DATA_MAPPER ?