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 or BADI for Post Goods Issue (VL02N)

Former Member
0 Kudos

Hello everyone!

I have an issue with one of my customers and I would like your help.

When we do a stock transfer, from one plant to another, if the Material has a serial number set up in Material Master in one of the plants, and haven't for the other one, the system is generating an error message saying they have different serial numbers.

I need to find a User Exit, or BADI, that can be used to force the system to ignore serial number validation during the goods issue (for one especifc plant), but still require serial numbers in the deliveries from the other plants.

Any ideas experts?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

THE EASIEST IS WITH TWO USER EXIT.

BEFORE THE VALUE TO VALIDATE SEND TO MEMORY USING THE FIRST USEREXIT.

WITH THE SECOND USEREXIT GET THE VALUE OF MEMORY

2 REPLIES 2

Former Member
0 Kudos

THE EASIEST IS WITH TWO USER EXIT.

BEFORE THE VALUE TO VALIDATE SEND TO MEMORY USING THE FIRST USEREXIT.

WITH THE SECOND USEREXIT GET THE VALUE OF MEMORY

0 Kudos

Hey Juan Carlos,

Any ideas on which user-exits I should use?

And by your answer, did you mean I should make the values look the same, and try to "fool" the system?

Thanks