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

RWRF_REGIONSHOPSF01 SAP ABAP INCLUDE - RWRFREGIONSHOPSF01







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

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_READSITENAME CALL FUNCTION 'WRF_READSITENAME' EXPORTING IF_WERKS = lf_werks IMPORTING EF_NAME1 = lf_name1 * EF_NAME1_LONG = EXCEPTIONS NO_EXIST = 1 OTHERS = 2 .

WRF_UPDATE_SHOPS CALL FUNCTION 'WRF_UPDATE_SHOPS' IN UPDATE TASK EXPORTING IF_UPD_T001W = 'X' IF_UPD_WRF1 = ' ' IF_UPD_WRF3 = ' ' IF_TCODE = sy-tcode IF_UDATE = sy-datum IF_UTIME = sy-uzeit IF_USERNAME = sy-uname TABLES T001W_OLD = lt_t001w_old T001W_NEW = lt_t001w_new WRF1_OLD = lt_wrf1_old WRF1_NEW = lt_wrf1_new WRF3_OLD = lt_wrf3_old WRF3_NEW = lt_wrf3_new.

ENQUEUE_EXT001W CALL FUNCTION 'ENQUEUE_EXT001W' EXPORTING * MODE_T001W = 'E' MANDT = SY-MANDT WERKS = pi_shop * X_WERKS = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .

WRF_GET_CATEGORY_FOR_SHOP CALL FUNCTION 'WRF_GET_CATEGORY_FOR_SHOP' EXPORTING IF_SHOP = pi_shop IF_NAMEFLAG = 'X' IMPORTING EF_HIERID = lf_hierid EF_CATEGORY = px_category EF_CATEGORYNAME = px_categoryname EXCEPTIONS PARAMETER_ERROR = 1 NO_EXIST = 2 OTHERS = 3.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = TC_REGIONSHOP-TOP_LINE ENTRY_FROM = 1 ENTRY_TO = TC_REGIONSHOP-LINES LAST_PAGE_FULL = ' ' LOOPS = GF_TC_REGIONSHOP_LINES OK_CODE = okcode OVERLAPPING = ' ' IMPORTING ENTRY_NEW = lf_new_top_line EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.



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