SAP Reports / Programs

RVEXWUMA SAP ABAP Report - Material Master Check - Foreign Trade - Cross-plant







RVEXWUMA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks the consistency of plant-dependent foreign trade data...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 RVEXWUMA 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

VIS3 - Check program: Cross-plant
VI86 - Incompleteness: Cross-plant


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 RVEXWUMA. "Basic submit
SUBMIT RVEXWUMA AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXWUMA 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: P_AUSG = Material to be maintained
Selection Text: P_CASNR = CAS no.
Selection Text: P_EINK = Purchasing view
Selection Text: P_ERSDA = Mat. created as of
Selection Text: P_HERKL = Country of origin
Selection Text: SO_HERKL = D Country of origin
Selection Text: SO_HERKR = D Region of origin
Selection Text: SO_LAND = Country
Selection Text: SO_MATNR = D Material
Selection Text: SO_MOGRU = D CAP prod. group
Selection Text: SO_MOWNR = D CAP products list no.
Selection Text: SO_MTVER = D Export/Import group
Selection Text: SO_PRENC = D ExemptionCertificate
Selection Text: SO_PREND = D Issue date of exempt. cert.
Selection Text: SO_PRENO = D Exemption cert. no.
Selection Text: SO_STAWN = D Comm./imp. code no.
Selection Text: SO_VKORG = D Sales organization
Selection Text: SO_VTWEG = D Distribution channel
Selection Text: SO_WERKS = D Plant
Selection Text: P_HERKR = Region of origin
Selection Text: P_ITARK = D Military goods
Selection Text: P_LVORM = Deletion indicator not set
Selection Text: P_MOGRU = CAP products group
Selection Text: P_MOWNR = EU market products list number
Selection Text: P_MTEXT = Material text
Selection Text: P_MTVER = Export/Import group
Selection Text: P_PRENC = Exemption certificate code
Selection Text: P_PREND = Exemption certificate data
Selection Text: P_PRENO = Exemption certificate number
Selection Text: P_STAWN = Comm./imp. code no.
Selection Text: P_STEUC = Control code
Selection Text: P_VERTR = Sales view
Selection Text: SO_CASNR = D CAS number (pharm.)
Title: Material Master Check - Foreign Trade - Cross-plant
Text Symbol: Z02 = --> ;
Text Symbol: Z01 = ;Status ;Description of action ;Object ;
Text Symbol: S10 = Checks only for ...
Text Symbol: S09 = Issue output to





Text Symbol: S08 = Legal control
Text Symbol: S07 = Origin/Market organiz.
Text Symbol: S06 = General data / Customs data
Text Symbol: S05 = Additional selection criteria
Text Symbol: 001 = General selection criteria
Text Symbol: 002 = Foreign Trade
Text Symbol: 003 = Scope of check
Text Symbol: 004 = Output options
Text Symbol: APO = '
Text Symbol: E01 = Select at least
Text Symbol: E02 = one field to be checked in the block
Text Symbol: I01 = No data record corresponds to
Text Symbol: I02 = the chosen selection criteria
Text Symbol: I03 = Processing has been completed
Text Symbol: S01 = Organizational Data
Text Symbol: S02 = Check only if at least the following material master views are specified
Text Symbol: S03 = Additional specifications
Text Symbol: S04 = Deletion indicator


INCLUDES used within this REPORT RVEXWUMA

INCLUDE RWUMATOP.


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:

FT_MAT_PLANT_DATA_COMPARE CALL FUNCTION 'FT_MAT_PLANT_DATA_COMPARE' EXPORTING i_merk_status = merk_pflege_status i_ersda = p_ersda i_lvorm = p_lvorm i_itark = p_itark i_eink = p_eink i_vertr = p_vertr i_check_stawn = p_stawn i_check_mtver = p_mtver i_check_casnr = p_casnr i_check_steuc = p_steuc i_check_herkl = p_herkl i_check_herkr = p_herkr i_check_mownr = p_mownr i_check_mogru = p_mogru i_check_prenc = p_prenc i_check_preno = p_preno i_check_prend = p_prend i_mat_ktext = p_mtext TABLES t_range_land = so_land t_range_werk = so_werks t_range_matnr = so_matnr t_range_vkorg = so_vkorg t_range_vtweg = so_vtweg t_range_stawn = so_stawn t_range_mtver = so_mtver t_range_casnr = so_casnr t_range_steuc = so_steuc t_range_herkl = so_herkl t_range_herkr = so_herkr t_range_mownr = so_mownr t_range_mogru = so_mogru t_range_prenc = so_prenc t_range_preno = so_preno t_range_prend = so_prend t_analyse = analyse EXCEPTIONS no_data_selected = 1 OTHERS = 2.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = l_help_info TABLES dynpselect = l_dselc dynpvaluetab = l_dval EXCEPTIONS OTHERS = 1.

RS_DISABLE_SPAGPA_ON_CURR_DYNP CALL FUNCTION 'RS_DISABLE_SPAGPA_ON_CURR_DYNP'.



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