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
How do you write manual bdc session method? : abap bdc
What is evaluation path, where do we do it and why? : sap abap hr
What are the Control levels in internal tables?
What are the functional areas?
Explain get cursor field?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
Is a logical database a requirement/must to write an abap/4 query?
What are the check tables?
Explain what is step-loop?
how to track records from data dictionary?
What are the differences between session method and call transaction method? : abap bdc
What is the company code? : sap abap hr
What is locking? : abap data dictionary
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is lock mechanism? How do we create lock objects in abap?