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
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
what is abstract classes
What are the client dependant objects in abap / sap?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is an on”*-input filed” statement?
What are field symbols?
What are the uses of table pool or table cluster.
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What are the advantages/ dis-advantages of logical databases?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
Which function module would you use to check the user’s authorization to access files before opening a file?
what is field string ? & where we are using field strings?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
Explain the advantage of structures?
Describe the difference between macro and subroutine?