Application Development 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: 

Derivation of Exch Rate from the invoice item

Former Member
0 Kudos

Hi

When we are using F-28 (Incoming Payment)transaction to receive from customer we can receive an amount which is to be applied partially to many line items. In this case when the system creates a residual line item it valuates this item based on the day rate maintained in the system or the document header exch rate. We want the system to derive the rate from the invoice which is being cleared. Please suggest if there is any exit or any substitution exit that can be utilised

Regards

Venkat

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

hi,

so you've to split your payment / group by valuta date

i'd create an abap, which posts the payment and than clears the corresponding item of the invoice.

(using call transaction)

A.

Message was edited by: Andreas Mann

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos

hi,

so you've to split your payment / group by valuta date

i'd create an abap, which posts the payment and than clears the corresponding item of the invoice.

(using call transaction)

A.

Message was edited by: Andreas Mann