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

/SAPAPO/OM_TB_STORAGERES_CHECK SAP ABAP Report - LC TB: Container Resource Alert and Inventory Flow Check







/SAPAPO/OM_TB_STORAGERES_CHECK 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 /SAPAPO/OM_TB_STORAGERES_CHECK 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_TB_STORAGERES_CHECK. "Basic submit
SUBMIT /SAPAPO/OM_TB_STORAGERES_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/OM_TB_STORAGERES_CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_USERNO = User Number
Selection Text: P_SUMMRY = Summary
Selection Text: P_NODISP = No List
Selection Text: P_DETAIL = Detailed
Selection Text: P_DEL_LC = Delete LC at End
Title: LC TB: Container Resource Alert and Inventory Flow Check
Text Symbol: 001 = Additional Results List


INCLUDES used within this REPORT /SAPAPO/OM_TB_STORAGERES_CHECK

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:

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = gs_tb_legoinfo-appl_log_handle IMPORTING e_statistics = gs_statistics EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = gs_tb_legoinfo-appl_log_handle IMPORTING e_statistics = gs_statistics EXCEPTIONS log_not_found = 1 OTHERS = 2.

/SAPAPO/OM_TB_MASTER_DATA_NEW CALL FUNCTION '/SAPAPO/OM_TB_MASTER_DATA_NEW' EXPORTING is_tb_legoinfo = is_tb_legoinfo it_peg_gen = lt_peg_gen it_tst_gen = lt_tst_gen it_res_gen = lt_res_gen IMPORTING es_factory = cs_factory EXCEPTIONS lc_error = 1 OTHERS = 2.

/SAPAPO/OM_TB_FACTORY_DELETE CALL FUNCTION '/SAPAPO/OM_TB_FACTORY_DELETE' EXPORTING is_tb_legoinfo = is_tb_legoinfo is_factory = cs_factory EXCEPTIONS lc_error = 0 internal_error = 0 OTHERS = 0.

/SAPAPO/OM_TB_LOG_DISPLAY CALL FUNCTION '/SAPAPO/OM_TB_LOG_DISPLAY' EXPORTING it_appl_log_handles = it_appl_log_handles iv_export = p_back.

/SAPAPO/OM_TB_TRANS_DATA_DEL CALL FUNCTION '/SAPAPO/OM_TB_TRANS_DATA_DEL' EXPORTING is_tb_legoinfo = is_tb_legoinfo it_prd_gen = lt_prd_gen EXCEPTIONS lc_error = 1 internal_error = 2 OTHERS = 3.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 180.

/SAPAPO/OM_TB_LOG_DISPLAY CALL FUNCTION '/SAPAPO/OM_TB_LOG_DISPLAY' EXPORTING it_appl_log_handles = it_appl_log_handles iv_export = p_back.

/SAPAPO/OM_TB_TRANS_DATA_NEW CALL FUNCTION '/SAPAPO/OM_TB_TRANS_DATA_NEW' EXPORTING is_tb_legoinfo = is_tb_legoinfo it_prd_gen = lt_prd_gen_copy CHANGING cs_factory = cs_factory EXCEPTIONS create_error = 1 lc_error = 2 internal_error = 3 OTHERS = 4.

/SAPAPO/OM_TB_FACTORY_DELETE CALL FUNCTION '/SAPAPO/OM_TB_FACTORY_DELETE' EXPORTING is_tb_legoinfo = is_tb_legoinfo is_factory = cs_factory EXCEPTIONS lc_error = 0 internal_error = 0 OTHERS = 0.

/SAPAPO/OM_TB_LOG_DISPLAY CALL FUNCTION '/SAPAPO/OM_TB_LOG_DISPLAY' EXPORTING it_appl_log_handles = it_appl_log_handles iv_export = p_back.

/SAPAPO/OM_TB_PRD_PLANNED_NEW CALL FUNCTION '/SAPAPO/OM_TB_PRD_PLANNED_NEW' EXPORTING is_tb_legoinfo = is_tb_legoinfo it_prd_gen = lt_prd_gen_copy iv_forward = iv_forward CHANGING cs_factory = cs_factory EXCEPTIONS create_error = 1 lc_error = 2 internal_error = 3 OTHERS = 4.

/SAPAPO/OM_TB_LOG_DISPLAY CALL FUNCTION '/SAPAPO/OM_TB_LOG_DISPLAY' EXPORTING it_appl_log_handles = it_appl_log_handles iv_export = p_back.

/SAPAPO/OM_TB_FACTORY_DELETE CALL FUNCTION '/SAPAPO/OM_TB_FACTORY_DELETE' EXPORTING is_tb_legoinfo = is_tb_legoinfo is_factory = cs_factory EXCEPTIONS lc_error = 0 internal_error = 0 OTHERS = 0.

/SAPAPO/OM_ORDER_GET_DATA * 2. Call function '/SAPAPO/OM_ORDER_GET_DATA' to get data from

