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

Number assign

Former Member
0 Likes
471

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, &#321;ukasz Dippel.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

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, &#321;ukasz Dippel.

2 REPLIES 2
Read only

Former Member
0 Likes
438

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

Read only

0 Likes
437

OK. IT WORKS!