SAP Reports / Programs | Logistics - General | Logistics Basic Data | Promotion(LO-MD-PR) SAP LO

RWRF_DISPRO_TD_DEFAULTF04 SAP ABAP INCLUDE - Include RWRF_DISPRO_TD_DEFAULTF04







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


Text pool values


Title: Include RWRF_DISPRO_TD_DEFAULTF04


INCLUDES used within this REPORT RWRF_DISPRO_TD_DEFAULTF04

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:

WRF_DISPRO_TD_DF_ASSIGN CALL FUNCTION 'WRF_DISPRO_TD_DF_ASSIGN' STARTING NEW TASK g_tname DESTINATION IN GROUP g_srvgrp PERFORMING come_back ON END OF TASK EXPORTING it_aktnr = pt_aktnr it_wakh = pt_wakh_package it_dispro_df_q = pt_dispro_df_q i_only_activated_promo = p_active i_timestamp = g_timestamp * importing * et_dispro_td_ins = lt_dispro_td_ins * et_dispro_td_upd = lt_dispro_td_upd * et_messages = lt_messages EXCEPTIONS no_data = 1 data_locked = 2 communication_failure = 3 system_failure = 4 resource_failure = 5.

WRF_DISPRO_TD_DF_ASSIGN CALL FUNCTION 'WRF_DISPRO_TD_DF_ASSIGN' EXPORTING it_aktnr = pt_aktnr it_wakh = pt_wakh_package it_dispro_df_q = pt_dispro_df_q i_only_activated_promo = p_active i_timestamp = g_timestamp IMPORTING et_dispro_td_ins = lt_dispro_td_ins et_dispro_td_upd = lt_dispro_td_upd et_messages = lt_messages EXCEPTIONS no_data = 1 data_locked = 2 OTHERS = 3.

WRF_DISPRO_DF_Q_READ CALL FUNCTION 'WRF_DISPRO_DF_Q_READ' EXPORTING it_aktnr = lr_aktnr it_artnr = lr_artnr it_kunnr = lr_kunnr IMPORTING et_dispro_df_q = ct_dispro_df_q EXCEPTIONS no_relev_data = 1 OTHERS = 2.

WRF_DISPRO_DF_Q_WRITE_DB CALL FUNCTION 'WRF_DISPRO_DF_Q_WRITE_DB' EXPORTING * it_dispro_df_q_ins = * it_dispro_df_q_mod = * it_dispro_df_q_upd = it_dispro_df_q_del = ct_dispro_df_q * ip_no_commit = EXCEPTIONS error = 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 RWRF_DISPRO_TD_DEFAULTF04 or its description.