2009 Aug 19 10:26 AM
Dear Team,
I have created the security deposit through the transaction fpsec1.There after i am doing the payment through FPCJ.When i am selecting the selct items and post system is showing the dumperror like the below message.
Syntax error in program "SAPLFKP2 "
The following syntax error occurred in program "SAPLFKP2 " in include "LFKP2U13
" in
line 16:
"Different number of parameters in FORM and PERFORM (routine: TOP_OF_PA"
"GE_DFKKPOH_REV, number of formal parameters: 1, number of actual param"
"eters: 0)"
Please advise me to over come the above message.
Regards,
Suma.
2009 Aug 19 2:37 PM
Suma,
Do you have the problem only in one system or in all of your systems? How was the system be prepared? As an installation from scratch or as a result from an upgrade? Did the transaction work before?
Cheers,
Fritz
2009 Aug 19 1:38 PM
Hi Suma,
Is there any specific reason to use FPCJ to post Security Deposit amount, why can't you use FP05 to post Incoming Security Deposits.
Please let me know if there's any specific reason behind it.
Thanks,
Malli
2009 Aug 19 1:59 PM
Dear Malli,
Not any specific reason.If its is possible through cash jpurnal so i have made the configuration as per that.Please guide me how to over come this syntax error.Thanks for the consideration.
Regards,
Suma.
2009 Aug 19 2:04 PM
Dear Malli,
Not any specific reason.If its is possible through cash jpurnal so i have made the configuration as per that.Please guide me how to over come this syntax error.Thanks for the consideration.
Regards,
Suma.
2009 Aug 19 2:46 PM
Hi Suma,
The error with program is referring to a missing "Functional Module" and table DFKKPOH is "Payment Order:Header Data", I am wondering that you're missing some configuration for Cash Journals. Please check your config.
Thanks,
M
2009 Aug 20 8:51 AM
Dear Malli,
As per my understanding I have done the configuration for cash Journal .Syntax error is appearing when i will do through FP05 after closing the reconcilliation key when we do the post time also i am encountering the same problem.
I am facing the same problem in FPL9 when i will double click the line items.My system is insatlled from scrach level.
Please do the need ful.
Regards,
Suma
2009 Aug 20 9:26 AM
Suma,
What is the release you are using? I'd assume this is a problem in the standard code but not a configuration problem. Please have the basis team checked whether notes with corrections are missing in your system. If the problem can't be solved I'd like to suggest to open an OSS message.
Kind regards,
Fritz
2009 Aug 20 10:05 AM
Dear Sir,
Please find the message.If you can able provide the solution for this to over come.
Runtime Errors MESSAGE_TYPE_X
Date and Time 20.08.2009 13:11:50
Diagnosis
The message previously issued was sent at a time that is not
permitted. Changes to the database that belong together logically
must not be interrupted through dialogs because otherwise
inconsistent data may be created. In this case, you attempted to
output message >1 003.
The text of the message was
Account determination not possible for key
System Response
The system stops the posting.
Procedure
Contact your system administrator.
Procedure for System Administration
If the program error occurred in an
o SAP standard program, enter a problem message
o Own program, correct the program
Technical information about the message:
Message class....... ">0"
Number.............. 361
Variable 1.......... ">1"
Variable 2.......... 003
Variable 3.......... "Account determination not possible for key"
Variable 4.......... " "
How to correct the error
Probably the only way to eliminate the error is to correct the program.
-
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
Regards,
Suma.
2009 Aug 20 10:11 AM
Suma,
Now I am confused. You started the thread reporting a syntax error in program "SAPLFKP2" and now you've got an 'application' short dump. Please clarify what the problem is you want to have solved.
Kind regards,
Fritz
2009 Aug 20 10:25 AM
Dear Sir,
I am giving the detailed discription of the above mentioned syntax error only.I have taken the discription from ST22.Please do the need ful.
Regards,
Suma.
2009 Aug 20 1:40 PM
Suma,
Excuse me but I don't understand. What is the relationship between the syntax error and the error shown in the short dump description? IMHO, after a syntax problem (preventing compilation of the code) the 2nd shoirt dump should not have occured. Or do I miss something?
Thanks,
Fritz
2009 Aug 20 3:40 PM
Hi Suma,
Please check configuration for Posting of Incoming Payments Mains and Subs, there might be some config missing there (Ex:- Account determination ID, Company code, GL Account etc..)
Thanks,
Malli
2009 Aug 19 2:37 PM
Suma,
Do you have the problem only in one system or in all of your systems? How was the system be prepared? As an installation from scratch or as a result from an upgrade? Did the transaction work before?
Cheers,
Fritz
2009 Aug 21 9:05 AM
Dear Sir,
Thanks a lot for the information and your valuable support.
Regards,
Suma.
2009 Aug 25 5:17 PM
Dear Suma,
Can you please provide with the relevant SAP note that was applied to fix this standard program error? Or you fixed it by obtaining the SCCR key for the object?
-Abhijeet.
2009 Aug 25 6:33 PM
2009 Aug 26 6:09 AM
Dear Sir,
This error got resolved as per your advise.Thanks for your valuable support and help.
Regards,
Suma.
2009 Aug 21 7:59 AM
Hi Suma,
Fedrick is right , this is the error in standard code , you just post the oss message by giving the screen shot of the dump. give the function module name and package name , sap provide you the key for change in the routine of function module.
its the error because of the missamatch in the formal parameter and actual parameter.
steps to change:
1. se37 - > FKK_PYORD_LIST_REVERSED
top-of-page
PERFORM TOP_OF_PAGE_DFKKPOH_REV USING I_KEYR1.
the USING I_KEYR1 should be missing in your program.
2. FORM TOP_OF_PAGE_DFKKPOH_REV USING PAR_KEYR1 TYPE KEYR1_KK.
ENDFORM.
regards
Deepak.
2009 Aug 21 9:02 AM
Dear Deepak,
Thanks for the information.Ys ur right i have checked in se37 I_KEYR1 is missing.Thanks a lot for the support.
Regards,
Suma.