cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump_ROLLBACK_IN_POSTING

Former Member
0 Kudos

Dear Experts,

we have run time error in production system today.

ROLLBACK_IN_POSTING

Short text

    Invalid ROLLBACK WORK in an update function module.

Error analysis

    Calling a ROLLBACK WORK within an update is not allowed because

    the function modules triggered in a Logical Unit of Work cannot

    then be processed correctly.

What happened?
    Error in the ABAP Application Program

    The current ABAP program "SAPLCRM_SCHEDLIN_DU" had to be terminated because it
     has
    come across a statement that unfortunately cannot be executed.

   31 ***   records to delete

   32   IF NOT it_records_to_delete IS INITIAL.

>>>>>     DELETE crmd_schedlin FROM TABLE it_records_to_delete.

   34     IF sy-subrc NE 0.

   35       MESSAGE a002(crm_order_misc) WITH gc_object_name-schedlin.

Could some one help me out how to rectify the dump in production.

tried checing in Sm21 and and sm13 but of no luck.

Thanks in Advance!

Regards,

Venky

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Venky,

The data in it_records_to_delete seems to be corrupted and not proper. You should check the data passed to this parameter. You can also debug this module in system debugging.

Thanks & Best Regards,

Leon

Former Member
0 Kudos

Thanks Leon,

Can you please explain in detail.. as we didn't get any such runtime errors so far and that to suspecting that because of this run time error queue sheduler deactivated not sure though.

we have got this error while updating line items from ECC.

please help us how to proceed to crack this error.

Thanks,

Venky