SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | liveCache Applications(BC-DB-LCA) SAP BC

/SAPAPO/OM_LCCHECK_TASIM2 SAP ABAP INCLUDE - /SAPAPO/OMLCCHECKTASIM2







/SAPAPO/OM_LCCHECK_TASIM2 is a standard ABAP INCLUDE 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 /SAPAPO/OM_LCCHECK_TASIM2 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT /SAPAPO/OM_LCCHECK_TASIM2. "Basic submit
SUBMIT /SAPAPO/OM_LCCHECK_TASIM2 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/OM_LCCHECK_TASIM2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /SAPAPO/OM_LCCHECK_TASIM2

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

/SAPAPO/OM_SIMSESSION_GET_DATA CALL FUNCTION '/SAPAPO/OM_SIMSESSION_GET_DATA' EXPORTING IT_SIMID = lt_simid IMPORTING ET_RC = gt_rc ET_SIMSESSION_INFO = lt_simsession_info EXCEPTIONS LC_CONNECT_FAILED = 1 LC_COM_ERROR = 2 LC_APPL_ERROR = 3 OTHERS = 4.

/SAPAPO/OM_APS_SIMSE_GET_DELTA CALL FUNCTION '/SAPAPO/OM_APS_SIMSE_GET_DELTA' EXPORTING IS_GEN_PARAMS = gs_gen_params IS_SIMSESSION_GETDELTA = lS_SIMSESSION_GETDELTA IMPORTING ET_RC = gt_rc ET_DELTA_QUEUE_OBJ = lT_DELTA_QUEUE_OBJ EXCEPTIONS LC_CONNECT_FAILED = 1 LC_COM_ERROR = 2 LC_APPL_ERROR = 3 OTHERS = 4.

/SAPAPO/OM_SIMSESSION_UNDO CALL FUNCTION '/SAPAPO/OM_SIMSESSION_UNDO' EXPORTING IS_GEN_PARAMS = gs_gen_params IV_SIMSESSION = gv_simsession IV_UNDO_INDEX = iv_delta_queue_length IMPORTING ET_RC = gt_rc ET_TOUCHED_ORDERS = lT_TOUCHED_ORDERS ET_DELETED_ORDERS = lT_DELETED_ORDERS EXCEPTIONS LC_CONNECT_FAILED = 1 LC_COM_ERROR = 2 LC_APPL_ERROR = 3 OTHERS = 4.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = lv_simsession iv_simsession_method = gc_simsession_new IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESS_HAS_DELTAS CALL FUNCTION '/SAPAPO/OM_SIMSESS_HAS_DELTAS' EXPORTING is_gen_params = gs_gen_params iv_simsession = lv_simsession IMPORTING et_rc = gt_rc ev_has_deltas = lv_has_deltas EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = lv_merge_method iv_mlevel_atp_protocol_id = lv_mlevel_atp_protocol_id IMPORTING et_rc = gt_rc et_order_changed = lt_orders_changed et_order_deleted_in_sim = lt_orders_deleted ET_ORDER_DELETED_IN_OP_DATA = lT_ORDER_DELETED_IN_OP_DATA ET_ORDER_PCM = lT_ORDER_PCM EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_MLEVEL_ATP_PROT_DEL CALL FUNCTION '/SAPAPO/OM_MLEVEL_ATP_PROT_DEL' EXPORTING iv_mode = 1 iv_mlevel_atp_protocol_id = lv_mlevel_atp_protocol_id IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_DEREG_TASKHANDLER CALL FUNCTION '/SAPAPO/OM_DEREG_TASKHANDLER' EXPORTING im_regtyp = gc_regtyp_mlevel_cont im_mlevel_atp_protocol_id = lv_mlevel_atp_protocol_id EXCEPTIONS de_registration_failed = 1 OTHERS = 2.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = gc_simsession_hardmerge IMPORTING et_rc = gt_rc et_info_rc = lt_info_rc et_order_changed = lt_orders_changed et_order_deleted_in_sim = lt_orders_deleted ET_ORDER_DELETED_IN_OP_DATA = lT_ORDER_DELETED_IN_OP_DATA ET_ORDER_PCM = lT_ORDER_PCM EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = gc_simsession_refresh IMPORTING et_rc = gt_rc et_info_rc = lt_info_rc et_order_changed = lt_orders_changed ET_ORDER_DELETED_IN_OP_DATA = lT_ORDER_DELETED_IN_OP_DATA ET_ORDER_PCM = lT_ORDER_PCM EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = lv_method IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = gc_simsession_save IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = gc_simsession_cancel IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESSION_COPY CALL FUNCTION '/SAPAPO/OM_SIMSESSION_COPY' EXPORTING is_gen_params = gs_gen_params iv_simsession_source = gv_simsession iv_simsession_target = lv_simsession IMPORTING ET_RC = gt_rc EXCEPTIONS LC_CONNECT_FAILED = 1 LC_COM_ERROR = 2 LC_APPL_ERROR = 3 OTHERS = 4.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = gc_simsession_delete IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESSION_GET_DATA CALL FUNCTION '/SAPAPO/OM_SIMSESSION_GET_DATA' EXPORTING it_simid = lt_SIMID IMPORTING ET_RC = gt_rc ET_SIMSESSION_INFO = lt_simsession_info EXCEPTIONS LC_CONNECT_FAILED = 1 LC_COM_ERROR = 2 LC_APPL_ERROR = 3 OTHERS = 4.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = gc_simsession_reopen IMPORTING et_rc = gt_rc et_info_rc = lt_info_rc et_order_changed = lt_orders_changed eT_REOPEN_ORDKEYS_DELETED = lT_REOPEN_ORDKEYS_DELETED ET_REOPEN_ORDMAPS_DELETED = LT_REOPEN_ORDMAPS_DELETED ET_REOPEN_IONODES_DELETED = LT_REOPEN_IONODES_DELETED ET_ORDER_DELETED_IN_OP_DATA = lT_ORDER_DELETED_IN_OP_DATA ET_ORDER_PCM = lT_ORDER_PCM EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESSION_GET_DATA CALL FUNCTION '/SAPAPO/OM_SIMSESSION_GET_DATA' EXPORTING it_simid = lt_SIMID IMPORTING ET_RC = gt_rc ET_SIMSESSION_INFO = lt_simsession_info EXCEPTIONS LC_CONNECT_FAILED = 1 LC_COM_ERROR = 2 LC_APPL_ERROR = 3 OTHERS = 4.

