Skip to Content
0
Former Member
Jul 28, 2016 at 12:46 PM

net due date calculation without function module

224 Views

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:

  • if the cash discount day 1 and cash discount day 2 has value then:

net due date = ZFBDT+ZBD2T

  • if the only cash discount day 1 has value then:

net due date = ZFBDT+ZBD1T

is it correct?


Thanks