EKPO fields not updated after PROCESS_ITEM method set_data in ME21N
问题 I'm trying to change field WEORA and BSTAE in ME21n through BADI me_process_po_cust, method PROCESS_ITEM. I have successfully changed the value in the screen, BUT when I saved the PO, table EKPO is not updated with the new value. Am I missing something? Do I need to commit? DATA: ls_mepoitem_set TYPE mepoitem. DATA: cl_po TYPE REF TO cl_po_header_handle_mm. DATA: ls_mepoitem TYPE mepoitem. FIELD-SYMBOLS: <fs_item> TYPE mepoitem. ls_mepoitem = im_item->get_data( ). ls_mepoitem_set = ls