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 |
---|---|
61 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.