SAP Reports / Programs | Materials Management | Consumption-Based Planning (See Also PP-MRP)(MM-CBP) SAP MM

WFCS_TADTST_COPY_PARALLEL_F04 SAP ABAP INCLUDE - WFCSTADTSTCOPYPARALLELF04







WFCS_TADTST_COPY_PARALLEL_F04 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 WFCS_TADTST_COPY_PARALLEL_F04 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 WFCS_TADTST_COPY_PARALLEL_F04. "Basic submit
SUBMIT WFCS_TADTST_COPY_PARALLEL_F04 AND RETURN. "Return to original report after report execution complete
SUBMIT WFCS_TADTST_COPY_PARALLEL_F04 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 WFCS_TADTST_COPY_PARALLEL_F04

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:

WFCS_ALOG_CREATE_S CALL FUNCTION 'WFCS_ALOG_CREATE_S' EXPORTING pi_date = wa_date pi_called_from = wa_called_from EXCEPTIONS applog_header_creation_failed = 1 OTHERS = 2.

WFCS_PROGRESS_INDICATOR CALL FUNCTION 'WFCS_PROGRESS_INDICATOR' EXPORTING pi_init = wfcst_ctrue pi_increment = 1 pi_max = wa_stores_sum pi_message = wa_message pi_message_no = 2.

WFCS_PROGRESS_INDICATOR CALL FUNCTION 'WFCS_PROGRESS_INDICATOR' EXPORTING pi_act = wa_stores_no pi_msgv1 = wa_message-message_v1 pi_msgv2 = wa_message-message_v2.

WFCSMDST_TADST_COPY_M CALL FUNCTION 'WFCSMDST_TADST_COPY_M' EXPORTING pi_werks = wa_werks-werks pi_dat_from = pi_ui_data-datf pi_dat_to = pi_ui_data-datt pi_packetsize = pi_ui_data-psize pi_runtime_meas_profile = pi_ui_data-rtim pi_bapiret2_get = pi_ui_data-xprot TABLES ti_sel_matnr = pi_ui_data-matnr ti_sel_perkz = pi_ui_data-perkz ti_sel_periv = pi_ui_data-periv te_bapiret2 = lt_bapiret2 te_runtime_info = lt_runtime_info EXCEPTIONS no_authorization = 1 OTHERS = 2.

WFCS_BAPIRET2_CREATE_S * CALL FUNCTION 'WFCS_BAPIRET2_CREATE_S' * TABLES * te_bapiret2 = lt_bapiret2.

WFCSMDST_TADST_COPY_M

WFCSMDST_TADST_COPY_M * CALL FUNCTION 'WFCSMDST_TADST_COPY_M' * STARTING NEW TASK g_tech_parallel_environment-task_number CALL FUNCTION 'WFCSMDST_TADST_COPY_M' STARTING NEW TASK wa_task_id_n * @001@/END DESTINATION IN GROUP wa_servergroup PERFORMING tech_task_return ON END OF TASK EXPORTING pi_werks = wa_werks pi_dat_from = pi_ui_data-datf pi_dat_to = pi_ui_data-datt pi_packetsize = pi_ui_data-psize pi_runtime_meas_profile = pi_ui_data-rtim pi_bapiret2_get = pi_ui_data-xprot TABLES ti_sel_matnr = pi_ui_data-matnr ti_sel_perkz = pi_ui_data-perkz ti_sel_periv = pi_ui_data-periv te_bapiret2 = lt_bapiret2 te_runtime_info = lt_runtime_info EXCEPTIONS communication_failure = 1 system_failure = 2 RESOURCE_FAILURE = 3 no_authorization = 4 OTHERS = 5.

WFCS_BAPIRET2_CREATE_S CALL FUNCTION 'WFCS_BAPIRET2_CREATE_S'.

WFCS_BAPIRET2_CREATE_S CALL FUNCTION 'WFCS_BAPIRET2_CREATE_S'.

WFCS_ALOG_SAVE_S CALL FUNCTION 'WFCS_ALOG_SAVE_S' EXPORTING pi_log_refresh = 'X' pi_date = sy-datum pi_time = sy-uzeit EXCEPTIONS no_header_initialization = 1 log_not_found = 2 save_not_allowed = 3 numbering_error = 4 OTHERS = 5.

WFCS_ALOG_DISPLAY_S CALL FUNCTION 'WFCS_ALOG_DISPLAY_S' EXPORTING pi_pl_date = sy-datum EXCEPTIONS no_authority = 1 OTHERS = 2.



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