Where does the Hide data stored

Answer Posted / shreeshaildiggi

HIDE dobj.

Effect
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.
The stored values can be read as follows:

For each user action in a displayed screen list that leads
to a list result, all the row values stored using HIDE -
that is, the row on which the screen cursor is positioned
at the time of the event - are assigned to the respective
variables.

If a list row of an arbitrary list level is read or
modified using the statements READ LINE or MODIFY LINE, all
the values of this row stored using HIDE are assigned to
the respective variables.

Hide Area
Area in the list buffer, to which global variables can be
stored for every row of a screen list using the statement
HIDE.

Notes

The HIDE statement works independently of whether the list
cursor was set. In particular, variables for empty list
rows can be stored - that is, rows in which the list cursor
was positioned using statements like SKIP.

The HIDE statement should be executed immediately at the
statement that has set the list cursor in the row.

Outside of classes, prior to release 7.0, for dobj
constants and literals could still be specified. However,
it was not possible to read them at list events and in the
READ LINE statement.

Thanks and Regards
SHREESHAIL DIGGI
SAP Technical Consultant Infinite India

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me a scenario where did you use secondary index?

620


Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1061


What are the different software packets available in the market? : sap abap hr

563


How can we send data to external programs?

609


How collect statement is different from append?

525






What is the difference between tables and structures?

618


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?

894


What is an rfc?

583


What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary

509


How to display if the value entered contains records or not?

580


What is the major difference between pool tables and transparent tables?

506


What are the fields in a bdc_tab table? : abap bdc

605


What is the structure of bdcmsgcoll? : abap bdc

770


What is roles and responsibilities of sap hr consultants? : sap abap hr

566


What is the modification assistant?

567