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

Re: Net Due Date

hitesh2
Participant
0 Likes
750

Hi,

With which FM can I find the net due date for payment in SD? For any payment terms.

Thanks a lot

Hitesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
700

hi this is the FM

 J_1A_SD_CI_DUEDATE_GET

try this

vijay

4 REPLIES 4
Read only

Former Member
0 Likes
701

hi this is the FM

 J_1A_SD_CI_DUEDATE_GET

try this

vijay

Read only

Former Member
0 Likes
700

Check this FM

J_1A_SD_CI_DATA_GET

to find use of the above FM.

vijay

Read only

Former Member
0 Likes
700

Hi,

Based on the billing documents & the payment term you can define the Net due date.

Look the source code in the FM

J_1A_SD_CI_DUEDATE_GET

J_1B_FI_NETDUE

Check this

Maintain Payment Terms

In the following section, you maintain the payment terms. The rules for determining the due dates are copied as payment terms from the Financial Accounting (FI) component.

You can carry out different assignments for incoming and outgoing payments. You can also make a calendar assignment which will then be valid for both incoming and outgoing payments.

If you want to use the correction on a workday you must:

1. Enter a factory calendar.

2. Define how the non workdays are corrected.

Requirements

You must have maintained the payment terms in Financial Accounting. Do this by choosing Financial Accounting -> Accounts Receivable and Accounts Payable -> Business Transactions -> Incoming Invoices/Credit Memos -> Maintain Terms of Payment.

Return ->

Thanks

Rajeev

Read only

Former Member
0 Likes
700

Try using JV_SET_DUE_ON_DATE FM.