Answer Posted / kumar
Hide is keyword which maintain copy of the previous list with output line numbers and contents.
When ever user clicks on any record of any list then AT LINE-SELECTION will be triggered and list index is incremented by 1 then particular record will be live from hide area to work area.
Based on work area we retrieve the data for current list.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the attributes of the data in data dictionary? : abap data dictionary
How to display or know if the value entered contains records or not?
What is the t-code to display batch input sessions? : abap bdc
What are data classes? What are the various data classes available for selection? : abap data dictionary
What are your ways to performance optimization?
Where are you used type casting?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is a database view? : abap data dictionary
What is the relationship existing between the various data elements? : abap data dictionary
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.
Does every abap/4 have a modular structure?
When the top-of-page event does get triggered?
Can we create field without data element? If yes, how?
What are multiple use BADIS?
What is the master data necessary before you can start posting in MM?