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   SiteMap shows list of All Categories in this site.
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
can we write any interective or classical reports in alv 
reports if yes how?
 Question Submitted By :: Sanghratan
I also faced this Question!!     Rank Answer Posted By  
 
  Re: can we write any interective or classical reports in alv reports if yes how?
Answer
# 1
Becoz of the if user click on the basic list on the record
the detail information is stored into the secondary list.
This is done by the interactive report. But we don't use the
classical report in ALV's
 
Is This Answer Correct ?    0 Yes 1 No
Bandivenkateswarlu
 
  Re: can we write any interective or classical reports in alv reports if yes how?
Answer
# 2
Yes, we can generate both classical and Interactive reportS 
in ALV..
  
For classical report in ALV..
Type-pools : slis.

DATA :  it_Fcat type slis_T_fieldcat_Alv
        wa_fcat type slis_fieldcat_Alv.

Data  : itab type standard table of (SOme Structure)
         wa  like line ot itab.

Start-of-selection.
  Select.....

  after readig data from database....

we use FM REUSE_ALV_FIELDCATALOG_MERGE

After that We display the Output

We use FM :  REUSE_ALV_GRID_DISPLAY ( for Grid Format)
                   OR
             REUSE_ALV_LIST_DISPLAY(for list format)
*****
*&----INTERACITVE ALV*******
We take two Internal tables ...
Data : itab type standard table of ty_marc (Type structure)
       itab1 type standard table of ty_mara(TYPE structure)

data  : it_fcat type slis_t_fieldcat_alv,
        t_Event type slis_t_event,
        t_listheader type slis_t_listheader.

we use FM : REUSE_ALV_GET_EVENT
This is function Module is used to catch the EVENTs like 
TOP-OF-PAGE and END-OF-PAGE, USER_COMMAND....etc

For interactive Report:
 we will give form like

Form User_Command Using ucomm like Sy-ucomm
                   selfld type SLIS_SELFIELD,
 
*& we'll call this Subroutine in the FM GRID DISPLAY..

  case ucomm.
   
    when '&IC1'. " this is FunctionCode which catchs when 
user do some actions.
     READ TABLE Itab INTO WA_tab INDEX RS_SELFIELD-TABINDEX.
      perform buildcatlog.
      perform DataRetrieval.l
      Perform Listdisplay.
      Perfrom Dispaly.

  endcase.

THIS IS HOW WE DO INTERACTIVE ALV...
 I THINK THIS WIIL U IN DOING CLASSICAL AND INTERACTIVE 
ALV..
 
Is This Answer Correct ?    1 Yes 0 No
P.lokesh
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
After the SESSION is created where is it stored? Satyam3
what is technical documentation and functional documentation? what are the steps for unit testing? TCS1
how to debug background jobs? Catalytic-Software2
After sending the data(any type) from SENDER to RECEIVER can we send the same data to SENDER by using ALE? Wipro1
what happens if i use commit in the bdc coding Wipro1
difference between cluster and pooled tables Amplify-Mindware5
3) Will 50,000 records be uploaded directly into APP's Server?  3
What is the reason, a BDC program is working in 'A' mode but not in 'N' mode ? Syntel3
What is BDC programming? Wipro2
what is a package is SAP  1
which table contains the details of all Tcodes?  4
in the time of migration of data who will decide whether it is done in bapi , call transaction or session method to the technical consultant?  1
When the system is getting slow. How can you get the message what is going wrong? TCS1
What is Diff b/w Basic type and Message type? IBM1
What is the difference between Collect statement and Append Statement?  1
how can u write in single program call transaction and session method logic? if u write logic in call transaction ,is there any errors ? how can u see in session ? Satyam1
If you are at 3rd list how can you back to 1st list? Bristle-Cone3
how do the sub-total in sap scripts ITC-Infotech1
what is the standard program to transport transaction variants and screen variants?  1
How to put checkbox against a row in ALV display? IBM2
 
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