in the event at selection-screen output we use loop
screen,what is screen intenal table,structure or DB table?
Answer Posted / raghuveer
At the runtime,attributes for each screen field is stored in
a system defined internal table with header line called as
SCREEN TABLE.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are field symbols?
when are objects are passed from task to the change request?
What are conditional chain statement?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
Application Category?
Define subtype ? : abap hr
What abap statement will trigger list generation?
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What happens if we use leave to list-processing without using suppress-dialog?
What is the difference between leave transaction and call transaction?
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 sequence number
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.
Can we call reports and transactions from interactive reporting lists?
What are the function modules used in f4 help?