Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module on due date

Former Member
0 Likes
1,631

Daer Forum,

What function to get the net due date for vendor only irregard it is cleared or still opened.

If the payment term has split the payment into 2 which having different due date, the function module able to handle?

Thanks

8 REPLIES 8
Read only

Former Member
0 Likes
1,207

hI

Try to use thid FM

CALL FUNCTION 'MONTH_PLUS_DETERMINE'

EXPORTING

months = +3

olddate = sy-datum

IMPORTING

newdate = lv_newdate.

Read only

Former Member
0 Likes
1,207

Hello Srina,

Please note down the following Function Modules. Ihope they are helpful to you.

They are in Function Group EFAD.Please chech these 3 FM's

1. ISU_DUE_DATE_DETERMINE

2. ISU_GET_PRELIMANRY_DUE_DATE

3. ISU_PREPARE_DUE_DATE_DET

Also there are other FM's in this Function Group. Might be useful.

Give feedback about the same.

Best Regards,

Harish

Read only

andreas_mann3
Active Contributor
0 Likes
1,207

try fm DETERMINE_DUE_DATE'

A.

Read only

Former Member
0 Likes
1,207

This message was moderated.

Read only

Former Member
0 Likes
1,207

try with NET_DUE_DATE_GET .................

Read only

0 Likes
1,207

hi all,

in fact mostly cannot use that is the reason i ask here.

i wonder BSEG-FDTAG is same as net due date? when i check table and fbl1n, both date the same.

please advise.

thanks

Read only

0 Likes
1,207

Hi

then Check with functional people and close it..

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,207

Hello,

You can use the FM: SD_PRINT_TERMS_OF_PAYMENT to get the net due date based on the payment terms. The resulting pymt dates are stored in the table TOP_TEXT.

Please refer to this thread for details:

BR,

Suhas