2023 May 04 3:12 PM
Hello,
yesterday i had a problem in maintenance order's cost calculation, i checked SAP note 3040264 and i found the solution to it but now i have another problem, when making new maintenance orders i get an ABAP error and i can't save them, i tried to undo the customizing i did in the note but it is not possible, can anyone help me by explaining to me what is going on and how can i solve it ?
Note that i can save the order if i don't release it.
Thanks in advance
2023 May 05 12:12 PM
You can read the text of the runtime error and try to find out the name of the program.
Maybe it's a SAP-program then you can search for SAP-notes. Maybe it's a customer program then you or your developers have something to work.
The runtime error ITAB_ILLEGAL_SORT_ORDER is often processed, if the statements to treat a sorted table are incorrect. For example "APPEND" is used to insert a new line.