Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Create any functions? How to go about it?

980


Advantages and disadvantages of different types of bdc's?

966


How to give programe name as input in BDC report of abap ?

2200


How to transfer the objects? Have to transferred any objects?

996


How can one distinguish between different kinds of parameters? : abap modularization

1041


ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul

2557


What is the difference between ABAP and HR ABAP

3517


Did you create help views?

939


List some of the many different ways that the sap standard functionality can be changed by a customer?

900


What are the differences between session method and call transaction method? : abap bdc

1005


How will you define posting procedures?

1312


Cds views

8336


What are the three hierarchical levels of data types and objects?

1079


What are internal tables? How to use a specific number occurs statement?

925


Can we write the code both call transaction and session method in single program?

1036