To avoid page skipping and to write the contents in the
same page itself in SAP script, command used is
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sateesh
we can specify either in the styles or in the form ,
that a particular paragraph should not be split in two
by a page break.
using /: Protect
......
......
/: endprotect
we can preventing the page breaks.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / venu
to avoid page skipping, we have to use protect-endprotect
in the script.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lavanya
One of the sapscript control commands named PROTECT AND END
PROTECT.
Is This Answer Correct ? | 1 Yes | 0 No |
can we write at-line-selection and at-user-command at a time in same program. plz some body help me to know this answer.
how many types of interfaces are there in abap ?
What are the merits of its?-
can we transport text elements and text symblos in reports from devlopment to quality?is it necessary?
What is roll area?
Wats the difference between package and devolopment class??
What is the difference between getting and get late?
What are the drill-down features provided by abap/4 in interactive lists?
What is meant by hide area?
What are the three ways for searching for Enhancements ?
how to see the last updated record in a table?
What is the use of buffering?