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 the difference between skip and reserve?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What is lock object ? : abap data dictionary
What are the 3 types of tables in sap? : abap data dictionary
What is a projection view? : abap data dictionary
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
What is open sql vs native sql ?
What is the difference between a substructure and an append structure?
What is a transport?
Mention what is alv programming in abap?
Name the abap/4 modularization techniques?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
When, how and how would you control changes to standard SAP objects.
Explain what is sap script?