‎2008 Jun 04 9:57 AM
Hi,
My requirement is to record Customer Enquiries and Customer Orders and generate a unique number for every Customer Enquiry and Order .is there any standard program of this type?
How to find the standard dialog programs ?
Thanks in advance,
Regards,
KIshore
‎2008 Jun 04 4:01 PM
Hi ,
In SAP through tcode SNRO a number range object is maintained and under that Number intervals are maintianed according to the year.
What ever code you do and you have to generate a unique number then you have to use Function module
GET_NEXT_NUMBERS to generate the next number.
This funtion module gives you FIRST NUMBER ,LAST NUMBER,CURRENT NUMBER .
I hope this will help you.
‎2008 Jun 04 4:01 PM
Hi ,
In SAP through tcode SNRO a number range object is maintained and under that Number intervals are maintianed according to the year.
What ever code you do and you have to generate a unique number then you have to use Function module
GET_NEXT_NUMBERS to generate the next number.
This funtion module gives you FIRST NUMBER ,LAST NUMBER,CURRENT NUMBER .
I hope this will help you.