2017 Dec 27 11:49 AM
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.
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)
2017 Dec 27 7:36 PM
Hi,
Why not use parameter ITCPO-TDPAGESLCT to print from the second page onwards when you call the desired SAPScript form?
2017 Dec 28 12:14 PM
Hi,
Thanks for reply.
Where i need to pass mentioned parameter ITCPO-TDPAGESLCT. Please suggest i am new to Scripts concept.
2017 Dec 28 2:27 PM
In the parameters of function module OPEN_FORM. This how you call a SAPScript form.
2017 Dec 28 4:58 PM
Keep in mind you'll need to change your configuration to your new SAPScript form - unless it is already a custom one.
2017 Dec 27 8:52 PM
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)
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |