To avoid page skipping and to write the contents in the
same page itself in SAP script, command used is
Answer Posted / saplead.sai
PROTECT - ENDPROTECT
The text given between PROTECT - ENDPROTECT will try to
print on current page if the space is available. If the
current MAIN WINDOW does not have sufficient space then it
will print ENTIRE TEXT on NEXT PAGE if the NEXT window is
enough. If next page is also not sufficient to print the
entire content then SOME LINES will be printed on current
page and remaining lines on NEXT PAGE as AVIODING PARAGRAPH
BREAK fails.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What kind of financial periods exist in SAP? What is the relevant table for that?
Can we use flow logic control key words in abap/4 and vice-verse?
Explain how to create any functions? How to go about it?
What is an Open Item in SAP? How will you find an Open Item in SAP?
What are Delivery classes? What data will you want to transport during client copy?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What is the use of the statement leave to list-processing?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
when u prefer lsmw?
What are logical data bases used in hr module? : abap hr
What are clustered tables?
What are the functions of lock objects?
What should be the approach for writing a bdc program? : abap bdc
How to read files and process BDC's automatically ?