Answer Posted / 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 |
Post New Answer View All Answers
What are advantages and disadvantages of logical data base
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
How memory management happens for internal tables and work areas in abap?
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
wat is the difference between A-gate & W-gate?where are they used?
Which commands are used for interactive reports?
What is the use of 'table index'?
What are the different types of view?
what is the difference between Blocked ALV and interactive ALV?
What is open sql?
How to debug a sapscript?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Events that can be used in both the classical and interactive reports
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is the difference between internal tables and extract datasets? : abap modularization