cancel
Showing results for 
Search instead for 
Did you mean: 

Table for Payment Terms

Former Member
0 Kudos

Hello

I need to I need to implement data extractor. I need the fields, that contains next information: "Defines payment terms, which are used to specify the time period in which a supplier requests payment and any discounts the supplier chooses to make available for early payment."

I need the next fields:

1. "A number that specifies the payment discount for early payment. This value is interpreted as either a percentage or amount, depending on the value in the DiscountType field."

2. "The type of discount for the payment term, which can be either percent or amount."

3. "A value that specifies the number of days. The discount applies if the invoice is paid within the specified number of days."

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Marssel700
Active Contributor
0 Kudos

Mihail,

You can find these fields in table for Payment terms T052.

Check my comments about your requested fields:

1 and 2.

The payment discount is a multiplication of discount rate fields and document amount: ZPRZ1, ZPRZ2 and ZPRZ3.


3.

ZTAG1, ZTAG2, and ZTAG3.

function for due date calculation: DETERMINE_DUE_DATE

regards