cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Everyone,

While updating SPAM from Version 7.02/0037 to Version 7.02/0045 I am getting following runtime error.

Help me in resolving CALL_FUNCTION_PARM_UNKNOWN runtime error.

0 Likes
View Entire Topic
Former Member
0 Likes

Simply run SPAM update again. For more info see Note 822379 - Known problems with Support Packages in SAP NW 7.0x AS ABAP

"

  1. SPAM/SAINT updates
  • Symptom: When you import the SPAM/SAINT update, a range of different runtime errors may occur:
    • LOAD_PROGRAM_LOST
    • LOAD_PROGRAM_CLASS_MISMATCH
    • LOAD_TEXTPOOL_LOST
    • SAPSQL_SELECT_WA_TOO_SMALL
    • SAPSQL_SELECT_TAB_TOO_SMALL
    • SAPSQL_WA_TOO_SMALL
    • DDIC_STRUCLENG_INCONSISTENT
    • RUNT_ILLEGAL_SWITCH
    • CALL_FUNCTION_PARM_UNKNOWN

           These errors occur because the source code of the Support Package Manager is modified by the import during the run. CALL_FUNCTION_PARM_UNKNOWN, LOAD_PROGRAM_LOST, LOAD_PROGRAM_CLASS_MISMATCH, and LOAD_TEXTPOOL_LOST occur if the ABAP load or text elements are to be loaded back into the local buffer, and there is a different version in the database.
However, SAPSQL_SELECT_WA_TOO_SMALL, SAPSQL_SELECT_TAB_TOO_SMALL, SAPSQL_WA_TOO_SMALL, DDIC_STRUCLENG_INCONSISTENT and RUNT_ILLEGAL_SWITCH occur if changes are made on the SPAM/SAINT data structures with the SPAM/SAINT update.

Solution: None of these errors will occur again if you restart the Support Package Manager (transaction SPAM) and continue to import the SPAM/SAINT update.

"

Regards

Roman

0 Likes

I tried restarting SPAM after trying "/$sync".

But still I am getting same error.