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

Explain what are the events used for logical database?

533


In order to upload purchase order details, how you handle multiple values for a single field?

569


What is a logical database?

669


i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status

8506


What is an “on request field” statement?

661






how to genernate 21 sencondary index

7032


What happens if a function module runs in an update task? : abap modularization

598


when do you need to create an internal table with header line ? and with out a header line?

1493


In select-options, how to get the default values as current month first date and last date by default?

628


What is the difference between synchronous and asynchronous update? : abap bdc

643


Explain how do you use structures in the abap programs?

544


Explain the advantages of abap query tool?

530


What is the transaction code to display the payroll results ? : abap hr

572


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

582


What kind of financial periods exist in sap? What is the relavent table for that?

628