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?
sriram_98
1 year, 5 months ago