2007 Feb 20 4:19 PM
Hi.
I am facing the following problem:
I've created a raport which prints the output with sapscript.
Each printout has its own number.
<b>How can I combine these numbers with number range specified in transaction VN01?</b>
Thank You, Łukasz Dippel.
2007 Feb 20 4:22 PM
Hi,
Create a Number Range in SNRO.
Use the function module: NUMBER_GET_NEXT to get the new number every time.
Pass that number to the form using a variable through the function module write_form.
Print that number using a text element.
Regards,
Ravi
Hi.
I am facing the following problem:
I've created a raport which prints the output with sapscript.
Each printout has its own number.
<b>How can I combine these numbers with number range specified in transaction VN01?</b>
Thank You, Łukasz Dippel.
2007 Feb 20 4:22 PM
Hi,
Create a Number Range in SNRO.
Use the function module: NUMBER_GET_NEXT to get the new number every time.
Pass that number to the form using a variable through the function module write_form.
Print that number using a text element.
Regards,
Ravi
2007 Feb 20 5:56 PM