SAP Function Modules

Share |

ACTION_AFTER_DELETE_EK_DATAS SAP Function module - ACTION AFTER DELETE EK DATAS

Pattern for FM ACTION_AFTER_DELETE_EK_DATAS - ACTION AFTER DELETE EK DATAS
Associated Function Group: BOEK
Released Date: Not Released
CALL FUNCTION 'ACTION_AFTER_DELETE_EK_DATAS' "
  EXPORTING
*   delete_mode = SPACE         "               Flag: X production run, SPACE test run
*   commit_counter = 5000       " sy-tabix      Counter for COMMIT WORK
    coarea =                    " tka01-kokrs   Controlling area
  IMPORTING
    anz_keko =                  " sy-tabix      Number of UPDATEs/SELECTs on table KEKO
    anz_onr00 =                 " sy-tabix      Number of DELETEs/SELECTs on table ONR00
  TABLES
    onrtab =                    " ionrb         EK object numbers in RANGES format
    .  "  ACTION_AFTER_DELETE_EK_DATAS






Share |