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

Problem releted to SAP script

Former Member
0 Likes
378

Hi all experts,

I am very new to SAPscipts, i have a lot of doubts please help me and please tell in a descriptive way.

Problem first: The Print preiview for the purschase order is not coming properly, i mean the page number in the footer is getting merged with other things, i need to push it little down. Please tell me in detail as how to do it.

Second: i want to insert a blank line between two Text elements. Please help me. It will be great.

Thanks in advance.

nikesh kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
360

Hi,

Kindly goto scripts link in SDN.

For printing footer ,create a variable window at the bottom of main window,adjusting the window dimensions as neede.

For displaying blank line,use * and leave it blank

in the text editor,

/E one

  • &page&

*

/E two

  • &date&

try this.

Hi all experts,

I am very new to SAPscipts, i have a lot of doubts please help me and please tell in a descriptive way.

Problem first: The Print preiview for the purschase order is not coming properly, i mean the page number in the footer is getting merged with other things, i need to push it little down. Please tell me in detail as how to do it.

Second: i want to insert a blank line between two Text elements. Please help me. It will be great.

Thanks in advance.

nikesh kumar

1 REPLY 1
Read only

Former Member
0 Likes
361

Hi,

Kindly goto scripts link in SDN.

For printing footer ,create a variable window at the bottom of main window,adjusting the window dimensions as neede.

For displaying blank line,use * and leave it blank

in the text editor,

/E one

  • &page&

*

/E two

  • &date&

try this.