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
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
Explain the client concept of sap.
what are the important fields while preparing sales order,inquiry?
What are the data classes in abap?
How to call a subroutine in sapscript?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
Explain badi in abap.
What are interactive reports?
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What is the difference of update types in call transaction method ? : abap bdc
What are the differences between se01, se09 and se10?
What function does data dictionary perform?
How can we use / display table in a screen?
What is the advantage of structures?
What is the difference between field-group header and other field groups? : abap modularization