65. | What are the versions you have worked? Ans :- 3.1H, 4.5B, 4.6B. |
66. | How do you find the string length of a variable? Ans :- INT = STRLEN( WORD1 ). |
67. | What do you define in the domain and data element? Ans :- The domain gives a field its technical characteristics, such as data type and length. Data element contains a domain name, field labels etc. |
True/False | |
68. | SAP offers standard batch interface programs with dynamic record layout capability? |
69. | SAP standard batch input programs structure descriptions are in the Data Dictionary? |
70. | Data analysis should preceed data transfer?T |
71. | All data conversion must take place prior to the data transfer?T |
72. | The parameters MODE and UPDATE are optional? |
73. | The BDC table has a different layout for the CALL TRANSACTION?F |
74. | A file can be transferred from the presentation server?T |
Study Questions & Answers for SAP Partner Academy | |
1. | What is the purpose of SAP Dispatcher? Ans :- Manages the resources for the R/3 Applications. Distributes work to the work processes. Main Tasks: Equal distribution of transaction load to the work processes. Management of buffer areas in main memory. Integration of the presentation level. Organisation of communication activities. |
2. | There are five specialized work processes. What are they? And which task do they control? Ans :- a) Online – Processes one dialog step and then is available for next request. b) Enqueue – A locking mechanism to prevent the applications from interfering with each other when accessing data. c) Update – To trigger database changes. d) Background – Used to plan the start of ABAP/4 programs. e) Spool – Spool requests are generated online or during background processing and placed in a spool database with information about the printer a print format. |
3. | What function does the message server perform? Ans :- Exchanges short internal messages (Ex. Triggering work processes). |
4. | What enables communications between R2, R3, and external applications using the CPI-C protocol? A) SAP Gateway. |
5. | How Internal table lines can be changed while looping on the same table? Ans :- To change a single line in an internal table, use the MODIFY statement. This modifies the current line of the LOOP statement. However, before using the MODIFY statement, you must first make the required changes to the current line in the work area MODIFY loop at mtab. select single * from t001 where bukrs = mtab-bukrs. if sy-subrc ne 0. message a398 with 'Company Code not on Table T001'. else. move t001-waers to mtab-waers. modify mtab transporting waers. endif. Endloop. |
6. | How duplicate Internal table lines can be deleted? Ans :- DELETE ADJACENT DUPLICATE ENTRIES FROM Note :-You can use this statement to delete all duplicate entries from an internal table if the table is sorted by the specified compare criterion. |
Ads
Tuesday, November 17, 2009
IBM abap interview Questions Phase - IV
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