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

printing form

Former Member
0 Likes
393

Hi Friends,

Need ur help in printng form.

(script-Rvorder01.)

To display Row1-item,matnr,price,qty,total.

Row2-Description,Bed,Ecs,Vat.

requirements:

1)To give/print index(serial no)to the records appearing in the main window.

I tried to define a text-symbol(&sapscript-counter_0&) and initialized it globally.placed it in text-element item_line ( as &sapscript-counter_0(+)& )but... its not working.(its displaying same initailized value for all the records).

Thanx in advance,

Venu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

Hi

You can use a variable for serial number (declared globally).

You can keep incrementing the varaible as required.

Regards,

Raj

1 REPLY 1
Read only

Former Member
0 Likes
358

Hi

You can use a variable for serial number (declared globally).

You can keep incrementing the varaible as required.

Regards,

Raj