Where does the Hide data stored
Answers were Sorted based on User's Feedback
Answer / kiran kumar v
It is stored in a temporary Hide area.In other words it is
stored in buffer.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
I wrote one script program,Now i want to transfer this program from development to production system so that output is displayed correct in production.please give me the steps.In development showing correct output but whereas in production somewhat difference.So what is the problem?
difference between step loop and table control?Plz urgent..
3 Answers Accenture, CSD Bangladesh,
I want to know the procedure for direct input method in BDC.Anyone can tel
What is the difference between OpenSQL and Native Sql?
If u use US Database server? How can access the client?
How many ways can a sap system be accessed?
23) How to create one page in landscape and the other page in portrait in Scripts?
how to run bdc program in background?
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What are the control break events in abap? : abap data dictionary
How do you Export a session ?