SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Groups(LO-MD-MG) SAP LO

RETAIL_RECLASSIFICATION SAP ABAP Report - Reclassification of a Retail material







RETAIL_RECLASSIFICATION 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 RETAIL_RECLASSIFICATION 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

WRCR - Retail 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 RETAIL_RECLASSIFICATION. "Basic submit
SUBMIT RETAIL_RECLASSIFICATION AND RETURN. "Return to original report after report execution complete
SUBMIT RETAIL_RECLASSIFICATION 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: X_LISTO = Delete old listing conditions
Selection Text: X_LISTN = Create new listing conditions
Selection Text: X_BEST = Change purchase order items
Selection Text: X_AUFT = Change allocation table items
Selection Text: X_AREGEL = Check allocation rule
Selection Text: TEST = Test run without update
Selection Text: SAMEPROF = Determine chars profile autom.
Selection Text: PROT = Log
Selection Text: NEWWG = New material group
Selection Text: NEWPROF = New characteristics profile
Selection Text: MATNR = Material Number
Selection Text: L_METHOD = Listing procedures
Title: Reclassification of a Retail material
Text Symbol: 600 = Determine Characteristic Profile Automatically
Text Symbol: 500 = Select check options
Text Symbol: 400 = Target Parameter
Text Symbol: 307 = Create index to AUPO with MATKL
Text Symbol: 306 = Number of allocation table itms
Text Symbol: 305 = Performance query
Text Symbol: 303 = Posting may take some time
Text Symbol: 302 = the open orders?
Text Symbol: 301 = Do you really want to change
Text Symbol: 300 = Test mode
Text Symbol: 200 = Update
Text Symbol: 112 = Performance
Text Symbol: 100 = MaterialSelection
Text Symbol: 006 = Error in classification system
Text Symbol: 005 = Profile is not assigned to target matl grp
Text Symbol: 004 = This material category cannot be reclassified
Text Symbol: 003 = Material is already assigned to target matl group
Text Symbol: 002 = New assignment for matl
Text Symbol: 001 = Old assignment for matl


INCLUDES used within this REPORT RETAIL_RECLASSIFICATION

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:

ARTICLE_RECLASSIFY_LITE_RETAIL CALL FUNCTION 'ARTICLE_RECLASSIFY_LITE_RETAIL' EXPORTING I_MATNR = MATNR I_NEWWG = NEWWG I_TEST = TEST I_PROT = PROT I_NEWPROFIL = NEWPROF I_BEST = X_best I_AUFT = X_auft I_LISTO = X_LISTO I_LISTN = X_LISTN I_LIST_METHOD = L_METHOD I_same_profil = sameprof I_aregel = x_aregel EXCEPTIONS ARTICLE_NOT_FOUND = 1 MC_NOT_FOUND = 2 ALREADY_DONE = 3 NOT_POSSIBLE = 4 CLASSIFICATION_ERROR = 5 NO_PROFIL_IN_TARGET = 6 NO_ACCESS = 7 OTHERS = 8.

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

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_msgty = i_type i_text = i_text EXCEPTIONS log_not_found = 0 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 RETAIL_RECLASSIFICATION or its description.