cancel
Showing results for 
Search instead for 
Did you mean: 

Abort Update in Tranformation routines

Former Member
0 Kudos

Dear All,

Based on a condition in Transformation routines I want to abort the update of record in the transformation routine. Similarly as RETURNCODE = 4 in 3.X update rules.

I tried to use the raise an exception by in ESLE statement I used RAISE CX_RSROUT_SKIP_ABORT . That is giving me an error E:Old and new exceptions cannot be used the same time.

Can any body help me to solve this.

Thanks in Advance,

PV

I solved this issue by using the statement

RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD.

Regards,

PV

Message was edited by:

USERPV

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved myself