0% found this document useful (0 votes)
84 views2 pages

20 TOP SAP Reports Interview Questions and Answers PDF - Multiple Choice Questions and Answers Beginners and Experienced PDF

Uploaded by

Ankur Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views2 pages

20 TOP SAP Reports Interview Questions and Answers PDF - Multiple Choice Questions and Answers Beginners and Experienced PDF

Uploaded by

Ankur Jain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

8/20/2014 20 TOP SAP Reports Interview Questions and Answers pdf | Multiple Choice Questions and Answers beginners

nswers beginners and experienced pdf

Get Freedom with Duster Pages

Home
renault.co.in/Duster
M ultiple Choice Questions and Answers
Get an exciting exchange bonus and drive home a Renault Duster Interview Questions and Answers for
freshers and experienced pdf

Home » SAP Reports Interview Questions and Answers pdf » 20 TOP SAP Reports Interview Questions and
Answers pdf Anand Campus, SGI
Mo n d ay , May 26, 2014
sgei.org

20 TOP SAP Reports Interview Questions and Answers Earn while Learn At Anand Campus.
pdf Admissions Open 2014. Apply Today

Most frequently Asked SAP Reports Interview Questions and Answers for freshers and
experienced pdf free download

1. Types of User Exits, what kind of work is done on these exits?


File Exit, Menu Exit, Function Exit.

2. How will you find out where the user exits are available?
CMOD : This transaction allows you to create a PROJECT by identifying its
ENHANCEMENT(S). After determining all of the ENHANCEMENTS that are part of the
PROJECT, you will have to activate the PROJECT. You will still need to code your user-exit;
therefore, you may want to wait until this step is completed before activating the PROJECT.
SMOD : This transaction allows you to create an ENHANCEMENT, which you will include in a
PROJECT, by identifying its COMPONENT(S). In the case where SAP has already created an
ENHANCEMENT for its pre-defined user-exits, you will not need to use transaction SMOD;
instead, you should just use transaction CMOD.

3. Have you created any transactions?


Yes, We can use TC SE93 for creating our own transaction code.

4. Difference between Table-Controls and Step-loops?


Table controls are modified / mproved versions of step loops. in controls we can do,
horizontal scrolling, vertical scrolling, scrolling in a perticular field, resize the table, can
save the settings for future use, can make selective columns editable,....etc these things
are not possible with step loops. step loops are controlled by loop-endloop statements.

5. How many interactive reports did you write?


In an Interactive Report, user can define maximum 20 secondary lists.

6. What is an Unpack command?


UNPACK field1TO field2 .Unpacks the packed field field1 and places it in the field field2 with
leading zeros. If field2 is too short, it is truncated on the left.

7. How many dictionary objects are there and list all?


Available Dictionary Objects are Domains, Viwes, Match Codes, Lock Objects, Structures,
Data Elements, Intenal Types.

8. What is the difference between transparent and non transparent database tables?
Transparent tables have 1 - 1 cardinality b/w Data Dictionary and Database, and non
transparent ( Cluster and Pooled) tables have Many - 1 cardinality. Transparent table can
access with using OPen & NAtive SQL stmts where as Nontransparent only OPen Sql.
Transparent trables can store Table relevent data and non transparent tables can store
system data/ application data based on the transparent tables

9. What is meant by BDC. How many methods of BDC are there? Blog Arc hive

