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 the Sap-Scripts

Former Member
0 Likes
435

Hi all,

I am developing a SAP-Script in which there is table like

Description Resuts Parameters

uline(UNDER LINE)

values values values

My doubt is using the driver program the values has to be printed. Can anybody provide the piece of code for these requirement.

Another doubt is in this script there 2 pages . But in the print preview i can see only 1 page . In the page setting i have given the next page as page2 . But still i m facing the same problem. In page there is no main page only footer, page no, and some std descptn window is available.

Depending on the 1 field i want to print the send field value i have change these things in the driver program so that the correct can be printed in the form.

With Regards,

Srinivas.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
410

hi Hari,

instead of giving the next page as page 2 write the code to call the second page like call screen 2 where ever required

reward points if useful

Hi all,

I am developing a SAP-Script in which there is table like

Description Resuts Parameters

uline(UNDER LINE)

values values values

My doubt is using the driver program the values has to be printed. Can anybody provide the piece of code for these requirement.

Another doubt is in this script there 2 pages . But in the print preview i can see only 1 page . In the page setting i have given the next page as page2 . But still i m facing the same problem. In page there is no main page only footer, page no, and some std descptn window is available.

Depending on the 1 field i want to print the send field value i have change these things in the driver program so that the correct can be printed in the form.

With Regards,

Srinivas.

1 REPLY 1
Read only

Former Member
0 Likes
411

hi Hari,

instead of giving the next page as page 2 write the code to call the second page like call screen 2 where ever required

reward points if useful