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

How remove first page in sap scripts (Tcode: SE71)

Former Member
0 Likes
1,164

Hi All,

I saw some posts in SCN, for FBZ5 print program and form names are available in FBZP tcode. Actuvally my requirement is i need to remove first page in that form. Please suggest how to remove the first page in SAP Scripts.

Please suggest the solutions.

5 REPLIES 5
Read only

iftah_peretz
Active Contributor
0 Likes
981

Hi,

Why not use parameter ITCPO-TDPAGESLCT to print from the second page onwards when you call the desired SAPScript form?

Read only

0 Likes
981

Hi,

Thanks for reply.

Where i need to pass mentioned parameter ITCPO-TDPAGESLCT. Please suggest i am new to Scripts concept.

Read only

0 Likes
981

In the parameters of function module OPEN_FORM. This how you call a SAPScript form.

Read only

981

Keep in mind you'll need to change your configuration to your new SAPScript form - unless it is already a custom one.

Read only

Sandra_Rossi
Active Contributor
0 Likes
981

Which SAPscript form? Do you want to customize a standard one by copying it first to a custom one?

Do you mean: how to start a form from a given "Page template"? (i.e. parameter STARTPAGE of START_FORM)