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

RWRF_CHARVAL_REORG SAP ABAP Report - Deletion Report for Characteristic Values and Char. Value Groupings







RWRF_CHARVAL_REORG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for When a characteristic is deleted from the database, the characteristic values and characteristic value groups remain in the database...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RWRF_CHARVAL_REORG 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_CHARVAL_REORG. "Basic submit
SUBMIT RWRF_CHARVAL_REORG AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_CHARVAL_REORG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PA_ATNAM = Characteristic Name
Title: Deletion Report for Characteristic Values and Char. Value Groupings
Text Symbol: 001 = Delete Characteristic Values/Characteristic Value Groupings


INCLUDES used within this REPORT RWRF_CHARVAL_REORG

INCLUDE WRF_CHARVAL_REORG_TOP. "GLOBAL DATA


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:

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING TABNAME = 'WRF_CHARVAL_HEAD' FIELDNAME = 'ATNAM' SEARCHHELP = 'WRF_CHAR_HEAD_H' TABLES RETURN_TAB = LT_RETURN EXCEPTIONS FIELD_NOT_FOUND = 1 NO_HELP_FOR_FIELD = 2 INCONSISTENT_HELP = 3 NO_VALUES_FOUND = 4 OTHERS = 5.



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