A screen has the following PAI flow logic:
PROCESS AFTER INPUT.
FIELD A MODULE check_A.
FIELD B MODULE check_B.
CHAIN.
FIELD: C,D.
MODULE check_CD.
ENDCHAIN.
CHAIN.
FIELD: C,B.
MODULE check_CB.
ENDCHAIN.
What happens if the application sends a type E message during the check_CB module processing?
A
The screen is displayed again without processing the PBO flow logic. All fields are ready for input.
B
The screen is NOT displayed again. Processing terminates and the user must restart the ABAP program.
C
The screen is displayed again and the PBO flow logic is processed. Only fields B and C are ready for input.
D
The screen is displayed again without processing the PBO flow logic. Only fields B and C are ready for input.
Show Answer