on ‎2023 Jul 25 3:00 PM
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
Request clarification before answering.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.