2008 Sep 24 7:52 AM
We are working on campus management module, and want to create security
deposit for students. While creating the security deposit through T-Code FPSEC1, we are getting an error "Function module does notexist for event 0800". "There is no event defined for this function module. Searching with the FKK_FUNC_MODULE_DETERMINE function also fails to find the module."
We need your kind support in resolving the issue.
Kind Regards,
Sudhanshu
2008 Sep 24 9:44 AM
Hi Sudhanshu,
You must tell the system a way to determine the main and subtransaction for posting the requests for cash security deposits. You do it through transaction 'FQEVENTS'. Search for event 800 and put the function module. A detailed documentation is also provided how you can write the function module.
Kind regards,
Ajeesh
2008 Sep 24 9:44 AM
Hi Sudhanshu,
You must tell the system a way to determine the main and subtransaction for posting the requests for cash security deposits. You do it through transaction 'FQEVENTS'. Search for event 800 and put the function module. A detailed documentation is also provided how you can write the function module.
Kind regards,
Ajeesh
2008 Sep 24 11:56 AM
Hi Sudhanshu,
The solution of Ajeesh will work. However you should call function module FKK_ACCOUNT_DETERMINE_0800 in transaction FQEVENTS, event 800.
Good luck.
Kind regards,
Steve de Klonia
2008 Oct 01 3:28 PM
Hi Ajeesh,
Thanks for your reply. But we are unable to change the functional module 'FKK_SAMPLE_0800' to 'FKK_ACCOUNT_DETERMINE_0800' for event 800. When we are trying to change it, states that we FM name is reserved for SAP and asking to generate the access key. (also tried various combination with using Z as prefix).
We have also noted one thing that our FM status is not showing the activated sign in the event 800 rather all other event has that sign of activation.
FM Status is not activated
Event 800
Sample module FKK_SAMPLE_0800
Additional functions X
kind regards,
sudhanshu
2008 Oct 01 3:48 PM
Please try scrolling to the bottom section of the screen called 'Installation Specific Function Modules'. There, click the 'pencil' icon to change the customizing, and add an entry for the new function module.
Hopefully that is what you need.
Michael
2008 Oct 02 2:51 PM
2008 Oct 06 1:05 PM
Hi Michael,
We are stuck again while posting the security deposit for student.
The error is as follows:
Formal error: Document header does not have a reconciliation key
Message no. >0037
Diagnosis
You tried to post a document but a reconciliation key is missing from the document header. Since mass processing does not apply here (where the reconciliation key is automatically created) you must enter a reconciliation key.
System Response
Error message. Processing is terminated.
In configuration (SPRO) we have defined the number range for the security deposit. Wat else configuration we require to configure the security deposit. If possible can you send us some configuration steps for security deposit.
Regards,
Sudhanshu
2008 Oct 08 7:20 AM
Hi Sudhanshu,
Please check the SAP support portal en search for note 1040518.
Good luck.
Kind regards,
Steve de Klonia
2008 Oct 10 4:45 PM
Sudhanshu,
Are you posting this amount as statistical document or actual document?
Prabhat Singh
2008 Oct 13 6:58 AM
Hi Steve,
The note 1040518 has already been applied. But still facing the same error.
Thanks.
Kind regards,
Sudhanshu Sharma
2008 Nov 03 3:50 PM
Hi Sudhanshu,
Did you also maintained the tables TFKFBS and TFKFBC with an entry for event 800?
Kind regards,
Steve de Klonia
2009 Feb 21 4:40 AM