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
What is evaluation path, where do we do it and why? : sap abap hr
What is function group?
What are the different functions used in sap script?
How many types of data classes are there in sap?
What are the components of selection table?
What are conversion routines? : abap data dictionary
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
Difference between Insert, Update and Modify?
What function does data dictionary perform?
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
What are the different window types in sapscript?
What is at exit-command:?
Explain client-dependent and client-independent tables.
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What is the basic difference internal tables and database tables? : abap data dictionary