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

user exit

Former Member
0 Likes
253

hi

i found 2 user exits for saplv01z.i want to generate batch number which is having 10 char.

i need to supress the batch number with exit_saplv01z_001.once i supress how can i store the previous batch no,

i think by creating ztable and some select statements we can do this ,plse help me how to proced

thanks by rao

1 REPLY 1
Read only

Former Member
0 Likes
229

Hi Rao,

If i had understood yr question correctly , i think before supprassing the old batch number you can move the old batch number to global memory and generate yr new batch number and then retrive the old batch number from global memory , store it in the Z table along with the new batch number.

Regards

Balaji