2010 Feb 11 2:33 PM
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
2010 Feb 11 2:37 PM
You can use: D
EXIT_SAPLVV02_001
Inbound: Read and update additional customer master
Please search the forum / google before post.
Thanks
Satyasuresh
2010 Feb 11 2:37 PM
You can use: D
EXIT_SAPLVV02_001
Inbound: Read and update additional customer master
Please search the forum / google before post.
Thanks
Satyasuresh
2010 Feb 11 3:53 PM
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
2010 Feb 11 5:37 PM
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
2024 Mar 12 7:01 PM
Hi, I tried with the similar steps but while testing it is not reaching to the point of exit i.e EXIT_SAPLVV02_001
2024 Mar 13 9:14 AM - edited 2024 Mar 13 9:16 AM
Did you consider (for recent versions) a BAdI such as IDOC_DATA_MAPPER ?