SAP Reports / Programs | Sales and Distribution | Information System(SD-IS) SAP SD

RMCVCH03 SAP ABAP Report - SIS: Update groups at item level







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

MCVCHECK03 - SIS: Item STAFO Check


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 RMCVCH03. "Basic submit
SUBMIT RMCVCH03 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCVCH03 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: SO_VTWEG = Distribution Channel
Selection Text: SO_VKORG = Sales Organizations
Selection Text: SO_SPART = Division
Selection Text: SO_PSTYV = Item Category
Selection Text: SO_MATNR = Material
Selection Text: SO_KUNNR = Customer
Selection Text: SO_AUART = Document Type
Title: SIS: Update groups at item level
Text Symbol: 041 = INITIAL
Text Symbol: 040 = STAFO:
Text Symbol: 038 = No materials
Text Symbol: 037 = No customers
Text Symbol: 033 = Sales Area
Text Symbol: 032 = The selection does not match any data
Text Symbol: 028 = in sales area
Text Symbol: 026 = No update
Text Symbol: 008 = PSTYV
Text Symbol: 007 = MATNR
Text Symbol: 006 = OTYPE
Text Symbol: 005 = Cust. no.
Text Symbol: 004 = Division
Text Symbol: 003 = Distribution Channel
Text Symbol: 002 = Sales Organization
Text Symbol: 001 = Check
Text Symbol: 000 = Check on ...
Text Symbol: 060 = Statistics group
Text Symbol: 061 = is
Text Symbol: 075 = Customer
Text Symbol: 076 = Document Type
Text Symbol: 077 = Material
Text Symbol: 078 = Item Category
Text Symbol: 080 = No assignment in Customizing transaction OVRP
Text Symbol: 250 = Selection
Text Symbol: 100 = SIS: Display update groups at item level


INCLUDES used within this REPORT RMCVCH03

INCLUDE RMCSUTIC_LOG.


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:

MCV_REFERENCE_ORG_CUSTOMER_GET CALL FUNCTION 'MCV_REFERENCE_ORG_CUSTOMER_GET' EXPORTING i_vkorg = xtvta-vkorg i_vtweg = xtvta-vtweg i_spart = xtvta-spart IMPORTING r_spart = gv_ref_spart r_vtweg = gv_ref_vtweg_k.

MCV_REFERENCE_ORG_MATERIAL_GET CALL FUNCTION 'MCV_REFERENCE_ORG_MATERIAL_GET' EXPORTING i_vkorg = xtvta-vkorg i_vtweg = xtvta-vtweg IMPORTING r_vtweg = gv_ref_vtweg_m.



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