cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in F-26(Incoming Payments Fast Entry) Transaction

Former Member
0 Kudos

Hi all,

I am using f-26(Incoming Payments Fast Entry) tcode. In this for each customer with the company code and the payment term, depending on the document date, the cash discount is been calculated on the Gross amount for the line items of that customer.

In the tcode it will calculate, But I need to do the uploading using this tcode, and need to calculate those cash discount amounts in my code.Because of lot of payment terms, it is combossum to do it in the code.

Can anybody tell me how to handle this, is there any FM for this.?

Plz check the tables: BSID, T052.

payment term fieldname: BSID-ZTERM.

cash discount fields: T052-ZPRZ1, T052-ZPRZ2.

Plz check its very urgent, My ticket is escalting in 2 days. Plz reply me if any body has done this before.

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

is any one there, who can answer my query. If anyone knows plz reply me..

kumar

andreas_mann3
Active Contributor
0 Kudos

sorry kumar,

but there seems to be no fm for your purpose

discount is a very complex topic because of:

tax, foreign currency, day of payment,

booking net or gross, etc.

-> look include MF05AFA0_AUSGLEICH_MIT_BUCHEN

-> i guess, you've to program it by yourself

regards Andreas