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

enhancement

Former Member
0 Likes
628

can any one help in finding enhancement -

when sales order is saved doc num should be edited,

if any one can, please help.

thanks

i want to add 1 to the sale doc num an save it .

how to get the sales doc num process it and pass the new sales doc num.

to ...

please help.

thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
607

hi,

Sales order Number is a unique number and is generated by the system. I dont thnk you can add 1 to a sales document. because it is a primary field.

santhosh

Read only

Former Member
0 Likes
607

Hi,

Sales order no is unique, you cant change the no. But i think we can have customized series of numbers for which may be functional persons can set the settings.

For finding a user EXIT you need to take the package of the main program of that transaction and goto SMOD and in the Enhancement field press F4 and search with the Package name.

And also you can search for Function module by typing "Call customer " in the search of the main program. Dont forget to set the Radion button main program.

Rgds,

Hemanth

Read only

Former Member
0 Likes
607

hi,

go to SAPMV45A program and in the include MV45AFZZ and in that you can find

----


  • FORM USEREXIT_NUMBER_RANGE *

----


  • This userexit can be used to determine the numberranges for *

  • the internal document number. *

  • *

  • US_RANGE_INTERN - internal number range *

  • *

  • This form is called from form BELEG_SICHERN *

  • *

----


create a zinclude in this and write ur code.

Hope this helps

Regards

Syed

Read only

0 Likes
607

Hi

NUMBER_GET_NEXT . i think u can use this function module.

Regards

syed