what is eqult Hide?
Answers were Sorted based on User's Feedback
Answer / nilanjan das
In interactive reporting if we write the hide statement the
records gets stored in the hide memory area.
In the hide memory area the records gets stored with the
same index as that of the internable itself.
In this process the system field used is sy-lili.
Is This Answer Correct ? | 7 Yes | 0 No |
IN INTERACTIVE REPORTING IF WE CLICK ON SOME FIELD VALUES
AND IF WE WANT TO GET THOSE VALUES AFTERWARDS THEN WE WILL
USE HIDE TECHNIQUE.
HIDE: 'HERE WE CAN GIVE THE VALUES WHAT ARE TO BE STORED'.
THIS HIDE MAINLY WORKS IF A WRITE STATEMENT IS EXECUTED.
THE VARIABLES USED BESIDE HIDE WILL BE TORED IN AN INTERNAL
TABLE.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / anil
By supporting Answer by Nilanjan Das
Current list line whose line number is contained in sy-linno in the hide area of the current list level.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / indra
HIDE statement is used as a temporary memory area to store the secondary list details while doing an interactive programs.
Is This Answer Correct ? | 0 Yes | 0 No |
what are parameters of DDCinsert fun module ?
How can I trigger the outbound IDOC?
Explain get cursor field?
what is search helps..How many types are there?
How to get the column count of a report?
WHAT IS FIELD-SYMBOLS?
how to process the idoc?
What are the different kinds of lock modes?
i want to use standard script and driven program.how can i modify standard driven program?in real time how can we execute the standard script?can any one tell me the procedure plz?
In module pool, when table controls are used the command that is written in both PBO and PAI is
will sorted internal tables help in performance?
I a custom table some one has edited and deleted something, So how we should maintain the log for changed and edited datas