/SAPAPO/OM_TB_GET_FROM_FACTORY CALL FUNCTION '/SAPAPO/OM_TB_GET_FROM_FACTORY' EXPORTING is_tb_legoinfo = is_tb_legoinfo is_factory = is_factory iv_legotype = gc_pro_order iv_bom_level = 1 iv_number = cv_no_ord IMPORTING ev_guid = lv_ordid EXCEPTIONS object_not_found = 1 objecttype_not_supported = 2 OTHERS = 3.

/SAPAPO/OM_ORDER_GET_DATA CALL FUNCTION '/SAPAPO/OM_ORDER_GET_DATA' EXPORTING is_gen_params = ls_gen_params iv_simsession = is_tb_legoinfo-simsession it_order = lt_order IMPORTING et_orders = et_orders et_activities = et_activities et_modes = et_modes et_cap_reqs = et_cap_reqs et_inputs = et_inputs et_outputs = et_outputs et_prodflow = et_prodflow et_rc = et_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 6.

/SAPAPO/OM_TB_LOG_OM_ERROR





CALL FUNCTION '/SAPAPO/OM_TB_LOG_OM_ERROR' EXPORTING iv_subrc = sy-subrc iv_log_handle = is_tb_legoinfo-appl_log_handle.

/SAPAPO/OM_TB_GET_FROM_FACTORY CALL FUNCTION '/SAPAPO/OM_TB_GET_FROM_FACTORY' EXPORTING is_tb_legoinfo = is_tb_legoinfo is_factory = is_factory iv_legotype = gc_pegarea iv_bom_level = 1 iv_number = cv_no_peg IMPORTING ev_guid = lv_guid EXCEPTIONS object_not_found = 1 objecttype_not_supported = 2 OTHERS = 3.

/SAPAPO/OM_TB_GET_FROM_FACTORY CALL FUNCTION '/SAPAPO/OM_TB_GET_FROM_FACTORY' EXPORTING is_tb_legoinfo = is_tb_legoinfo is_factory = is_factory iv_legotype = gc_resource iv_bom_level = 1 iv_number = iv_no_res IMPORTING ev_guid = lv_guid EXCEPTIONS object_not_found = 1 objecttype_not_supported = 2 OTHERS = 3.

/SAPAPO/OM_STOCK_TSERIES_GET CALL FUNCTION '/SAPAPO/OM_STOCK_TSERIES_GET' EXPORTING is_gen_params = ls_gen_params iv_simsession = is_tb_legoinfo-simsession it_pegarea = lt_pegarea_i it_resource = lt_resource_i iv_start_time = ' 19970101000000' iv_end_time = ' 20371231235959' * IV_UNIQUE_TIME = GC_TRUE IMPORTING et_stock = lt_stock et_stock_graph_mode = lt_stock_graph_mode et_resource = ct_resource et_resource_graph_mode = ct_resource_graph_mode et_rc = lt_rc EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 6.

/SAPAPO/OM_TB_LOG_OM_ERROR CALL FUNCTION '/SAPAPO/OM_TB_LOG_OM_ERROR' EXPORTING iv_subrc = sy-subrc iv_log_handle = is_tb_legoinfo-appl_log_handle.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 218 iv_text1 = iv_no_testcase_desc iv_text2 = ' ' iv_text3 = ' ' iv_text4 = ' '.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 219 iv_text1 = iv_no_testcase_desc iv_text2 = ' ' iv_text3 = ' ' iv_text4 = ' '.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 219 iv_text1 = iv_no_testcase_desc iv_text2 = ' ' iv_text3 = ' ' iv_text4 = ' '.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 221.

/SAPAPO/OM_TB_GET_ALERT_TEXT CALL FUNCTION '/SAPAPO/OM_TB_GET_ALERT_TEXT' EXPORTING iv_at_id = ls_alerts-at_id IMPORTING ev_at_text_bracket = lv_alert_text.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 21 iv_text1 = lv_alert_text iv_text2 = ls_alerts-order1 iv_text3 = ls_alerts-order2.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 212 iv_text1 = lv_text.

/SAPAPO/OM_TB_GET_ALERT_TEXT CALL FUNCTION '/SAPAPO/OM_TB_GET_ALERT_TEXT' EXPORTING iv_at_id = ls_alerts-at_id IMPORTING ev_at_text_bracket = lv_alert_text.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 220 iv_text1 = 'Unexpected alert ' iv_text2 = lv_alert_text iv_text3 = 'occured in order' iv_text4 = lv_order. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 212 iv_text1 = lv_text.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 213 iv_text1 = lv_time1 iv_text2 = lv_time2.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 214 iv_text1 = ls_alerts-amount_act iv_text2 = ls_alerts-amount_tar.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 215 iv_text1 = lv_order iv_text2 = lv_ordertype iv_text3 = lv_isplan.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 216 iv_text1 = lv_operation iv_text2 = lv_actid.