/SAPAPO/OM_SIMSESSION_SAVEAS





CALL FUNCTION '/SAPAPO/OM_SIMSESSION_SAVEAS' EXPORTING is_gen_params = gs_gen_params iv_simsession_source = gv_simsession iv_simsession_target = lv_simsession IMPORTING ET_RC = gt_rc EXCEPTIONS LC_CONNECT_FAILED = 1 LC_COM_ERROR = 2 LC_APPL_ERROR = 3 OTHERS = 4.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_simsession_method = gc_simsession_delete IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_SIMSESSION_GET_ALL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_GET_ALL' exporting iv_get_testguids = gc_true IMPORTING et_simsession = lt_simsession EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_SIMSESSION_SELECT CALL FUNCTION '/SAPAPO/OM_SIMSESSION_SELECT' EXPORTING iv_saved_inclusive = 'X' iv_min_age_in_hours = 0 IMPORTING et_oms_version = lt_oms_version EXCEPTIONS lc_connect_failed = 1 OTHERS = 2.

/SAPAPO/OM_SIMSESSION_SELECT CALL FUNCTION '/SAPAPO/OM_SIMSESSION_SELECT' EXPORTING iv_saved_inclusive = 'X' iv_min_age_in_hours = 0 IMPORTING et_oms_version = lt_oms_version EXCEPTIONS lc_connect_failed = 1 OTHERS = 2.

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gname = '/SAPAPO/OMSIMSDL' garg = '*' guname = '*' TABLES enq = lt_enq EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_/SAPAPO/E_OMSIMS call function 'DEQUEUE_/SAPAPO/E_OMSIMS' exporting simsession = lv_simsession regtyp = gc_regtyp_simsesssion _SYNCHRON = 'X'.

/SAPAPO/OM_SIMSESSION_CONTROL CALL FUNCTION '/SAPAPO/OM_SIMSESSION_CONTROL' EXPORTING is_gen_params = gs_gen_params iv_simsession = iv_simsession iv_simsession_method = gc_simsession_delete IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 multi_tasim_registration = 4 mlevel_atp_protocol_reg_failed = 5 tasim_registration_failed = 6 OTHERS = 7.

/SAPAPO/OM_PEGAREA_GET_DATA CALL FUNCTION '/SAPAPO/OM_PEGAREA_GET_DATA' EXPORTING is_gen_params = gs_gen_params iv_simsession = lv_simsession it_pegarea_id = lt_pegarea_id IMPORTING et_pegareas = lt_pegarea eT_CHARACT_REQ = lT_CHARACT_REQ eT_CHARACT_VAL = lT_CHARACT_VAL et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_PEGAREA_CHANGE CALL FUNCTION '/SAPAPO/OM_PEGAREA_CHANGE' EXPORTING iv_simsession = lv_simsession it_pegarea = lt_pegarea IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_PEGAREA_CHANGE CALL FUNCTION '/SAPAPO/OM_PEGAREA_CHANGE' EXPORTING iv_simsession = gc_om_simsession_def it_pegarea = lt_pegarea2 IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_PEGAREA_CHANGE CALL FUNCTION '/SAPAPO/OM_PEGAREA_CHANGE' EXPORTING iv_simsession = lv_simsession_sav it_pegarea = lt_pegarea IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_PEGAREA_CHANGE CALL FUNCTION '/SAPAPO/OM_PEGAREA_CHANGE' EXPORTING iv_simsession = gc_om_simsession_def it_pegarea = lt_pegarea IMPORTING et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_PEGAREA_GET_DATA CALL FUNCTION '/SAPAPO/OM_PEGAREA_GET_DATA' EXPORTING is_gen_params = gs_gen_params iv_simsession = iv_simsession it_pegarea_id = it_pegarea_id IMPORTING et_pegareas = lt_pegareas et_CHARACT_REQ = lt_CHARACT_REQ et_CHARACT_VAL = lt_CHARACT_VAL et_rc = gt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_REG_TASKHANDLER CALL FUNCTION '/SAPAPO/OM_REG_TASKHANDLER' EXPORTING im_regtyp = gc_regtyp_simsesssion im_simsession = gv_simsession EXCEPTIONS registration_failed = 1 multi_tasim_registration = 2 multi_mlevel_cont_registration = 3 multi_trguid_resp_registration = 4 enqueue_registration_failed = 5 OTHERS = 6.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /SAPAPO/OM_LCCHECK_TASIM2 or its description.