2008 Dec 08 2:23 PM
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
2008 Dec 08 4:35 PM
Sumit,
Can you elaborate your requirement in detail?
What is your business requirement?
Rgds
Rajendra
2008 Dec 09 6:09 AM
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
2008 Dec 09 9:19 AM
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