cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Page in Scripts

Former Member
0 Kudos

Hi,

How can we create dynamic pages(new page) in Scripts?

ie., like I am selecting a new company code, while doing this I need a page to be created dynamically.

Regards,

Renjith MIchael.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

new page will create in sap scripts using new page command.

you have to set condition like after some number of records displayed in page new page has to be trigger.

ex:YOU HAVE SO MANY RECORDS FOR PRINTING BUT YOU WANT TO DISPLAY 100 RECORDS IN FIRST PAGE REMAINING IN SECOND PAGE LIKE THAT.

Here you can use NEW PAGE COMMAND .

IT IS OPPOSITE PURPOSE OF PROTECT AND ENDPOTECT.

REWARD POINTS.

Former Member
0 Kudos

Hi Renjith,

We can create new pages dynamically using NEW-PAGE command line.

In your case,u just put a condition using IF & if ur condition is satisfied (i.e New company code is selected) , u can dynamically create a new page using NEW-PAGE, else the normal process will run............

Reward me the points if this is useful for u.....

Pavan.