SAP Reports / Programs | Cross-Application Components | General Application Functions | Workforce Management Core(CA-GTF-WFM) SAP CA

/SAPAPO/REPAIR_LC_LRP SAP ABAP Report - Program /SAPAPO/REPAIR_LC_LRP







/SAPAPO/REPAIR_LC_LRP 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/REPAIR_LC_LRP 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/REPAIR_LC_LRP. "Basic submit
SUBMIT /SAPAPO/REPAIR_LC_LRP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPAPO/REPAIR_LC_LRP 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_CRESIM = Create actual simversion
Selection Text: P_TEST = Test mode: no commit
Selection Text: P_TRANAS = transfer assignments to LC
Selection Text: P_TRANMD = transfer master data to LC
Title: Program /SAPAPO/REPAIR_LC_LRP


INCLUDES used within this REPORT /SAPAPO/REPAIR_LC_LRP

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/LRP_CHECK_SYSTEM call function '/SAPAPO/LRP_CHECK_SYSTEM' importing changes_ok = changes_ok.

WFD_LC_VERSION_CREATE CALL FUNCTION 'WFD_LC_VERSION_CREATE' EXPORTING it_mandt = lt_mandt_tab.

/SAPAPO/LRP_INIT_LC_RESOURCES CALL FUNCTION '/SAPAPO/LRP_INIT_LC_RESOURCES' EXPORTING write_log = 'X' * TABLES * ET_RETURN = EXCEPTIONS init_failed = 1 OTHERS = 2 .

/SAPAPO/OM_ORDER_GET_ALL CALL FUNCTION '/SAPAPO/OM_ORDER_GET_ALL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession * IV_TOP_ORDERS_ONLY = GC_TRUE it_order_type_tab = lt_order_type * IT_ORDER_TYPE_TAB1 = * IT_ORDER_TYPE_TAB2 = * IT_ORDER_TYPE_TAB3 = * IT_ORDER_TYPE_TAB4 = * IT_ORDER_TYPE_TAB5 = * IV_GET_TESTGUIDS = GC_FALSE IMPORTING et_orders = lt_orders * ET_ORDERS1 = * ET_ORDERS2 = * ET_ORDERS3 = * ET_ORDERS4 = * ET_ORDERS5 = * ET_RC = EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4 .

/SAPAPO/OM_ORDER_DELETE CALL FUNCTION '/SAPAPO/OM_ORDER_DELETE' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession is_atp_info = gs_atp_info it_order_method = lt_order_method * IS_GET_CHANGED_OPTIONS = * IV_GET_ALL_OBJECTS = GC_FALSE * IMPORTING * ET_RC = * ET_CHANGED_ORDERS = * ET_CHANGED_CAP_REQS = * ET_CHANGED_IO_NODES = * ET_CHANGED_IO_PP_NODES = * ET_CHANGED_PEGIDS = * ET_DELETED_FIX_PEGGING = * ET_SCHED_FAILURES = * ET_SCHED_LOG = EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4 .

/SAPAPO/OM_RESOURCE_GET_ALL CALL FUNCTION '/SAPAPO/OM_RESOURCE_GET_ALL' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession * IV_GET_TESTGUIDS = GC_FALSE IMPORTING et_resources = lt_om_resid * ET_RC = EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4 .

/SAPAPO/OM_TIMESTREAM_CHANGE CALL FUNCTION '/SAPAPO/OM_TIMESTREAM_CHANGE' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_tstreamid = ls_reslc-shared_tstrmuid * IV_RESID = * IV_TIMEDIFF = iv_method = /sapapo/cl_om_method_c=>delete * IT_TIMESTREAM = * IMPORTING * ET_RC = * ET_CHANGED_ORDERS = EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4 .

/SAPAPO/OM_TIMESTREAM_CHANGE CALL FUNCTION '/SAPAPO/OM_TIMESTREAM_CHANGE' EXPORTING is_gen_params = gs_gen_params iv_simsession = gv_simsession iv_tstreamid = ls_reslc-private_tstrmuid * IV_RESID = * IV_TIMEDIFF = iv_method = /sapapo/cl_om_method_c=>delete * IT_TIMESTREAM = * IMPORTING * ET_RC = * ET_CHANGED_ORDERS = EXCEPTIONS lc_connect_failed = 1 lc_com_error = 2 lc_appl_error = 3 OTHERS = 4 .



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