Register Login

ITAB_ILLEGAL_SORT_ORDER Runtime Error

Updated May 18, 2018

We are getting following error while inserting or changing rows in a sorted table. 

The current ABAP program

'/1BCWDY/FW1WQ3NR8PMGNRZFQ6V8==CP'

had to be terminated because it has come across a statement that unfortunately cannot be executed.

500 SAP INTERNAL SERVER ERROR. ERROR: Error while inserting or changing rows in a sorted table (termination: RABAX_STATE)

ABAP DUMP

Runtime Errors ITAB_ILLEGAL_SORT_ORDER

You are getting the error because the WD application is called with no parameter ADD_ON_APPLICATION, but when the application is used, for example in the portal this is already filled, and no dump occurs.

Please follow the below points to resolve the issue:

  • Please Enter transaction code: SE80
  • Kindly Select Package = PAOC_HAP_DOCUMENT_WD_UI
  • Web Dynpro>Web Dynpro Application> HAP_START_PAGE_POWL_UI_MSS or HAP_START_PAGE_POWL_UI_ESS
  • Click on -> Test/Execute


×