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

batch number

Former Member
0 Likes
598

Hi all

Please tell me, is there anyway to change the batch numer. Currently the system is generating the batch number in a particular fromat in our scenario.

regards

satyajit kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

Hi Satya,

It looks to be user exit might be activated for the batch number generation. Please check for that.

Regards,

Prasanth

4 REPLIES 4
Read only

christian_wohlfahrt
Active Contributor
0 Likes
565

Hi!

Usually it's possible to use internal or external number assignment.

Just have a look at the number range definition for batchs. Also the process of batch creation can have an attribute 'only automatic' number creation, check this too.

Regards,

Christian

Read only

Former Member
0 Likes
566

Hi Satya,

It looks to be user exit might be activated for the batch number generation. Please check for that.

Regards,

Prasanth

Read only

Former Member
0 Likes
565

HI u can,

Do that Enhacement in SAPLV01Z here u write ur code in

EXIT_SAPLV01Z_002 field NEW_CHARG in the changing parameters this is the field which will have the Batchnumber generated.I have worked on this let me know if u need any more help

Thanks&Regards

Mahesh

Read only

Former Member
0 Likes
565

Hi,

check SNR0 transaction and FM NUMBER_GET_NEXT

Regards,

Amole