cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript: Different pages

Former Member
0 Kudos

Hi,

We need to print three diffrent pages per employee.

Page 1: Introduction- Fixed/static.

Page 2: Salary information

Page 3: end/information - Fixed.

How would one ensure that each page will be printed seperately using sapscripts?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Your requirement can be achived .

Please go through some tutorial related to sap script.

You can also search SDN for content on this.

Pawan_Kesari
Active Contributor
0 Kudos

>

> Hi,

>

>

> We need to print three diffrent pages per employee.

>

> Page 1: Introduction- Fixed/static.

> Page 2: Salary information

> Page 3: end/information - Fixed.

>

> How would one ensure that each page will be printed seperately using sapscripts?

Design Sapscript with three page .. for name sake say

INTRO put next page as SALARY

SALARY put next page as SALARY as this might grow

ENDPAGE

Now for each employee (within loop) call START_FORM, END_FORM. Within START_FORM AND END_FORM call WRITE_FORM to call element in page INTRO to print first page, then call (might need multiple call WRITE_FORM to print element in SALARY. And on the last element change the NEXT page to ENDPAGE and print ENDPAGE