on 2022 Nov 28 7:26 AM
Hi,
I have implemented a logic to set DTP to red if there is no record but the logic is not working as expected. The reason is because an events gets triggered in process chain whenever the DTP gets loaded and we do not want that.
below is the logic that I have implemented but it doesn't set the DTP to error.
Loop at SOURCE_PACKAGE into <source_fields>.
if <source_fields> IS INITIAL.
raise exception type CX_RSROUT_ABORT.
*
endif.
"
endloop.
Request clarification before answering.
User | Count |
---|---|
89 | |
10 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.