Which parameter types can be used in the signature of a functional method? (Choose two)
A. EXPORTING
B. IMPORTING
C. RETURNING
D. CHANGING
You created a transparent table and during activation got a warning message 'Enhancement category for table missing".
What do you have to do to eliminate the warning message?
A. Select any option other than Not Classified from the enhancement category.
B. Change the Data Class and Size category in the technical settings.
C. Provide the correct reference field for the Currency or Quantity field.
D. Select the option Not Classified from the enhancement category.
Where can you set the GUI status and the GUI title for a classical screen (dynpro)?
A. In a module called from PBO of the screen
B. In the attributes of the screen
C. In the properties of the related header UI element
D. In a module called from PAI of the screen
Which of the following are key capabilities of SAP NetWeaver? (Choose three)
A. Supply Chain Management
B. Information Integration
C. People Integration
D. Application Platform
E. Enterprise Resource Planning
Where can you define global data types that are visible system-wide? (Choose three)
A. In a method of a global class
B. In the ABAP Dictionary
C. In a function module
D. In a global class E. In a global interface
You create a function group ZATP. What is the name of the corresponding main program?
A. ZATP
B. SAPLZATP
C. SAPMZATP
D. SAPFZATP
Which hook method exists for all controller types?
A. wddoonclose( )
B. wddoinit( )
C. wddobeforenavigation( )
D. wddoonopen( )
Which options do you have to read data from multiple tables while using a SELECT statement? (Choose three)
A. Nested select statements
B. Nested loop statements
C. Database views
D. Join statements
E. Pooled tables
You defined data reference z1 generically.
Which statement would you use to access the content of the referenced variable?
A. Assign (z1) to
B. Assign z1 to
C. Assign z1->* to
D. Get reference of z1 into wa
In which modularization units can you use parameters? (Choose three)
A. Event blocks such as START-OF-SELECTION
B. Function modules
C. Subroutines
D. Dialog modules such as PBO modules
E. Methods