cancel
Showing results for 
Search instead for 
Did you mean: 

Convert start routine If -Else code to CDS view case statement

samar_reddy
Explorer
0 Kudos
469

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.

Accepted Solutions (0)

Answers (0)