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

F110-Payment Advice issue

0 Likes
1,100

Hi,

     Can we apply any condition (field) in standard program 'RFFOAVIS_FPAYM' from which we can differentiate the Payment Advice generated for Customer or Vendor through F110 transaction.

Hi,

     Can we apply any condition (field) in standard program 'RFFOAVIS_FPAYM' from which we can differentiate the Payment Advice generated for Customer or Vendor through F110 transaction.

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,049

Did you check the BTE available for F110 transaction.

Regards,

Raymond

Read only

0 Likes
1,049

Hi Raymond,

                  Yes , I have checked with BTE . Actually I have to put some condition for the code (based on Customer & Vendor ) developed in User Exit of Standard Program.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,049

Could you elaborate on your requirement, as vendor and customer exist in the selection-screen of the report, I'm not sure to understand you, what kind of condition for what result ?

Regards,

Raymond

Read only

0 Likes
1,049

In the standard program 'RFFOAVIS_FPAYM' , I have developed implicit enhancement for Customer. But when the F110 t-code is executed for Vendor the implicit enhancement for the customer is also executed. I want some condition so that for Vendors, the implicit enhancement ( for Customer) should not be execute.

Read only

gabriel_pill-kahan
Active Participant
0 Likes
1,049

Hi,

Take a look at table REGUH. If field KUNNR has a value in it, this entry is for a customer. If field LIFNR has a value, this is a vendor.

Regards,

Gabriel