RVEXEARA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program shows the percentage share of foreign material components...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 RVEXEARA into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VI91 - Display Foreign Components in BOMs
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.
Selection Text: P_BWTAR = D Valuation type
Selection Text: P_CAPID = D BOM application
Selection Text: P_DATUM = D Created on
Selection Text: P_DATUV = D Valid from
Selection Text: P_GEGRU = D Legal regulations
Selection Text: P_PROZ = Percentage
Selection Text: P_TEST = Test mode
Selection Text: P_WERKS = D Plant
Selection Text: S_DATUM = D Created on
Selection Text: S_MARA = D Material
Title: Legal Control: Display Foreign Percentage in Bills of Material
Text Symbol: T00 = Legal control
Text Symbol: ST3 = Foreign percentage
Text Symbol: ST2 = Number
Text Symbol: ST1 = Mat. master statistics
Text Symbol: P09 = MaterialText
Text Symbol: P08 = Currency
Text Symbol: P07 = Denom.
Text Symbol: P06 = Counter
Text Symbol: P05 = Last update
Text Symbol: P04 = Perc.Rate
Text Symbol: P03 = Export control class
Text Symbol: P02 = Mat. number
Text Symbol: P01 = Plnt
Text Symbol: T01 = BOM data
Text Symbol: T03 = Output control
Text Symbol: T02 = Update
INCLUDE RVEXFTOP.
INCLUDE RVEXSELE.
No SAP DATABASE tables are accessed within this REPORT code!
MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING MATNR = SHW_ECCN-MATNR SPRAS = SY-LANGU IMPORTING WMAKT = INT_MAKT EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = 'RVEXEARA' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_STRUCTURE_NAME = 'SHWECCN' IS_LAYOUT = SLIS_LAYOUT_ALV * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = ' ' I_SAVE = 'X' IS_VARIANT = DISVARIANT * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = SHW_ECCN EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
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 = 5 XRNGU = XRNGU XTCKS = XTCKS YRNGL = 0 YRNGU = YRNGU YTCKS = YTCKS TABLES DATA = STATISTIK OPTS = OPTS * vals = EXCEPTIONS OUT_OF_RANGE = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVEXEARA - Legal Control: Display Foreign Percentage in Bills of Material RVEXEARA - Legal Control: Display Foreign Percentage in Bills of Material RVEXDP08 - Fill Packing Data in Segment E1EDP08 RVEXDOID - KOBRA: File Creation for Export - Germany RVEXDOID - KOBRA: File Creation for Export - Germany RVEXDEIS - AERP: File Creation for Export - USA