cancel
Showing results for 
Search instead for 
Did you mean: 

Check Form RFFOUS_C

Former Member
0 Kudos

Hi

I copied the standard program and created a new form and Sap script with two pages .

Requirement is once the line items are more than 12 it should go to secoend page and print all the items in second page.

Please let me know how to make the system to print all the items in second page.

Accepted Solutions (1)

Accepted Solutions (1)

naresh_bammidi
Contributor
0 Kudos

Hi,

First **** the records from the internal table and store it in a variable.before printing the record using WRITE_FORM check for the condition if count > 12 ,issue the command NEW-PAGE.

With regards

Naresh

Answers (2)

Answers (2)

Former Member
0 Kudos

HI friend,

If i am correct its a simple issue.

You can handle it using page breaks.

There are many post related to page breaks in Scripts using condition.

If your requirement is different please explain me little more clear so that i can help you.

Thanks,

Sri Hari

Former Member
0 Kudos

Hi,

Please verify if your new form layout attributes are similar to the standard form layouts.

You can refer to the details explained in the program RFFOUS_C documentation under section layout.

Regards,