Question 26
You create a domain in the ABAP dictionary
How can you use this domain?
Please choose the correct answer.
Response:
How can you use this domain?
Please choose the correct answer.
Response:
Question 27
The addition NO-INTERVALS for SELECT-OPTIONS will allow only single fields on the selection screen.
Question 28
If you are using external debugging (debugging of HTTP and RFC requests, which arrive in your ABAP system), what will the Debugger do?
Question 29
A screen has the following PAI flow logic:
PROCESS AFTER INPUT
FIELD A MODULE check_A
FIELD A MODULE check_B
CHAIN.
FIELD:C,D
MODULE check_CD
ENDCHAIN
FIELD:C,B.
MODULE check_CB
ENDCHAIN
What happens if the application senda a type E message during the check_CB module processing?
Please choose the correct answer.
Note: Answers of this question are not verified by our experts, please study yourself and select the appropriate answers.
Response:
(1/1 Points)
PROCESS AFTER INPUT
FIELD A MODULE check_A
FIELD A MODULE check_B
CHAIN.
FIELD:C,D
MODULE check_CD
ENDCHAIN
FIELD:C,B.
MODULE check_CB
ENDCHAIN
What happens if the application senda a type E message during the check_CB module processing?
Please choose the correct answer.
Note: Answers of this question are not verified by our experts, please study yourself and select the appropriate answers.
Response:
(1/1 Points)
Question 30
Which modularization units are global? Select all that apply