cancel
Showing results for 
Search instead for 
Did you mean: 

Transformation - Start Routine Function (2004s)

Former Member
0 Kudos

I have a startroutine in a transformation (in Netweaver 2004s).

I want call this Function:

CALL FUNCTION 'Z_UPDATE_AUTHORITY2'

EXPORTING

SYSTEM = system

TABLES

  • T_DATA_PACKAGE =

SOURCE_PACKAGE = SOURCE_PACKAGE

CHANGING

MONITOR = MONITOR_REC

I got this error, from the debugger in the transformation:

There is an exception (CX-SY-NO-HANDLER)

at this lines:

  • ============= error handling ===============

data l_r_error type ref to cx_root.

catch cx_rs_foreign_lock into l_r_error.

raise exception type cx_rs_failed

exporting

previous = l_r_error.

-->>>>> cleanup into l_r_error.

state_transition_rollback( ).

endtry.

endmethod.

What is my mistake???

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I am also getting the same error message. Can some one please let me know how to fix this as I am new to the ABAP Objects.

Thanks!

Raj