cancel
Showing results for 
Search instead for 
Did you mean: 

Generating batch numbers

Former Member
0 Kudos

Hi All,

I have a requirement to generate batch numbers for every 200-item records of source file.

I have to populate to the target filed with generated batch number + the item sequence number (both are not available in file).

Thanks,

venu.

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi Venu,

You can go with the option of Number Range objects in the ABAP . So from the mapping you can call this lookup table and generate the new number . For this you need to use JCO call . It is a kind of RFC lookup

This number range object you can maintain in the XI integrtaion Server(ABAP stack ) itself. To avoid overheads of call to the SAP r/3 systems. And also, while transporting, it is not required to change the IP address etc in the JCO call.

And one more option is maintaining Java Tables. with property files etc..

Hope this helps,

REgards,

Moorthy

Message was edited by: Krishna Moorthy P