SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

PRGRP_REORGF01 SAP ABAP INCLUDE - Include PRGRP_REORGF01







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


INCLUDES used within this REPORT PRGRP_REORGF01

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_PRGRP_GAP_CHECK call function 'WRF_PRGRP_GAP_CHECK' exporting ip_price_group = gs_wrf_prgrpschema-price_group ip_date_to_prev = ls_old_wrf_prgrpschema-date_to ip_date_from_next = gs_wrf_prgrpschema-date_from exceptions check_error = 1 others = 2.

WRF_PRGRP_WHERE_USED call function 'WRF_PRGRP_WHERE_USED' exporting ip_price_group = gs_wrf_prgrp-price_group ip_price_group_cat = gs_wrf_prgrp-price_group_cat importing ep_prgrp_is_used = l_prgrp_is_used tables et_prgrp_merchcat = lt_prgrp_merchcat et_prgrp_artnodes = lt_prgrp_artnodes exceptions internal_error = 1 others = 2.

ENQUEUE_EWRF_PRGRP call function 'ENQUEUE_EWRF_PRGRP' exporting mode_wrf_prgrp = 'E' mandt = sy-mandt price_group = gs_wrf_prgrp-price_group * X_PRICE_GROUP = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

ENQUEUE_EWRF_PRGRP call function 'ENQUEUE_EWRF_PRGRP' exporting mode_wrf_prgrp = 'E' mandt = sy-mandt price_group = gs_wrf_prgrpschema-price_group * X_PRICE_GROUP = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

ENQUEUE_EWRF_PRGRP call function 'ENQUEUE_EWRF_PRGRP' exporting mode_wrf_prgrp = 'E' mandt = sy-mandt price_group = gs_wrf_prgrp-price_group * X_PRICE_GROUP = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

ENQUEUE_EWRF_PRGRP call function 'ENQUEUE_EWRF_PRGRP' exporting mode_wrf_prgrp = 'E' mandt = sy-mandt price_group = gs_wrf_prgrpschema-price_group * X_PRICE_GROUP = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = ip_msg_type cl = ip_msg_id number = ip_msg_number par1 = ip_msg_var1 par2 = ip_msg_var2 par3 = ip_msg_var3 par4 = ip_msg_var4 importing return = gs_msg_info_hide.



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