/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 217 iv_text1 = ls_alerts-resid iv_text2 = ls_alerts-restype.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Validity period Start' iv_text2 = 'Expected' iv_text3 = lv_time. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Validity period End' iv_text2 = 'Expected' iv_text3 = lv_time. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Actual Capacity' iv_text2 = 'Expected' iv_text3 = ls_expect-amount_act. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Targer Capacity' iv_text2 = 'Expected' iv_text3 = ls_expect-amount_tar. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Production Order' iv_text2 = 'Expected' iv_text3 = ls_expect-order1. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Order type' iv_text2 = 'Expected' iv_text3 = ls_expect-ordertype1. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check isplanned' iv_text2 = 'Expected' iv_text3 = ls_expect-orderisplanned1. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Operation No' iv_text2 = 'Expected' iv_text3 = ls_expect-avonr1. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Activity' iv_text2 = 'Expected' iv_text3 = ls_expect-actid1. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Resource Guid' iv_text2 = 'Expected' iv_text3 = ls_expect-resid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 225 iv_text1 = 'Check Resource type' iv_text2 = 'Expected' iv_text3 = ls_expect-restype. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 220 iv_text1 = 'Inventory flow' iv_text2 = 'Failed' iv_text3 = '-' iv_text4 = ev_mode. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 212 iv_text1 = 'Inventory flow' iv_text2 = 'Succeeded' iv_text3 = '-' iv_text4 = ev_mode. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 207 iv_text1 = lv_time iv_text2 = ' : ' iv_text3 = -quantity.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 226 iv_text1 = 'Expected Inventory flow'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 207 iv_text1 = lv_time iv_text2 = ' : ' iv_text3 = -quantity.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 222 iv_text1 = gc_storage_name.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Resource' iv_text2 = -resid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Minimam capacity' iv_text2 = -minqty. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Max capacity' iv_text2 = -maxqty. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Max Replenishment' iv_text2 = -maxrep. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 222 iv_text1 = gc_pegarea_name.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Pegarea' iv_text2 = -pegid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 222 iv_text1 = gc_activity_name iv_text2 = lv_count.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Activity' iv_text2 = -actid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Operation' iv_text2 = -oprcounter. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Synchronize control' iv_text2 = 'Default'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Synchronize control' iv_text2 = 'Restricted'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Synchronize control' iv_text2 = 'Free'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 222 iv_text1 = gc_mode_name iv_text2 = lv_count.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Mode No' iv_text2 = -mode_no. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Activity' iv_text2 = -actid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Processing duration in seconds' iv_text2 = -proc_time. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Resource' iv_text2 = -main_resource. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 222 iv_text1 = gc_modeitem_name iv_text2 = lv_count.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Activity' iv_text2 = -actid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Mode No' iv_text2 = -mode_no. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Resource' iv_text2 = -resid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 222 iv_text1 = gc_pegnode_name iv_text2 = lv_count.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Peg Area' iv_text2 = -pegid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Activity' iv_text2 = -actid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Capacity' iv_text2 = -quantity. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Scheduling type' iv_text2 = 'Discrete'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Scheduling type' iv_text2 = 'With Offsets'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Offset type' iv_text2 = 'Start Start'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Offset type' iv_text2 = 'End End'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Prd Order' iv_text2 = -orderid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'I/O node' iv_text2 = 'I'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 222 iv_text1 = gc_pegnode_name iv_text2 = lv_count.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Peg Area' iv_text2 = -pegid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Activity' iv_text2 = -actid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Capacity' iv_text2 = -quantity. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Scheduling type' iv_text2 = 'Discrete'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Scheduling type' iv_text2 = 'With Offsets'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Offset type' iv_text2 = 'Start Start'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Offset type' iv_text2 = 'End End'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Prd Order' iv_text2 = -orderid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'I/O node' iv_text2 = 'O'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 222 iv_text1 = gc_stornode_name iv_text2 = lv_count.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Storage Node' iv_text2 = -snode_id. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Prod Order' iv_text2 = -orderid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Activity' iv_text2 = -actid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Pegarea' iv_text2 = -pegid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Time Profile' iv_text2 = 'Consumption at start of activity'.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Time Profile' iv_text2 = 'Consumption at end of activity'.

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Time Profile' iv_text2 = 'Continuous consumption'. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Resource' iv_text2 = -resid. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Mode No' iv_text2 = -mode_no. "#EC NOTEXT

/SAPAPO/OM_TB_LOG_MSG_ADD CALL FUNCTION '/SAPAPO/OM_TB_LOG_MSG_ADD' EXPORTING iv_handle = is_tb_legoinfo-appl_log_handle iv_number = 223 iv_text1 = 'Storage Quantity' iv_text2 = -storage_quantity. "#EC NOTEXT



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_TB_STORAGERES_CHECK or its description.