Knowledge of SAP ABAP Test
A customer has implemented an enhancement for a transaction by using the predefined customer subscreen. The program contains the necessary plausibility checks for the values on the subscreen. Howev...
A customer wants to develop a Web application with Web Dynpro for Java as the front-end technology and a SAP ERP 6.0 system as the backend. Which type of external interface do you use to generate ...
ABAP has built-in types like C, I, N, STRING, or X. If you use these types for defining data objects, which of the following statements are correct?
Among the most frequently used enhancement concepts in ABAP, you find customer exits. Which of the following statements about customer exits are correct?
An international retail company needs a customer-specific list in SAP ERP that shows accumulated order values in a selectable currency. What do you need to know to create this program?
During an upgrade project to SAP NetWeaver 7.0, you are asked for a strategy to convert the implemented classic BAdIs to the new BAdI type. What do you recommend?
How can you realize a modification free instantiation of objects in a customer-specific ABAP OO development?
How do you avoid semantic mistakes for interface parameters in a customer specific routine?
How do you characterize customer and user exits?
In a customer application, it is necessary to save texts with undefined size. Which table type do you use to minimize programming efforts?
In a customer program, a LOOP statement is processing time consuming database operations on transaction data. The execution of this program takes too long. How can you optimize the performance of ...
In a new customer SAP GUI dynpro program, particular fields should be visible for authorized users only. How do you implement this requirement?
In a program, you need an elementary data object for some calculations. What are possible ways to specify its type?
In a report, you want to define a SELECT-OPTION so_xyz. What are possible ways of defining its type?
In which case do you decide to create a new ABAP OO class?
Internal tables are used in ABAP to store mass data. Which of the following statements about the relationships between internal tables and database tables are correct?
Some ABAP statements require an explicit end, like SELECT loops, FORM definitions, or IF clauses. Which of the following ABAP statements can be nested?
The concept of visibility of components is well-known in object oriented languages. Which of the following statements are correct with regard to ABAP Objects?
The event concept is vital for selection-screens. Which of the following usages of events make sense for selection-screens?
The SAP List Viewer, commonly known as the ALV, is a powerful tool for displaying data. Among the various ALV types, the ALV Grid Control is used for displaying non-hierarchical table data.
There are basically three types of SELECT statements: SELECT SINGLE, SELECT ... ENDSELECT, and SELECT ... INTO TABLE. The SELECT ... ENDSELECT statement is also known as the SELECT loop. Below, yo...
What are the effects of a COMMIT WORK during program execution?
What do you need to consider when using dynamic breakpoints?
What is the main advantage of enhancement packages in SAP Business Suite 7.0?
What provides guidelines for the development of Web services?
What should you emphasize when presenting the results of a code review to the customer?
Where can you check which secondary index of a database table is used in a program?
Where do you place the language key field in a customer-specific text table to enable generic buffering of this table?
Which ABAP language element can you use in Enterprise Services?
Which functionality has been introduced with the SAP Enterprise Edition of SAP Solution Manager?
Which of the following is a use case for SAP Solution Manager?
Which task do you need to do after printing an Adobe form to avoid a program error?
You analyze the complexity of a customer-specific program to determine the expected maintenance efforts. Which measure do you use?
You cannot book the business data during processing of an incoming IDoc. How must the function module react to this problem?
You found an error for a field in Process-after-Input (PAI) of a dynpro. You change the value of this field and start PAI again. Where is the flow control starting in PAI in that case?
You need to read an ABAP report from a database that is not declared in the ABAP Dictionary. How do you do this?
Your customer wants to migrate from an old legacy system to SAP ERP. The databases in both systems are modified. What is an advantage using the Legacy System Migration Workbench (LSMW) for the mig...
Your customer wants to use SAP NetWeaver Master Data Management ( MDM ) to cleanse and distribute business partners created in SAP CRM within the existing heterogeneous system environment. Which s...
Your transport request is released in system X and imported in system Y. Which method is used to transport the data from X to Y?