‎2013 Jan 21 10:02 AM
Hello Experts,
My requirement is to add some prefix to batch number (for Ex :mst300024) while saving process order in COR1 tcode,
I tried using user exits but i didn't get solution ,please help me in this.
‎2013 Jan 21 10:15 AM
Hi Ram,
We had a similar requirement and we had used the exit EXIT_SAPLV01Z_002. Please write the code in the include ZXVBZU02. NEW_CHARG will have the batch number that you want to change.
Let me know if you need additional info.
Thanks,
Tooshar Bendale
‎2013 Jan 21 11:24 AM
Hi,
Thank u for giving immediate response,
this user exit EXIT_SAPLV01Z_002 is related to MIGO tcode ,
I tested above user exit but it is not triggering from COR1 tcode,
My req is add prefix to batch number while saving process order in COR1 tcode,
Please help me to achieve this.