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

Reg : Sapscript

Former Member
0 Likes
446

Hi Experts ,

I want to print a particular total at the bottom of the main window . Can anyone help me how to do it .

Thanx ,

Senthil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
424

HI,

You have 2 ways to do this, Create a 2 lines window after the main Window, and then write the Variable In that window to print the same after the main Window. the Amount shoulb caliculated in the LOOP of the main window.

Another one, if you want the Total in the Last of the Main window, you need to Write BOTTOM and ENDBOTTOM

Regards

Sudheer

3 REPLIES 3
Read only

Former Member
0 Likes
424

Hi

I'm not sure of the sintax, but u can use BOTTOM statament in the main:

/: BOTTOM

  • &total&

/: ENDBOTTOM

Max

Read only

Former Member
0 Likes
424

Create a small window to capture the total and place it at the position of the main window .

Now drop the total in to this value .

U need to design this window in the layout itself .

regards,

vijay.

Read only

Former Member
0 Likes
425

HI,

You have 2 ways to do this, Create a 2 lines window after the main Window, and then write the Variable In that window to print the same after the main Window. the Amount shoulb caliculated in the LOOP of the main window.

Another one, if you want the Total in the Last of the Main window, you need to Write BOTTOM and ENDBOTTOM

Regards

Sudheer