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

Regarding Dialog Programs

Former Member
0 Likes
283

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
263

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.

1 REPLY 1
Read only

Former Member
0 Likes
264

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.