Hello,
You can get error handling in below way..
TRY. "Your AMDP Method CATCH cx_amdp_error INTO lx_amdp_error."Exceptions DATA(lw_text) = lx_amdp_error->get_text( ). MESSAGE lw_text TYPE 'E'. ENDTRY.
Successfully execution of AMDP without exceptions that means success.
Also you can get export success result in exporting parameter in AMDP.
-Cheers,
Amol S
Add a comment