OM_CLEAN_USER_FROM_TABLES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter OM_CLEAN_USER_FROM_TABLES into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Program CLEAN_USER_FROM_TABLES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = type iv_cli_dep = clidep IMPORTING ev_order = corrnr ev_task = task EXCEPTIONS OTHERS = 1.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'A' TABLES dd03p_tab = key_tab EXCEPTIONS OTHERS = 1.
DD_TABL_LENGTH_GET CALL FUNCTION 'DD_TABL_LENGTH_GET' EXPORTING tabname = tabname IMPORTING keylength = keylength TABLES dd03p_tab = key_tab EXCEPTIONS OTHERS = 1.
TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING wi_trkorr = task TABLES wt_e071 = e071_tab wt_e071k = e071k_tab EXCEPTIONS OTHERS = 1.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'A' TABLES dd03p_tab = key_tab EXCEPTIONS OTHERS = 1.
DD_TABL_LENGTH_GET CALL FUNCTION 'DD_TABL_LENGTH_GET' EXPORTING tabname = tabname IMPORTING keylength = keylength TABLES dd03p_tab = key_tab EXCEPTIONS OTHERS = 1.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = texttabname state = 'A' TABLES dd03p_tab = key_tab EXCEPTIONS OTHERS = 1.
DD_TABL_LENGTH_GET CALL FUNCTION 'DD_TABL_LENGTH_GET' EXPORTING tabname = texttabname IMPORTING keylength = keylength TABLES dd03p_tab = key_tab EXCEPTIONS OTHERS = 1.
TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING wi_trkorr = task TABLES wt_e071 = e071_tab wt_e071k = e071k_tab EXCEPTIONS OTHERS = 68.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OM_CLEAN_USER_FROM_TABLES - Program CLEAN_USER_FROM_TABLES OM_CLEAN_USER_FROM_TABLES - Program CLEAN_USER_FROM_TABLES OMT3SHOW - Test Program for Displaying All Screen Fields in a Screen Sequence OMT3SHOW - Test Program for Displaying All Screen Fields in a Screen Sequence OMIS_CHECK_VTYPE_MAPPING - BW Extractors CO-OM: Checks on Mapping Tables for Value Type OMIS_CHECK_VTYPE_MAPPING - BW Extractors CO-OM: Checks on Mapping Tables for Value Type