Answer Posted / shreeshail diggi
This statement stores the content of a variable dobj
together with the current list line whose line number is
contained in sy-linno in the hide area of the current list
level. The data type of the variables dobj must be flat and
no field symbols can be specified that point to rows of
internal tables, and no class attributes can be specified
Ex:
DATA: A TYPE i,
B TYPE i.
START-OF-SELECTION.
FORMAT HOTSPOT.
DO 10 TIMES.
A = sy-index ** 2.
B = sy-index ** 3.
WRITE / sy-index.
HIDE: A, B.
ENDDO.
AT LINE-SELECTION.
WRITE: A, B.
Thank's and Regard's
Shreeshail Diggi
SAP Technical Consultant IBM
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Specify the types of data dictionary objects.
Can we make use of flow logic control key words in abap/4 and vice-versa?
Explain how to Handle the internal tables in ABAP?
When was the sap abap being created?
How we format the data before writing a statement in the report?
What is synchronous update?
What are the sequences of event block?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What is your approach for writing a bdc program? : abap bdc
What is the tcode for sapscript forms?
Fallback class
How to find the return code of a statement in abap programs?
When is the top-of-page event triggered? : abap data dictionary
What are the page windows? How many main windows will be there in a page window?
Work most on which module: name a few tables?