Application Development and Automation 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: 
Read only

Add prefix to batch no while saving process order in cor1 tcode

Former Member
0 Likes
859

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.

2 REPLIES 2
Read only

Former Member
0 Likes
634

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

Read only

0 Likes
634

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.