SAP Reports / Programs | Device Management | SAP Utilities | Device Management(IS-U-DM) SAP IS

REGWIKVW SAP ABAP Report - INTERNAL: Output of Where-Used List for Winding Groups







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


Text pool values


Title: INTERNAL: Output of Where-Used List for Winding Groups
Text Symbol: 001 = The Winding Group
Text Symbol: 002 = Is Used in Following
Text Symbol: 003 = The winding group is used in the following devices:
Text Symbol: 004 = Devices:
Text Symbol: 005 = The winding group is used in the following device categories:
Text Symbol: 006 = Device Categories:
Text Symbol: 011 = Number of entries found
Text Symbol: S02 = Winding group
Text Symbol: S06 = Device category description
Text Symbol: S07 = Device category
Text Symbol: S08 = Page
Text Symbol: S09 = Equipment number
Text Symbol: S10 = Device
Text Symbol: T01 = Where-Used List:


INCLUDES used within this REPORT REGWIKVW

INCLUDE IE00FLAG.


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:

ISU_DB_EGER_SELECT_EWIK call function 'ISU_DB_EGER_SELECT_EWIK' exporting x_wgruppe = x_ewikid x_maxcount = 0 importing y_count = eger_count tables t_v_eger = eger_tab exceptions others = 1.

ISU_DB_ETYP_SELECT_EWIK call function 'ISU_DB_ETYP_SELECT_EWIK' exporting x_wgruppe = x_ewikid x_maxcount = 0 " Alle auslesen importing y_count = type_count tables t_etyp = type_tab exceptions not_found = 1 others = 4.

ISU_S_ETYP_DISPLAY call function 'ISU_S_ETYP_DISPLAY' exporting x_matnr = type_tab-matnr.

ISU_S_EGER_DISPLAY call function 'ISU_S_EGER_DISPLAY' exporting x_equnr = eger_tab-equnr.

ISU_S_EGER_DISPLAY call function 'ISU_S_EGER_DISPLAY' exporting x_equnr = eger_tab-equnr exceptions object_not_found = 1 others = 2.

ISU_S_ETYP_DISPLAY call function 'ISU_S_ETYP_DISPLAY' exporting x_matnr = type_tab-matnr.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting archive_mode = '3' importing out_parameters = print_parameters out_archive_parameters = archi_parameters valid = valid_flag exceptions invalid_print_params = 2 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 REGWIKVW or its description.