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 is the t-code for transaction recorder? : abap bdc
Is it possible to pass data to and from include programs explicitly? : abap modularization
Setting up a BDC program where you find information from?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What are the organizational related infotypes? : abap hr
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What is a function group? : abap modularization
Which transaction code can I use to analyze the performance of abap program?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What is the abap program name to process the batch input session automatically? : abap bdc
Can we access static attribute from instance method
Explain the session method? : abap bdc
how to see the table output?
What is the difference between Classic badi and Kernal badi ?