http://atozmcqs.blogspot.in/2014/05/20-top-sap-reports-interview-questions.html 1/5
8/20/2014 20 TOP SAP Reports Interview Questions and Answers pdf | Multiple Choice Questions and Answers beginners and experienced pdf
BDC -> BATCH DATA COMMUNICATION. METHODS OF BDC-> Direct Input method, Batch ▼ 2014 (741)
Input Session method, Call transaction method. ► August (255)
► July (327)
10. What are the difference between table controls and step loops in dialog programming?
▼ M ay (118)
1. Function modules use a special screen to define the parameters where as subroutines use
the same ABAP/4 editor to define its parameters. 20 TOP VB.Net Interview Questions and
Answers pdf
2. Tables work area can be commonly shared by calling program and subroutine where as
function modules do not share commonly. TOP 20 C# (Sharp).Net Programming
Language Questio...
3. Calling a function module syntax (Call function.) is different from calling a subroutine
syntax (perform�.). 20 TOP Datagrid(Gridview) Interview
Questions and ...
4. With raise statement user can exit from a function module where as exit is used in
subroutines. 20 TOP ASP.Net Programming Interview
Questions and...
11. What is ALE, IDOC , EDI , RFC. Explain briefly.? 20 TOP Oracle Pl/SQL Interview
ALE: application linking enabling IDOC: intermediatary documents EDI: electronic data Questions and Answe...
interchange RFC: remote function call 20 TOP Oracle Developer Interview
Questions and An...
12. What is SQL Trace? 20 TOP SAP PM Interview Questions
SQL Tracer is a tool used to measure the performance of ABAP program. T.code :st05 and Answers pdf
20 TOP OBIEE Interview Questions and
13. Have you worked with reading and writing data on to files? Answers pdf
YES, open dataset for output. read dataset from itab. close dataset . 20 TOP M SBI Interview Questions and
Answers pdf
14. Have you used SM30 and SM31 transactions? 20 TOP Zend Framework Interview
sm30 is used to view the ' Call Up View Maintenance ' and SM31 is to view the ' Table Questions and Answ...
maintenance ' 20 TOP XM L Interview Questions and
Answers pdf
15. What are Function Modules?
20 TOP Web Service Testing Interview
Function modules is a extranal subroutine.we can call it to outside the program.its a mini Questions and...
program. its used for redues the coding,easy to find error.
20 TOP Web Designing Interview
Questions and Answe...
16. What is CAT?
20 TOP PHP&M ySQL Technical
"CAT" Computer Aided Test Tool. Used to create test cases for application testing purposes. Interview Questions and...
20 TOP JavaScript Interview Questions
17. What is LDB? and Answers ...
Logical Database is an ABAP program which retrieves data from various tables Which are
20 TOP VSAM Interview Questions and
interrelated and provides a read only view of the data.
Answers pdf
20 TOP Excel VBA Interview Questions
18. What are the EVENTS in Report Program? What are EVENTS In Interactive Report and
and Answers p...
Explain?
Classical Report Events are LOAD OF PROGRAM.INITIALIZATION. AT SELECTION- 20 TOP WinRunner Interview Questions
and Answers p...
SCREEN.START-OF-SELECTION. TOP-OF-PAGE.END-OF-PAGE. END-OF-SELECTION.
Interactive events are AT LINE-SELECTION. AT USER-COMMAND. TOP-OF-PAGE DURING 20 TOP Quality Center(QC) Interview
Questions and ...
LINE-SELECTION. AT LINE-SELECTION:Allows the user to interact with the lists. AT USER-
COMMAND:USed for handling Push buttons. SET PF-STATUS:Provides User Interface. 20 TOP Security Testing Interview
Questions and An...

19. What are the various techniques of BDC? 20 TOP Testing Tools Interview
Questions and Answe...
call transaction session method direct input method
20 TOP M anual Testing Interview
20. Explain Check Table and Value Table? Questions and Answ...
check tabke works at table level and value table works at domain level. check table is 20 TOP TeraData Interview Questions
nothing but master table that u will create with valid set of values. value table it provides and Answers pd...
the list of values and it will automatically proposed as a check table while creating foreign 20 TOP SQL SERVER 2008 Interview
key relationship. Questions and Ans...
20 TOP SQL DBA Interview Questions
and Answers pdf...
Posted by Multiple Choice Questions and Answers pdf for beginners experienced at 10:26 PM
20 TOP Spring Framework Interview
Recommend this on Google
Questions and An...
Labels: SAP Reports Interview Questions and Answers pdf
20 TOP SOAP Interview Questions and
Answers pdf
20 TOP Silktest Interview Questions
and Answers pd...
No comments: 20 TOP Siebel CRM Interview Questions
and Answers ...
Post a Comment
20 TOP Shell Scripting Interview
Questions and Ans...
20 TOP SAS Programming Interview
Questions and Ans...
20 TOP SAP Reports Interview
Questions and Answers...

http://atozmcqs.blogspot.in/2014/05/20-top-sap-reports-interview-questions.html 2/5

You might also like