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 |
After finding enhancements of a perticular transaction using SMOD, how can you opt one enhancement from all displayed enhacements?
Name the abap/4 modularization techniques? : abap modularization
What is the sequential order of triggering events in interactive report?
Difference between Field groups and internal tables?
How do you send files to the legacy systems from SAP and vice versa?
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.
for example in client 710 i update the records for tcode me21 using bdc,in the same server if i update 5 records and in the mean while other user do the same bdc update for me21 for 3 records how do u resolve the remaining 2 records.
Is the basic list deleted when the new list is created?
what is the Difference between Scripts and Smart Forms?
what is the standard script for picking list?
we can use internal table with help of user define data types if possible or not
What is lock object ? : abap data dictionary