SAP for Higher Education and Research Discussions
Spark conversations about student engagement, research optimization, and administrative efficiency using SAP in higher education and research. Join in!
cancel
Showing results for 
Search instead for 
Did you mean: 

Campus Management - Security Deposit Error in Function Module

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

View solution in original post

11 REPLIES 11

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

0 Kudos

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

0 Kudos

Thanks michael, it really works....

sudhanshu

0 Kudos

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

0 Kudos

Hi Sudhanshu,

Please check the SAP support portal en search for note 1040518.

Good luck.

Kind regards,

Steve de Klonia

0 Kudos

Sudhanshu,

Are you posting this amount as statistical document or actual document?

Prabhat Singh

0 Kudos

Hi Steve,

The note 1040518 has already been applied. But still facing the same error.

Thanks.

Kind regards,

Sudhanshu Sharma

0 Kudos

Hi Sudhanshu,

Did you also maintained the tables TFKFBS and TFKFBC with an entry for event 800?

Kind regards,

Steve de Klonia

0 Kudos

Hi,

Problem is solved

Thanks

Ramu.Bathineni