How to identify if the doc type is coming from SD and FI
i have a report program but the user has document type DC for SD and FI.
the computation in SD is different in FI i put an if else in my program

1 row only
ex.
"FI
IF blart = 'DC'.
col1 = add + .01
"SD
elseif blart = 'DC'.
col1 = add + .02.
endif.
its overwriting the computation of col1