cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Term Days and Payment Method Issue

Former Member
0 Kudos

Hi All,

We have a small issue when entering Vendor Document. The Payment Terms ZV45 is defaulted from Vendor in the document. And alongwith it days 45 is also defaulted. When the user tries to change ZV45 to ZV00 (Immediate) the days 45 is disappearing automatically. This is normal.

The issue is ... before changing the Payment Terms, if the user is giving the payment method in the document, and then changing ZV45 to ZV00 then the days 45 is not disappearing. And if the document is saved, system is showing both ZV00 and 45 days. And it is not taking it as due untill 45 days.

Is there any dependency between Payment Method and Payment Term days? Did any body face this issue?

We have just upgraded our Support pack to 16.

Awaiting the experts' suggestions.

Thanks in advance,

Regards,

Saravan Kanuparthy.

Accepted Solutions (1)

Accepted Solutions (1)

gladys_xing
Active Contributor
0 Kudos

Hi Saravan,

I tried in SAP stardard system just now, the days changing is not related to whether the payment method was changed or not. In other words, eventhough I changed the payment method, as soon as I changed the

payment term, the days was changed as well.

Have you modified the standard behavior for example: User exist,BTE or BADI, if Not, then I think it is

necessary to create a message to SAP, the reason could be find via debug I think.

Addition, you could also set Breakpoint in Main Program "SAPFF001

Source code of SAPFF001

*------ Falls aus irgend welchen Gründen noch kein Basis- -

-


*------ datum angekommen ist -

-


IF bseg-zfbdt LE '00000000'.

CALL FUNCTION 'FI_FIND_PAYMENT_CONDITIONS' <<<<< here

EXPORTING

and try to find the ZDB1T as well.

WIth Best Regards,

Gladys xing

Former Member
0 Kudos

Hi Gladys,

Thanks for the response.

We did not knowingly do any change. We have recently upgraded to Support pack 16. Not sure if it resulted in any side effect.

However, I will follow your suggestions and let you know.

Regards,

Saravan Kanuparthy.

Former Member
0 Kudos

Hi,

We have implemented note 1314271 as suggested by SAP.

Regards,

Saravan Kanuparthy.

Answers (0)