SAP Reports / Programs

RVEXEARF SAP ABAP Report - Legal Control: Determine Foreign Percentages in Bills of Material







RVEXEARF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program determines the percentage share of foreign material components and stores these values in table ECCN...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 RVEXEARF 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

VI90 - Fill Foreign Components in BOMs


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 RVEXEARF. "Basic submit
SUBMIT RVEXEARF AND RETURN. "Return to original report after report execution complete
SUBMIT RVEXEARF 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_MARA = D Material
Selection Text: S_DATUM = D Created on
Selection Text: P_WERKS = D Plant
Selection Text: P_TEST = Test run
Selection Text: P_PROZ = Printout of 0% lines
Selection Text: P_GEGRU = D Legal regulations
Selection Text: P_DATUV = D Valid from
Selection Text: P_DATUM = Last run earlier than
Selection Text: P_CAPID = D Application
Selection Text: P_BWTAR = D Valuation type
Title: Legal Control: Determine Foreign Percentages in Bills of Material
Text Symbol: C03 = Material price not found
Text Symbol: O01 = Ctry of origin not maintained
Text Symbol: P01 = Status
Text Symbol: P02 = Mat. number
Text Symbol: P03 = MaterialText
Text Symbol: P04 = Percentages
Text Symbol: ST1 = Mat. master statistics
Text Symbol: ST2 = Number
Text Symbol: ST3 = Foreign percentage
Text Symbol: T00 = Legal control
Text Symbol: T01 = BOM data
Text Symbol: C02 = ECCN condition not maintained - Access to material price carried out
Text Symbol: C01 = Conditions: ECCN condition not maintained
Text Symbol: B08 = BOM problem
Text Symbol: B07 = BOM: No suitable BOM found
Text Symbol: B06 = BOM: No plant data
Text Symbol: B05 = BOM: No BOM found
Text Symbol: B04 = BOM: Missing authorization
Text Symbol: B03 = BOM: Material not found
Text Symbol: B02 = BOM: Call invalid
Text Symbol: B01 = BOM: Alt. not found
Text Symbol: 003 = Foreign percentage
Text Symbol: T02 = Update
Text Symbol: X04 = Materials preselected
Text Symbol: X03 = Display log
Text Symbol: X02 = % of data processed
Text Symbol: X01 = Preselect materials





Text Symbol: W01 = Exchange rate not maintained
Text Symbol: V02 = Percentage greater than 100 - Set to 100
Text Symbol: V01 = Calculated percentage
Text Symbol: U03 = Insert successful
Text Symbol: U02 = Update successful
Text Symbol: U01 = Error durng update
Text Symbol: T03 = Output control


INCLUDES used within this REPORT RVEXEARF

INCLUDE RVEXFTOP.
INCLUDE RVEXSELE.


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-X01 EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = BRUCH TEXT = TEXT_2 EXCEPTIONS OTHERS = 1.

CALCULATE_PERCENTAGE CALL FUNCTION 'CALCULATE_PERCENTAGE' EXPORTING I_CAPID = P_CAPID I_DATUV = P_DATUV I_MATNR = INT_MAST-MATNR I_WERKS = P_WERKS I_LANGU = SY-LANGU I_GEGRU = ECCN_GEGRU I_GGLND = P_GGLND I_BWTAR = P_BWTAR IMPORTING E_ECCN = INT_ECCN TABLES PROTOCOLL = PROTOCOLL EXCEPTIONS PARAMETER_ERROR = 1 VAL_AREA_NOT_FOUND = 2 BOM_EXPL_ERROR = 3 VALUE_NOT_DETERMINED = 4 MATERIAL_MASTER_NOT_MAINTAINED = 5 OTHERS = 6.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-X03 EXCEPTIONS OTHERS = 1.

STAT_GRAPH CALL FUNCTION 'STAT_GRAPH' EXPORTING TTEXT = TEXT-ST1 VALT = TEXT-ST2 TAXIS = TEXT-ST3 SCALE = 'MANUAL' WINPOS = '1' WINSZX = '70' WINSZY = '70' XRNGL = 0 XRNGU = XRNGU XTCKS = XTCKS YRNGL = 0 YRNGU = YRNGU YTCKS = YTCKS TABLES DATA = STATISTIK OPTS = OPTS * vals = EXCEPTIONS OUT_OF_RANGE = 1 OTHERS = 2.

HELP_EXTENDED_HELP CALL FUNCTION 'HELP_EXTENDED_HELP' EXPORTING HELP_INFOS = HELP_INFOS EXCEPTIONS OTHERS = 0.



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