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: 

F110 : Vendor Email required in PAYEXT.PEXR2002

former_member187339
Active Contributor
0 Kudos

Hi All,

During the payment run using F110 transaction we found out that the PAYEXT.PEXR2002 idocs was not having any fields for Vendor email address. We have the following approaches to get this details from Vendor tables:

1. Extend the standard IDoc and get email value from the tables or

2. Fetch the value from vendor table and put it to some unused fields of the existing IDoc

In both cases I need to find some enhancement points in the program which creates the PAYEXT.PEXR2002 IDoc. The print media whcih we use in F110 is RFFOEDI1. So the problems whcih I am facing is:

1. Is this RFFOEDI1 the correct program to trigger PAYEXT.PEXR2002?

2. Where can I write the Enhancement Code for fetching Vendor Details from the SAP Tables?

We are using SAP ECC boxes.

Thanks in advance

Regards

Suraj

Edited by: S.R.Suraj on Jul 15, 2009 5:41 AM

Edited by: S.R.Suraj on Jul 15, 2009 5:42 AM

2 REPLIES 2

Former Member
0 Kudos

Hi Suraj,

I am facing the same issue, Can you tell me, which approach you followed and how?

BR,

Prachi.

0 Kudos

Hi Prachi,

If I remembered correctly we used this approach

>>2. Fetch the value from vendor table and put it to some unused fields of the existing IDoc

And yes the program RFFOEDI1 was the correct program which triggered PAYEXT.PEXR2002. I do not remember exactly which field I used for keeping vendor email id. But you could check and try to find an unused field in the IDoc.

Also we used implicit enhancement for achieving this.

Regards

Suraj