SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Event Used For Return Processing Through Transaction Code-FP09

Former Member
0 Kudos
490

Hi Experts,

I am facing the following problem in FP09:- After creating a return lot, when i provide return reason code for returning payments, event 1073 is not getting triggered.

So, can you please provide the event that will be used for return processing after supplying the reason code for return.

Else, could you please tell me the event which will be triggered by transaction FP09... so that i will catch return reason code in its parameter.

Regards,

Sumit

3 REPLIES 3

Former Member
0 Kudos
260

Sumit,

Can you elaborate your requirement in detail?

What is your business requirement?

Rgds

Rajendra

0 Kudos
260

Hi Experts,

Thanks for your valuable replies .

But my exact requirement is like:- i need to first check the flag for "Inform Accounting Clerk" in SPRO configuration :customizing (financial accounting)-> contract account receivables and payable -> business transactions -> returns -> configure reason codes.

Field for this flag check is V_TFK045E-BSNTE for the Reason Code-02 , now there is dependency mentioned in SAP like "You can only use this option if event 1073 has a function module defined".

After attaching my Z-function module in FQEVENTS , when i run transaction FP09, it doesn't stop at the set breakpoint of my function module, so what i suppose is that may be event 1073 is not the suited event or transaction FP09 is not the required transaction.

please help me in this regard.

Regards,

Sumit

0 Kudos
260

Hi,

First, make sure you transported the customizing done in FQEVENTS to your test client. Maybe it sounds silly, but it happened to me.

Also, you can see all the events for a transaction by running that transaction with a break point in FM FKK_FUNC_MODULE_DETERMINE. You will have the event in field I_FBEVE.

Hope this helps,

Bogdan