Answer Posted / sandeep
HIDE statement is used to store key field value of selected
row and transfer that value to AT LINE-SELECTION event
block so that additional information findout for that
selected row.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a development class? : abap data dictionary
What is the use of message command in a report? What are the different message types?
What are the different types of views and their definition?
Can you delete data element, which is being used by table fields. : abap data dictionary
What are the Various Types of internal tables?
What is the difference between refresh and free statements?
How to copy table across clients?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
What is the difference between field-group header and other field groups? : abap modularization
In which particular scenario we use sorted table and which particular scenario we use standard table?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Define alv programming in abap?
Explain what is sap script?
What is database utility? : abap data dictionary
What are the two ways of producing a list within a transaction?