SAP Reports / Programs

RWRECLAV SAP ABAP Report - Activate MG Reclassification Version







RWRECLAV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program updates (activates) changes which you have made to material group/material assignments but have not yet activated...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 RWRECLAV into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WRCV - Update MG reclassification


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 RWRECLAV. "Basic submit
SUBMIT RWRECLAV AND RETURN. "Return to original report after report execution complete
SUBMIT RWRECLAV 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: L_METHOD = Listing procedure
Selection Text: VERSION = Change identification
Selection Text: X_AREGEL = Check allocation rule
Selection Text: X_AUFT = Change allocation table items
Selection Text: X_BEST = Change purchase order items
Selection Text: X_LISTN = Create new listing conditions
Selection Text: X_LISTO = Delete old listing conditions
Selection Text: X_TEST = Test run without update
Title: Activate MG Reclassification Version
Text Symbol: 100 = Limit selection of reclassification objects
Text Symbol: 018 = The log is being formatted
Text Symbol: 015 = General information
Text Symbol: 010 = Material groups and materials are being selected
Text Symbol: 008 = GM
Text Symbol: 007 = VAR
Text Symbol: 006 = MAT
Text Symbol: 004 = Plants selected!
Text Symbol: 003 = Classes
Text Symbol: 002 = Plants
Text Symbol: 001 = Limit selection for reclassification
Text Symbol: 107 = Update/activation log
Text Symbol: 110 = Select check options
Text Symbol: 111 = Processing parameters
Text Symbol: 112 = Performance
Text Symbol: 200 = You are leaving the application.
Text Symbol: 201 = Do you want to save first?
Text Symbol: 202 = Exit confirmation
Text Symbol: 209 = Simulation
Text Symbol: 306 = the current date.
Text Symbol: 305 = The planned date is not
Text Symbol: 304 = Confirmation prompt
Text Symbol: 303 = Do you want to continue?
Text Symbol: 302 = changed.
Text Symbol: 301 = reclassification is being
Text Symbol: 300 = The planned date for
Text Symbol: 217 = Activation log
Text Symbol: 102 = Display with material
Text Symbol: T03 = Object





Text Symbol: T02 = Objects
Text Symbol: T01 = Tree structure
Text Symbol: M00 = X
Text Symbol: L02 = Name
Text Symbol: L01 = Plant
Text Symbol: F01 = Specification
Text Symbol: 316 = Number of allocation table itms
Text Symbol: 315 = the open orders?
Text Symbol: 314 = Do you really want to change
Text Symbol: 313 = Create index to AUPO with MATKL
Text Symbol: 312 = Do you want to continue anyway?
Text Symbol: 311 = a very long time.
Text Symbol: 310 = This online update can take
Text Symbol: 308 = anyway?
Text Symbol: 307 = Update on the current date
Text Symbol: T10 = Performance query
Text Symbol: T09 = Do you want to continue anyway?
Text Symbol: T08 = have made can take a long time!
Text Symbol: T07 = The result of the selection you
Text Symbol: T06 = Reclassification
Text Symbol: T05 = Class description
Text Symbol: T04 = Class
Text Symbol: 106 = Reclassification
Text Symbol: 105 = Update parameters
Text Symbol: 104 = Performance parameters
Text Symbol: 103 = Change scheduling


INCLUDES used within this REPORT RWRECLAV

INCLUDE RECLAFOR.


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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = H_PF_STATUS TABLES P_EXCLUDE = H_EXCLUDE EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'J' DIAGNOSETEXT1 = TEXT-314 DIAGNOSETEXT2 = TEXT-315 * DIAGNOSETEXT3 = ' ' TEXTLINE1 = TEXT-303 * TEXTLINE2 = TEXT-304 TITEL = TEXT-305 * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = H_ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-310 DIAGNOSETEXT2 = TEXT-311 * DIAGNOSETEXT3 = ' ' TEXTLINE1 = TEXT-312 TITEL = TEXT-T10 * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = H_ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-305 DIAGNOSETEXT2 = TEXT-306 * DIAGNOSETEXT3 = ' ' TEXTLINE1 = TEXT-307 TEXTLINE2 = TEXT-308 TITEL = TEXT-304 * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = H_ANSWER EXCEPTIONS OTHERS = 1.

ENQUEUE_E_WTREE CALL FUNCTION 'ENQUEUE_E_WTREE' EXPORTING MODE_WTREE = 'E' MANDT = SY-MANDT KLART = H_KLART VERSION = H_VERSION * WTREE_ID = * X_KLART = ' ' * X_VERSION = ' ' * X_WTREE_ID = ' ' * _SCOPE = '2' * _WAIT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.






RS_TREE_SET_CURRENT_TREE CALL FUNCTION 'RS_TREE_SET_CURRENT_TREE' TABLES * NODELIST = PE_T_NODES NODEINFO = PE_T_NODES EXCEPTIONS OTHERS = 1.

WWG2_WORK_WITH_TABLE_WTREE CALL FUNCTION 'WWG2_WORK_WITH_TABLE_WTREE' EXPORTING WORK_ID = 'A' VERSION = H_VERSION KLART = H_KLART COMMIT = '1' TABLES * I_T_WTREE = ' ' O_T_WTREE = OLD_WTREE EXCEPTIONS NO_WTREE = 1 WRONG_INPUT = 2 NO_VERSION_FOUND = 3 OTHERS = 4.

WWG2_RECLAS_BOOKED_DB CALL FUNCTION 'WWG2_RECLAS_BOOKED_DB' EXPORTING I_CHANGE_DATE = H_DATUM I_BATCH = H_BATCH I_TEST = H_TEST I_LISTO = H_LISTO I_LISTN = H_LISTN I_BEST = H_BEST I_PROT = X I_LIST_METHOD = H_LIST_METHOD I_AUFT = H_AUFT I_AREGEL = H_AREGEL TABLES CHANGE_TREE = CHANGE_NODES O_PROT_TREE = T_PROT_TREE I_WTREE = NEW_WTREE EXCEPTIONS OTHERS = 1.



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