what is protect and endprotect?
Answers were Sorted based on User's Feedback
Answer / bhavna
Avoid page break by using protect and end protect in sap script
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / kiss_shore
Nanna Bangaram SIVA, In SAP Scripts we have PROTECT...
ENDPROTECT command...
PROTECT... Is the command to start the data to be protected
and
ENDPROTECT... Is the command which is used to stop the
Protection.
In between these statements we will write data which is to
be protected of being Page-breaked.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siva
amma bangaram bhavana in sap script or smartforms we have
only option protect for pageprotection to reduce the page
breakings only there is no end protect in either script or
smartforms .
please notify this . please dont make sap technical guys
to stop learning abap . sivasayini@yahoo.com
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / srinivas
for performing multiple validations we use protect and
endprotect.
Is This Answer Correct ? | 1 Yes | 8 No |
How to call transaction in session method without recording?
What is transparent table?
Can we create a Table Without a Primary key?
A function group contains globally defined internal tables and function modules defined in it. FMOD1 populates itab1 and when FMOD2 is called will itab1 contains those values being populated by FMOD1?
How table control cn be generated using bdc? : abap bdc
How is conversion of data types done between abap/4 & external level? : abap data dictionary
in views..date base view can be used instead of join state ment in a program..it is one of reusable technique..is it correct???
What are the tables using in diff modules like SD, PM, MM, QM AND FICO? give me some example names ? Do we need to use the existing tables in R/3 most of the time?
Which client is called as golden cient? IS it 100, if yes why?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
write the codes for how to fetch data from a select query written under end-of-setection event.
What is the difference between synchronous and asynchronous update? : abap bdc