sweetstuff4u / zaplink

Automatically exported from code.google.com/p/zaplink
0 stars 0 forks source link

Dump on call of FM OCS_GET_COMPONENT_STATE : Function parameter "EV_COMP_SPP_LEVEL" is unknown. #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use transaction ZL_infos on SAP Ssytem release 7.01 or higher

What is the expected output?
Informations are displayed

What do you see instead?
Short Dump :  Function parameter "EV_COMP_SPP_LEVEL" is unknown.

The current ABAP program "ZAPLINK_INFOS=================CP" had to be 
terminated because it has come across a statement that unfortunately cannot 
be executed.

Function module "OCS_GET_COMPONENT_STATE" was called with the parameter 
"EV_COMP_SPP_LEVEL". This parameter is not defined.

In the source code you have the termination point in line 141 of the 
(Include) program "ZAPLINK_INFOS=================CM003". 
The termination is caused because exception  
"CX_SY_DYN_CALL_PARAM_NOT_FOUND"
 occurred in procedure "GET_SAP_DATA" "(METHOD)", but it was neither 
handled locally nor declared in the RAISING clause of its signature.

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 30 May 2010 at 2:35

GoogleCodeExporter commented 8 years ago
Fixed but NOT verified with changeset : 
http://code.google.com/p/zaplink/source/detail?
r=30e5564171d6cc66f7a697d11e1ef483cf259f98

Original comment by taryck%b...@gtempaccount.com on 30 May 2010 at 2:48