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

FPE1 exit

Former Member
0 Likes
1,058

Hi all,

I need to update the cost center and the profit center in FPE1 trx.

This transaction has a lot of events, I need to know which one is the previous to save data, in order to add the exit there.

I hope u can help me,

Regards,

Roxana.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
740

Hi,

The below are list of exits available:

Transaction Code - FPE1 Post Document

Exit Name Description

FKYA001X Customer exit for format AT_DOM (header)

FKYA002X Customer exit for format AT_DOM (payment record)

FKYA003X Customer exit for format AT_DOM (trailer)

Please check by putting a break point and then see if they trigger during Save,, Ideally they should(the functionality of cust exit)

Regards

Shiva

Hi all,

I need to update the cost center and the profit center in FPE1 trx.

This transaction has a lot of events, I need to know which one is the previous to save data, in order to add the exit there.

I hope u can help me,

Regards,

Roxana.

3 REPLIES 3
Read only

Former Member
0 Likes
741

Hi,

The below are list of exits available:

Transaction Code - FPE1 Post Document

Exit Name Description

FKYA001X Customer exit for format AT_DOM (header)

FKYA002X Customer exit for format AT_DOM (payment record)

FKYA003X Customer exit for format AT_DOM (trailer)

Please check by putting a break point and then see if they trigger during Save,, Ideally they should(the functionality of cust exit)

Regards

Shiva

Read only

Former Member
0 Likes
740

Hi,


Transaction Code - FPE1                     Post Document


 Enhancement/ Business Add-in            Description

 Enhancement
 FKYA001X                                Customer exit for format AT_DOM (header)
 FKYA002X                                Customer exit for format AT_DOM (payment record)
 FKYA003X                                Customer exit for format AT_DOM (trailer)

  Business Add-in
 GEN_EBPP_DEBITOR_SL                     BD: Search for Possible Business Partners



No.of Exits:          3
No.of BADis:          1

Arunima

Read only

Former Member
0 Likes
740

Hi guys,

Thank for your answers, what they told me now to investigate is to see the events of the trx FPE1 like 0032, 0081, 0061, 0010 to see if I can insert the code there.

Anyone knows about this FI events?

I need to update FKKO-PRCTR, FKKO-KOSTL and FKKOP-PRCTR, FKKOP-KOSTL .

Regards,

Roxana.