Skip to Content
0
Jan 23, 2023 at 07:37 AM

Identifying Doc Type

57 Views

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

image.png

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


Attachments

image.png (1.5 kB)
image.png (1.5 kB)