what is an HIDE technique?

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


Please Help Members By Posting Answers For Below Questions

What are the attributes of the data in data dictionary? : abap data dictionary

808


How to display or know if the value entered contains records or not?

767


What is the t-code to display batch input sessions? : abap bdc

878


What are data classes? What are the various data classes available for selection? : abap data dictionary

745


What are your ways to performance optimization?

1130


Where are you used type casting?

1104


List some of the many different ways that the sap standard functionality can be changed by a customer?

747


What is a database view? : abap data dictionary

824


What is the relationship existing between the various data elements? : abap data dictionary

770


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.

2010


Does every abap/4 have a modular structure?

789


When the top-of-page event does get triggered?

866


Can we create field without data element? If yes, how?

878


What are multiple use BADIS?

1234


What is the master data necessary before you can start posting in MM?

1011