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 are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What is database utility? : abap data dictionary
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
Explain the disadvantages of logical databases?
What is the t-code for transaction recorder? : abap bdc
Write the bdc table structure? : abap bdc
What is the difference between collect and append statements?
Difference between Read and Get cursor?
what is difference between user exit, customer exit and badi?
Explain how do you move on to the next screen in interactive reporting?
What are client dependant objects in abap/sap?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
Differentiate between ooabap and abap?
when are objects are passed from task to the change request?
What is exception class and test class. How to use it?