cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Procedure calling through an abap class , method

former_member869365
Discoverer
0 Likes
712

I want to call a procedure in process chain, so created a abap class and a method to call the procedure. The code goes like this :

class ZAB_X definition
  public
  final
  create public .

public section.
INTERFACES if_amdp_marker_hdb .
   CLASS-METHODS: call_sp_by_name_2.


protected section.
private section.
ENDCLASS.

it is giving an error : CX_AMDP_EXECUTION_FAILED
can you help or give a possible solution to this problem

Accepted Solutions (0)

Answers (0)