Application Development 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: 

Exit IQSM0001

Former Member
0 Kudos

Dear all,

Please guide me, how to make the user exit IQSM0001 suitable to generate the serial number of our own choise, i.e. if i want the system should create the alpha-numeric serial numbers of my own number range then how to modify the exit.

It will be a greate help if you can suggest me the include programme (ZXQSMU01) considering my requirement stated above.

Regards

Vivek

1 REPLY 1

Former Member
0 Kudos

Dear Gautam ,

In that exit u can able to get OPERATION

NUMBER_SERIALNO

MATERIAL_NO

STD_MATERIAL_NO

CONFIGURATION_KEY

SD_DOCUMENT_NO

SD_DOCUMENT_ITEM

PP_ORDER_NO

PP_ORDER_ITEM

PLANT

as importing parameters , u can develop ur own logic to generate serial numbers based on ur requirement ,

for example , from SD document number u can get order type , based on the order type if u want to change the naming convension u can concatenate order type , date , time etc into a variable and pass that to the table TAB_SERNR.

The field SERNR in that table accepts alpha numeric values .

Hope this will hepls in solving ur problem.

Regards,

Ramesh