SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Terms

Former Member
0 Kudos

Dear All,

My payment terms is as follow:

Due date will be 1 month.

i.e if bill date is 01.08.2010 then due date will be 31.08.2010

& if bill date is 01.09.2010 then due date will be 30.09.2010

I have config the payment in base line date calculation as Additional month 1.

System is calculating 1 month in both the above case 01.09.2010 & 01.10.2010.

i want to reduce 1 day. Is this possible in system.

Please guide me to resolve the problem

Thanks & Regards

Pramod

1 ACCEPTED SOLUTION

AmlanBanerjee
Active Contributor
0 Kudos

Hi Pramod,

I don't think your requirements will be met through configuration. You need to code the logic in event 1330.

Event 1330 gives you the option of determining the document due date from the payment conditions when posting a document.

The determination of due date in case of invoicing occurs in ISU_INV_DUE_DATE_DETERMINE, this FM calls the FM which is deposit to event 1330.

The FM read, checks the payment conditions from TE052 and determine the due date, after this occurs a correction regarding factory calendar.

Some useful FM's used are-

ISU_DUE_DATE_DETERMINE

'ISU_DB_TE052_SINGLE'

'ISU_CHECK_PAYMENT_CONDITIONS'

'FI_FIND_PAYMENT_CONDITIONS'

'DATE_CONVERT_TO_FACTORYDATE'

'DATE_CONVERT_TO_FACTORYDATE'

Hope it helps....

Thanks,

Amlan

View solution in original post

2 REPLIES 2

AmlanBanerjee
Active Contributor
0 Kudos

Hi Pramod,

I don't think your requirements will be met through configuration. You need to code the logic in event 1330.

Event 1330 gives you the option of determining the document due date from the payment conditions when posting a document.

The determination of due date in case of invoicing occurs in ISU_INV_DUE_DATE_DETERMINE, this FM calls the FM which is deposit to event 1330.

The FM read, checks the payment conditions from TE052 and determine the due date, after this occurs a correction regarding factory calendar.

Some useful FM's used are-

ISU_DUE_DATE_DETERMINE

'ISU_DB_TE052_SINGLE'

'ISU_CHECK_PAYMENT_CONDITIONS'

'FI_FIND_PAYMENT_CONDITIONS'

'DATE_CONVERT_TO_FACTORYDATE'

'DATE_CONVERT_TO_FACTORYDATE'

Hope it helps....

Thanks,

Amlan

0 Kudos

Dear Amlan

Thanks for your valueable suggestion.

This soloution will help me to resolve the issue

Thanks & Regards

Pramod