Application Development 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: 

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

Former Member
0 Kudos

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

iftah_peretz
Active Contributor
0 Kudos

Hi,

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

0 Kudos

Hi,

Thanks for reply.

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

0 Kudos

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

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

Sandra_Rossi
Active Contributor
0 Kudos

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)