2006 Nov 24 10:10 AM
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.
2006 Nov 24 10:13 AM
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
2006 Nov 24 10:24 AM
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
2006 Nov 24 6:11 PM
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
2006 Nov 24 6:24 PM
Hi
NUMBER_GET_NEXT . i think u can use this function module.
Regards
syed