Hi everyone,
in the table VBSEGK we have following column:
ZFBDT -Baseline Date for Due Date Calculation
ZBD1T- Cash discount day 1
ZBD2T- Cash discount day 2
ZTERM- Term of Payment Key.
is there any way to calculate net due date without using function module ? because i am not good at ABAP
i am thinking of the logic:
net due date = ZFBDT+ZBD2T
net due date = ZFBDT+ZBD1T
is it correct?
Thanks