ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
What is the significance of keyword " H I D E"
 Question Submitted By :: M
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the significance of keyword " H I D E"
Answer
# 1
it temporarily stores the content of click field. this is
the main purpose. it is used in interactive reports only.
it is mandatory to write hide statement after the first
statement of basic list
 
Is This Answer Correct ?    0 Yes 0 No
Malli.gontla
 
  Re: What is the significance of keyword " H I D E"
Answer
# 2
HIDE:the hide command is  one of the fundamental  statements
for interactive  reporting   you  use  the  hide  
technique   when  creating  a basic list it defines  the 
information  that  can  be passed  to  subsequent detail 
list
 
Is This Answer Correct ?    0 Yes 0 No
Sateesh
 
 
 
  Re: What is the significance of keyword " H I D E"
Answer
# 3
Actually Hide is key word which we normally use in 
interactive list.

if we want any field to be used in future after the basic 
list .
or if there are lotz of field in the basic list that we are 
not able to display in one time we make it under hide 
statement ..
ex: 
HIDE :  kna1-kunnr.

if we click any record in the basic list  At line selection
is called and we can display those hide field which we are 
not able to display in basic list by just write statement.
 
Is This Answer Correct ?    0 Yes 0 No
Anuraj Singh Rana
 
  Re: What is the significance of keyword " H I D E"
Answer
# 4
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
Ex: 
DATA: A TYPE i, 
      B   TYPE i. 

START-OF-SELECTION. 
  FORMAT HOTSPOT. 
  DO 10 TIMES. 
    A = sy-index ** 2. 
    B   = sy-index ** 3. 
    WRITE / sy-index. 
    HIDE: A, B. 
  ENDDO. 

AT LINE-SELECTION. 
  WRITE: A, B. 

Thank's and Regard's

Shreeshail Diggi
SAP Technical Consultant IBM
 
Is This Answer Correct ?    0 Yes 0 No
Shreeshail Diggi
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
what u can do in technical spec(i mean from functional spec what r u writing in tech spec)? Satyam3
what is ment by buffering? Accenture1
Worked on support project? How do you handle serious production issue? Severity? Time taken to resolve the issue? How you get issues/tickets?  1
In interactive reporting, suppose i go to N'th list from basic list(primary data) & i wanna come back directly to basic list. So how can i achieve this without using ESC or back button?? Is it possible using set screen 0?? Cap-Gemini4
Why long time required to copy the file than delete the same file.  1
how to transfer two idoc simeltaniously,  1
Utility of bdc cursor?  1
explain abt EXTRACT STATEMETN  1
19) How to create client dependent tables and client independent tables?  1
What are the FM's you used in ALV? FutureSoft1
list the important field symbol?  1
Plz can any one tell me about the detailed information of issues raised by the enduser, as an abap developer how we need to pick up that issues and what are the steps involved in the process(support project ), and tell me about the tickets. who is the person that is going to generate the tickets( send the detailed information regarding the support project and as a abap developer, what is its roles and responsibilites from beginning to the end of support project .  1
what is ECC in current version of sap r/3 ECC6.0. what is full form of ECC6.0? Unilogic-Software25
what are Joins? How many types are there? Keane-India-Ltd3
can anyone tell me how to code bdc program with 2 or 3 conditions in g/l account master(fi/co) how to make logic in choosing radio button automaticaly (for balance sheet and profit loss accout in our case.)  1
what is meaning of idoc monitoring? HCL2
what is the use of select for all entries in an internal table?  2
if there is no top-of-page event in reports then what happens? Accenture4
can any post me all steps in MM ,SD, PP FLOW in detail?  2
what is a value table?  3
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com