what is the use of protect / end protect control command in
the scripts?
Answer Posted / sudhir
Sap script using Protect end protect avoid the page break.
it is use /: protect
/: text
/: endprotect
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the maximum number of match code id's that can be defined for one match code object ?
Explain what are the events in screen programming?
When the get cursor command used in interactive lists?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What is the difference between semi-monthly and Bi-weekly payroll area
What is the difference between synchronous and asynchronous update? : abap bdc
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Explain the different types of mode (run code) in call transaction method?
What is the basic difference internal tables and database tables? : abap data dictionary
Sy index and sy tabix
What is cts and what do you know about it? : abap hr
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....