Ansicht
Dokumentation

ABAPCALL_METHOD_EXCEPTIONS - CALL METHOD EXCEPTIONS

ABAPCALL_METHOD_EXCEPTIONS - CALL METHOD EXCEPTIONS

RFUMSV00 - Advance Return for Tax on Sales/Purchases   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

Exceptions

Catchable Exceptions

CX_SY_NO_HANDLER

CX_SY_DYN_CALL_EXCP_NOT_FOUND

  • Cause: Exception does not exist
    Runtime Error: DYN_CALL_METH_EXCP_NOT_FOUND

CX_SY_DYN_CALL_ILLEGAL_CLASS

  • Cause: Specified class does not exist
    Runtime Error: DYN_CALL_METH_CLASS_NOT_FOUND

CX_SY_DYN_CALL_ILLEGAL_METHOD

  • Cause: Method cannot be accessed.
    Runtime Error: CALL_METHOD_NOT_ACCESSIBLE
  • Cause: The called method is not yet implemented.
    Runtime Error: CALL_METHOD_NOT_IMPLEMENTED
  • Cause: Call of the static constructor
    Runtime Error: DYN_CALL_METH_CLASSCONSTRUCTOR
  • Cause: Call of the instance constructor
    Runtime Error: DYN_CALL_METH_CONSTRUCTOR
  • Cause: Method does not exist
    Runtime Error: DYN_CALL_METH_NOT_FOUND
  • Cause: Method is not static
    Runtime Error: DYN_CALL_METH_NO_CLASS_METHOD
  • Cause: Call of a non-visible method
    Runtime Error: DYN_CALL_METH_PRIVATE
  • Cause: Call of a non-visible method
    Runtime Error: DYN_CALL_METH_PROTECTED

CX_SY_DYN_CALL_ILLEGAL_TYPE

  • Cause: Type conflict during method call.
    Runtime Error: CALL_METHOD_CONFLICT_GEN_TYPE
  • Cause: Type conflict during method call.
    Runtime Error: CALL_METHOD_CONFLICT_TAB_TYPE
  • Cause: Type conflict during method call.
    Runtime Error: CALL_METHOD_CONFLICT_TYPE
  • Cause: Incorrect parameter type
    Runtime Error: DYN_CALL_METH_PARAM_KIND
  • Cause: Actual parameter cannot be filled
    Runtime Error: DYN_CALL_METH_PARAM_LITL_MOVE
  • Cause: Incorrect table type for a parameter
    Runtime Error: DYN_CALL_METH_PARAM_TAB_TYPE
  • Cause: Incorrect parameter type
    Runtime Error: DYN_CALL_METH_PARAM_TYPE

CX_SY_DYN_CALL_PARAM_MISSING

  • Cause: Missing actual parameter
    Runtime Error: DYN_CALL_METH_PARAM_MISSING
  • Cause: Parameter reference is empty
    Runtime Error: DYN_CALL_METH_PARREF_INITIAL

CX_SY_DYN_CALL_PARAM_NOT_FOUND

  • Cause: Incorrect parameter name
    Runtime Error: DYN_CALL_METH_PARAM_NOT_FOUND

CX_SY_REF_IS_INITIAL

  • Cause: Reference variable is initial
    Runtime Error: DYN_CALL_METH_REF_IS_INITIAL

Non-Catchable Exceptions

  • Cause: Invalid parameters for a dynamic method call. Relevant for instance constructors when instantiated dynamically.
    Runtime Error: CALL_METHOD_PARMS_ILLEGAL





Vendor Master (General Section)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 5574 Date: 20240418 Time: 225127     sap01-206 ( 49 ms )