SAP QUESTIONAIRE |
Name the reports, interfaces, transactions, sap script programs written? Explain the Functionality? |
What is the typical structure of an ABAP/4 program? Ans. = Declarative elements, Operational, control, events. |
What are field symbols and field groups? Have you used “component idx of structure” clause with fields groups? Ans.: place holder for existing fields similar to fields point to point Groups. : Common several fields under one Name. |
What should be the approach for writing a BDC program? Ans.: 1. Analysis the Data. 2. Generate SAP structure. 3. Develop transfer program 4. Create sequential file. 5. Create batch input program. 6. Process batch input data |
What is the alternative to batch input session? Ans. : Call transaction & call dialog |
A situation: An ABAP program creates a batch input session. We need to submit the program and the batch session in background. How to do it? (up to 3.1H) Ans.: Run the session by RSBDCSUB explicitly by providing batch input session name Go to batch input, Double click on session name. It gives a pop up screen for run mode enters it and run. |
What are the problems in processing batch input sessions? How is batch input process different from processing on line? Ans.: Sessions cannot be run in parallel and not fast. |
Name as many SAP Transactions as possible you are familiar with? Ans. : SE38 - ABAP editor , SE80 – Object Browser , SE36 – logical databases SE11 – ABAP data dictionary & SE16 SE37 – Function Module |
What are the different types of data dictionary objects? Ans : Tables – Data Elements – Domains - Structure – Foreign Keys |
How many types of tables exist and What are they in data dictionary? Ans : Transparent Tables - Pooled Tables – Cluster Tables |
What is the step by step process to create a table in data dictionary? Ans : Create Domain – Create Data elements – Create fields – Create Tables |
Can a transparent table exist in data dictionary but not in the database physically? Ans : Yes. (Tables in database have different structures, different names and total no. of tables in oracle database is smaller than transparent tables) |
What are the domains and data elements? Ans : domain describes Technical Characteristics of a table fields e.g. value range Elements describe role played by a fields in technical contains e.g. Form of field text. |
Can you create a table with fields not referring to data elements? Ans : yes |
What is the advantage of structures? How do you use them in the ABAP programs? Ans: structure is used to define the construction of data produced when calculations are carried out within programs or when data is transferred between programs. Contain data at runtime only. |
What does an extract statement do in the ABAP program? Ans: Fills the fields groups with values. |
What is a collect statement? How is it different from append? Ans: Collect – does not allow duplicate keys and append adds a line even if it exists already. |
What is open SQL v/s Native SQL? Ans : Native SQL – used to include SQL stmt of RDBMS in ABAP/4 programs Open SQL - subset of standard SQL with enhancements that are specific to SAP. |
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it? Ans: it allows us to execute a SQL stmt relevant to a particular database attached to SAP. It is not transparent. (Disadvantage) |
What is the meaning of ABAP/4 editor integrated with ABAP/4 Data dictionary? Ans: the Graphical programming environment. We can write ABAP/4 code, control access to objects under development, create new or access predefined database information. |
What are the events in ABAP/4 language? Ans: Interactive reports - At line selection – At user-command – At PF-status Classical reports - Top of page – end of page – start of selection – end of selection. |
What is an interactive report? What is the obvious different of such report compared with HTML type report? Ans: Features – Screen oriented – short basic lists – compressed data in basic list Detailed information in secondary lists or windows. |
What is drill down report? Ans: A list which you create by selecting on characteristic value of a report and which contains detailed information about that value. |
How do you write a function module in SAP? Describe. Ans : using function <> function library : parameters , importing changing tables exporting …. Exceptions. End function |
Ads
Tuesday, November 17, 2009
IBM abap interview Questions phase - Final I
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2009
(185)
-
▼
November
(122)
- SAP Glossary B
- SAP Glossary A
- Designing SAP Transactions SAP Dynpros
- SAP DB Interview FAQs
- SAP Business One
- SAP BDC Interview Questions And Answers
- An Introduction to SAP
- SAP (Systems, Applications and Products in Data Pr...
- What is roll out of SAP Project?
- Resume tips
- SAP ABAP FAQs
- REPORTING – GENERAL
- REPORT GENERATION – FORMATTING
- SAP R/3 ARCHITECTURE QUESTIONS
- QUESTIONS TO ASK HR
- Main Functions of QM Functional Consultant
- What is the Purpose of R/3?
- SAP Purchasing Tables
- SAP Production Planning tables
- Plant Maintenance/Sales
- Object oriented programming (OOP) IX
- Object oriented programming (OOP) VIII
- Object oriented programming (OOP) VII
- Object oriented programming (OOP) VI
- Object oriented programming (OOP) V
- Object oriented programming (OOP) IV
- Object oriented programming (OOP) III
- Object oriented programming (OOP) II
- Object oriented programming (OOP) XVII
- Object oriented programming (OOP) XVI
- Object oriented programming (OOP) XV
- Object oriented programming (OOP) XIV
- Object oriented programming (OOP) XIII
- Object oriented programming (OOP) XII
- Object oriented programming (OOP) XI
- Object oriented programming (OOP) X
- Object oriented programming (OOP) Step-by-step
- Object oriented programming (OOP) explained with a...
- SAP Modules Interview Questions And Answers
- Creating SAP Module Definitions
- SAP MM Tables
- SAP Transaction codes
- Will ABAP be Obsolete? Will JAVA Replace ABAP?
- SAP Implemetation Phases
- IBM abap interview Questions Phase - IV
- IBM abap interview Questions phase - III
- IBM abap interview Questions phase - II
- IBM abap interview Questions phase - I
- IBM abap interview Questions phase - E
- IBM abap interview Questions phase - D
- IBM abap interview Questions phase - C
- IBM abap interview Questions phse - B
- IBM abap interview Questions phase - A
- IBM abap interview Questions phase - Final III
- IBM abap interview Questions phase - Final II
- IBM abap interview Questions phase - Final I
- SAP HR INTERVIEW QUESTIONS
- Difference between the User Exit & Gap analysis
- Role of a mySAP Functional Consultant
- Role of a Functional Consultant in an End To End I...
- For those who wished to know the role of a functio...
- Designing SAP Transactions Flow Logic
- SAP Finance Tables
- SAP FI Functional Consultant Responsibilities
- Dynamic Variant in a report
- What are the tools to download tickets from client...
- Display company logo in the top of ALV report
- Designing SAP Transactions Introduction
- SAP ABAP FAQs
- Creating F1 helps in ease
- What courses are offered in Unauthorized training ...
- What is Client? What is the difference between Cus...
- Abap interview Qustions
- Difference Between BW Technical and Functional
- Batch Data Communication (BDC)
- SAP BDC
- SAP Functional
- Important Ale Idocs Faqs
- What is ALE
- ACCENTURA ABAP Qustions
- Important sap Smartforms faqs
- important abap script faqs
- Sap ABAP Dictionary Faqs
- SAP Program II
- SAP Program I
- Date and Time Calculations
- Substring in SAP's ABAP programming
- sample program I
- Understanding Date Selections Using the HR Logical...
- Different method of Converting Date in ABAP
- ABAP Date Time Variables and Addressing Subfields
- Pop a Date in ABAP Report Selection Screens
- Add n number of working days to date
- Add n number of working days to date (using SAP pe...
- Add n number of working days to date
- Convert month value of a date to text
- SAP ABAP program for A SAP Pop-out Calculator
- Step by step learning ABAP
- Download
- How to transport layout ALV?
-
▼
November
(122)
No comments:
Post a Comment