QUESTION 31
Which of the following includes are generated with you create a function group?
- LxxxxTOP
- LxxxxUXX
- LxxxxOO1
- LxxxxFOI
Answer: AB
Section: ( none )
QUESTION 32
Before you can add programming logic to your ABAP program that checks automations, which of the following do you have to create?
- An authorization profile
- An authorization role
- An authorization field
- An authorization object
Answer: D
Section: ( none )
QUESTION 33
When would you call the RFC function module synchronously?
- During interactive communication
- During two-way communication
- During queue processing
- During unidirectional communication
Answer: AB
Section: ( none )
QUESTION 34
You display the content of an internal table using an ALV Grid Control. The content of the internal table changes during the program. Which CL_GUI_ALV_GRID class method can you use to display the changed content?
- REFRESH_TABLE_DISPLAY in module PAI
- REFRESH_TABLE_DISPLAY in module PBO
- SET_TABLE_FOR_FIRST_DISPALY in module PBO
- SET_TABLE_ FOR_ FIRST_ DISPALY in module PAI
Answer: B
Section: ( none )
QUESTION 35
Which of the following transactions are integrated in the ABAP Workbench tools?
- Process Overview (SM50)
- Oveview of Job Selection (SE37)
- ABAP Editor (SE38)
- Class Builder (SE24)
Answer: BCD
Section: ( none )
QUESTION 36
Which of the following can you do with the SAP Code Inspector?
- Monitor runtime behavior
- Monitor background tasks
- Perform static code checks
- Analyze runtime data
Answer: C
Section: ( none )
QUESTION 37
Which the following values are remplaceable In debugger mode?
- Tables names
- Constants
- Fields names
- Variables
Answer: D
Section: ( none )
QUESTION 38
Which action ono the underlying dictionary object triggers a database table conversion?
- Reducing the size of a field
- Inserting an append structure
- Inserting a field of type reference
- Changing the order of non-key fields
Answer: AB
Section: ( none )
QUESTION 39
Which of the following statement can you use to set up checkpoints in an ABAP program?
- ASSERT
- BREAK
- CHECK
- BREAK-POINT
- LOG-POINT
Answer: ADE
Section: ( none )
QUESTION 40
Which of the following can you do with the ABAP debugger?
- Analyze internal tables
- Analyze memory usage
- Compare data objects
- Analyze SQL traces
- Change source code
Answer: ABC
Section: ( none )
QUESTION 41
To which of the following must you assign newly created SAP repository objects?
- Transport task
- Transport request
- Package
- Function group
Answer: C
Section: ( none )
QUESTION 42
You are writing the function module that will be called from external systems vi remote function call (RFC).How do you report an error back to the external caller?
- Write the error data into an CHANGING parameter than is passed by value
- Write the error data into an EXPORTING parameter than is passed by reference
- Write the error data into a TABLES parameter than is passed by reference
- Write the error data into a RECEIVING parameter than is passed by value
Answer: A
Section: ( none )
QUESTION 43
Which of the following compatibilities is Provided by the Application Platform layer of SAP NetWeaver?
- Master data management
- Database and operating system abstraction
- Bussines process management
- Multi-channel access
Answer: BD
Section: ( none )
QUESTION 44
Which task does the dispatcher perform?
- Distributes request to the work processes
- Administrates the lock table in shared memory
- Executes programs that run without user interaction
- Verifies the correctness of ABAP programs
Answer: A
Section: ( none )
QUESTION 45
Which of the following must you do to be able to use a Business Add-In (BA-dl)?
- Modify the adapter class
- Write code for methods
- Create the Ba-dl implementation
- Activate the enhancement project
Answer: BC
Section: ( none )