Application Development 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: 

printing form

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

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

You can keep incrementing the varaible as required.

Regards,

Raj

1 REPLY 1

Former Member
0 Kudos

Hi

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

You can keep incrementing the varaible as required.

Regards,

Raj