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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
1.Have you created custom table? Do you always use existing 
data elements and domains or create new ones? whatis the 
transaction code to see existing data elements and domains?
2.Performance wise inner join is better or For..ALL 
entries? why?
3.Where will you place data element domain and field 
together in an ABAP Program?
4.How will you pass the data/programs from one system to 
other system?
5.How will you print TOP-OF-PAGE in ALV Report?How will you 
make ALV Report interactive?
6.In Interactive report if i try to go to 20th list and my 
report has only 19 list what will be output?
7.Have you worked on Function Modules?How will you raise 
EXCEPTIONS in function modules?
8.Why you say Call transaction is faster than session?
9.How the business is carried out in your organisation?How 
did you get specs for coding ? Explain me complete step by 
step scenario from client deciding to switch SAP to your 
role of coding and after coding explain me how the object 
reaches back to client? Dont explain me about 5 phases like 
Business blueprint,realization etc?
10.To find User exit in SD module we can use development 
class VMOD and find out related exits. Which development 
class you use for MM FICO and PP Modules?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 1.Have you created custom table? Do you always use existing data elements and domains or create new ones? whatis the transaction code to see existing data elements and domains? 2.Performance wise inner join is better or For..ALL entries? why? 3.Where will you place data element domain and field together in an ABAP Program? 4.How will you pass the data/programs from one system to other system? 5.How will you print TOP-OF-PAGE in ALV Report?How will you make ALV Report interactive? 6.In Interactive report if i try to go to 20th list and my report has only 19 list what will be output? 7.Have you worked on Function Modules?How will you raise EXCEPTIONS in function modules? 8.Why you say Call transaction is faster than session? 9.How the business is carried out in your organisation?How did you get specs for coding ? Explain me complete step by step scenario from client deciding to switch SAP to your role of coding and after coding explain me how the object reaches back to client? Dont explain me about 5 phases like Business blueprint,realization etc? 10.To find User exit in SD module we can use development class VMOD and find out related exits. Which development class you use for MM FICO and PP Modules?
Answer
# 1
1. Yes I have created custom table. Using of data element 
and domain depends on the requirement. In se11 we will have 
data element and domain radio buttons simply click it and 
specify the name of data element or domain and press enter. 
If that domain or data element exist it will show otherwise 
it will ask data eleement does not exist wish to create 
yes/no click yes and create new one.

sorry I don't know the tcode to find existing data element 
and domain. I think by se11 only we can do it.
 
Is This Answer Correct ?    1 Yes 3 No
Tulikasap
 
  Re: 1.Have you created custom table? Do you always use existing data elements and domains or create new ones? whatis the transaction code to see existing data elements and domains? 2.Performance wise inner join is better or For..ALL entries? why? 3.Where will you place data element domain and field together in an ABAP Program? 4.How will you pass the data/programs from one system to other system? 5.How will you print TOP-OF-PAGE in ALV Report?How will you make ALV Report interactive? 6.In Interactive report if i try to go to 20th list and my report has only 19 list what will be output? 7.Have you worked on Function Modules?How will you raise EXCEPTIONS in function modules? 8.Why you say Call transaction is faster than session? 9.How the business is carried out in your organisation?How did you get specs for coding ? Explain me complete step by step scenario from client deciding to switch SAP to your role of coding and after coding explain me how the object reaches back to client? Dont explain me about 5 phases like Business blueprint,realization etc? 10.To find User exit in SD module we can use development class VMOD and find out related exits. Which development class you use for MM FICO and PP Modules?
Answer
# 2
2 - FOR ALL ENTRIES IS ALWAYS BETTER BCOS IT AVOIDS NESTED 
    SELECTED STATEMENTS AND ALSO REMOVES ANY DUPLICATE
ENTRIES IN THE TABLE

3- IN SE-11 WE CAN DO THAT

4- ASSIGHN THE DATA FIRST TO A PACKAGE SO THAT IT IS
AUTHORISED FOR TRANSPORTATION AND THEN USE TCODE LIKE SE01
OR SE09

5- I THINK WE CAN USE REUSE_ALV_FIELD_CATALOGUE_MERGE .IT
HOLDS THE COLUMN HEADINGS

6- THE CONTROL WILL LEAD TO DUMP.

7-RAISING EXCEPTION IS USED TO CATCH ERRORS IN FUNCTION MODULES.

8-CT IS FASTER BCOS DATA GETS TRANSFERRED TO DATABASE
IMMEDIATELY WHERE AS IN SM DATA IS NOT TRANSFERRED UNTIL THR
SESSION IS PROCESSED.

9-ARE YAAR YEHI 5 PHASE KO HI EXPLAIN KAR DENA..

10- PATA NAHI YAAR..
 
Is This Answer Correct ?    3 Yes 1 No
G.shankar
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
APPL2?  2
What is meant by enhancements? FutureSoft4
What is the mandatory event in LDBs.  1
what technology used at presentation layer for displaying GUI to SAP user ? and where those files were put? Zydus1
How do you create a table? FutureSoft2
What is the main point while using control break in internal table ?  2
WHAT IS THE DIFF B/W MACRO & SUBROUTINE? Sony3
what is the tcode for creating the invoice?  1
How can you see the errors displayed in IDOC? Intel1
How do you check(find) out the user exists? FutureSoft2
how to see the last updated record in a table?  2
how do you put dynamic page breaks in script.  1
How to Read long Text using Scripts EDS1
which is procedure used for SAP Enhancement?  2
How do we debug sap script? IBM2
what are the diff types of dispatcher in sap ?  2
What are components of layout in scripts?  1
Is exit a function module? CSC1
what are the loop events and what is the difference between them  3
Give 3 scenario due to which you require Gap analysis in your project?  1
 
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