on ‎2023 Dec 07 5:02 PM
Hello All,
Need help in Converting the following code to CDS view case statement.
Code:
IF waflg IS INITIAL.
watrmm = Netdudt - blndt.
IF watrmm = 0.
watrmm = Netdudt - docdt.
IF watrmm = 0.
watrmm = 1.
ENDIF.
ENDIF.
IF watrmm < 0.
waflg = 5.
ENDIF.
ENDIF.
Thank you.
Request clarification before answering.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.