SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

RVEXVEMA SAP ABAP Report - Material Master Check - Legal Control - Cross-plant







RVEXVEMA 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 whether the data maintained for a material and a legal regulation are identical in the area of legal control (consistency checks)...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 RVEXVEMA 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

VX30 - Legal Control: Export Ctrl Class


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 RVEXVEMA. "Basic submit
SUBMIT RVEXVEMA AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXVEMA 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: S_MATNR = D Material
Selection Text: S_EMBGR = D Grouping
Selection Text: S_ALNUM = D Export control class
Selection Text: S_ALAND = D Country
Selection Text: P_VERTR = Sales view
Selection Text: P_MTEXT = Material text
Selection Text: P_LVORM = Deletion indicator not set
Selection Text: P_GEGRU = D Legal regulations
Selection Text: P_ERSDA = New materials created from
Selection Text: P_EMBGR = Groupings
Selection Text: P_ALNUM = Export control class
Title: Material Master Check - Legal Control - Cross-plant
Text Symbol: P07 = Issue output to
Text Symbol: P09 = Additional checks
Text Symbol: S04 = Deletion indicator
Text Symbol: T01 = Import
Text Symbol: T02 = Check:
Text Symbol: T03 = not maintained
Text Symbol: T04 = does not exist
Text Symbol: T05 = Sort:
Text Symbol: W01 = The selection criteria entered may
Text Symbol: W02 = result in long program runtimes
Text Symbol: Z01 = ;Status ;Description of action ;Object ;
Text Symbol: Z02 = --> ;
Text Symbol: Z03 = --> ;
Text Symbol: C01 = Material masters with selected flag 'individual maintenance'
Text Symbol: C02 = Only materials with inconsistent data
Text Symbol: C03 = Combinations: Export control class/Grouping
Text Symbol: E01 = For this legal regulation,
Text Symbol: E02 = individual mat.master maintenance is not allowed!
Text Symbol: E03 = a check is only possible if export control classes
Text Symbol: E04 = and grouping are checked!
Text Symbol: I01 = No data record corresponds to
Text Symbol: I02 = the chosen selection criteria
Text Symbol: I03 = Processing has been completed
Text Symbol: L90 = Number of entries
Text Symbol: L91 = for legal regulation
Text Symbol: M01 = Sales organization





Text Symbol: M02 = Distribution channel
Text Symbol: M03 = Country of departure
Text Symbol: M04 = Countries
Text Symbol: M05 = Legal Regulation
Text Symbol: M06 = Grouping
Text Symbol: M07 = Export control class
Text Symbol: P01 = Legal framework data
Text Symbol: P02 = Organizational data
Text Symbol: P03 = Check only if the following material master view has been created
Text Symbol: P04 = Additional specifications
Text Symbol: P05 = License data
Text Symbol: P06 = Checks exclusively for


INCLUDES used within this REPORT RVEXVEMA

INCLUDE RVEMATOP.


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_LEG_CON_DATA_COMPARE CALL FUNCTION 'FT_MAT_LEG_CON_DATA_COMPARE' EXPORTING i_legal_regulation = p_gegru i_pstatus = merk_pflege_status i_data_of_creation = p_ersda i_lvorm_not_set = p_lvorm i_check_only_matclass = p_alnum i_check_only_embgr = p_embgr i_check_only_pmast = p_pmast i_material_text = p_mtext IMPORTING e_number_of_entries = g_number_of_entries TABLES t_range_material = s_matnr t_range_country = s_aland t_range_matclass = s_alnum t_range_embgr = s_embgr t_analyse = help_analyse t_analyse_text = help_analyse_text.

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



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