RFVALU00 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 RFVALU00 into the relevant SAP transactions such as SE38 or SE80
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_LVAR = List variant
Selection Text: P_LAUFI = D Identification
Selection Text: P_LAUFD = D Run date
Selection Text: BW_WBRSL = D Value adjustment
Selection Text: BW_UMSKZ = D Special G/L indicator
Selection Text: BW_LIFNR = D Vendor
Selection Text: BW_KUNNR = D Customer
Selection Text: BW_HKONT = D Reconciliation account
Selection Text: BW_BUKRS = D Company code
Title: FI Valuation Lists
Text Symbol: 102 = Sort 2
Text Symbol: 101 = Sort 1
Text Symbol: 100 = No changes made since last save
Text Symbol: 099 = Data has been saved.
Text Symbol: 098 = You are not authorized to make changes
Text Symbol: 051 = Save valuation
Text Symbol: 050 = Account
Text Symbol: 034 = Text 34
Text Symbol: 033 = .......... ................................... ...................................ar. pro. level .....Accnt bal. key
Text Symbol: 032 = Account....Address............................ ...................................Dun.Dun. Dun. ..Due items Curr.
Text Symbol: 031 = Number.... .... It number.......... Ty .. Date ... Date.... Arrs. .................in FC key Level
Text Symbol: 030 = Account... Doc-...... Year Ln Reference....... Dc PK Posting Due Arrs. ................Amount Curr. Dunn.
Text Symbol: 020 = -----------------------------
Text Symbol: 011 = to $1 / $2
Text Symbol: 010 = List
Text Symbol: 008 = Items Total..............
Text Symbol: 007 = Balances.................
Text Symbol: 006 = Due Items................
Text Symbol: 004 = Text-04
Text Symbol: 003 = Account Balance..........
Text Symbol: 002 = Due Items Total..........
Text Symbol: 001 = Valuation total..........
Text Symbol: 103 = Sort 3
Text Symbol: 104 = Sort 4
Text Symbol: 105 = Sort 5
Text Symbol: 110 = Account sort variant:
Text Symbol: 111 = Item sort variant:
Text Symbol: 112 = Page:
INCLUDE F107DATA.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = H_REPID I_CALLBACK_PF_STATUS_SET = H_SET_PF_STATUS I_CALLBACK_USER_COMMAND = H_USER_COMMAND IT_FIELDCAT = T_FIELDCAT[] * it_sort = t_sort[] I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = H_VARIANT IT_EVENTS = T_EVENTS[] IT_EVENT_EXIT = T_EVENT_EXIT[] I_TABNAME_HEADER = H_TABNAME_HEADER I_TABNAME_ITEM = H_TABNAME_ITEM IS_KEYINFO = H_KEYINFO TABLES T_OUTTAB_HEADER = T_BWKTO_EXT T_OUTTAB_ITEM = T_BWPOS_EXT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING IT_SORT = T_SORT[] EXCEPTIONS OTHERS = 0.
REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING IT_SORT = T_SORT[] EXCEPTIONS OTHERS = 0.
EDIT_VALUATION_DATA CALL FUNCTION 'EDIT_VALUATION_DATA' EXPORTING I_BWKS = BWKS IMPORTING E_XCHANGE = H_LCHANGE TABLES T_BWPOS = T_BWPOS EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_DATA_LOSS CALL FUNCTION 'POPUP_TO_CONFIRM_DATA_LOSS' EXPORTING TITEL = TEXT-051 IMPORTING ANSWER = H_ANSWER EXCEPTIONS OTHERS = 1.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 1 IMPORTING ET_EVENTS = T_EVENT[] EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = H_REPID I_INTERNAL_TABNAME = I_HEADER I_STRUCTURE_NAME = 'BWPOS' "war mhnk * i_structure_name = 'BWKTO_EXT' I_CLIENT_NEVER_DISPLAY = 'X' * * i_inclname = 'RFVALU00' CHANGING CT_FIELDCAT = TI_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = H_REPID I_INTERNAL_TABNAME = I_ITEM I_STRUCTURE_NAME = 'BWPOS' I_CLIENT_NEVER_DISPLAY = 'X' * i_inclname = 'RFMAHNXXTOP' CHANGING CT_FIELDCAT = TI_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING I_BUKRS = BUK IMPORTING E_X001 = IX001 EXCEPTIONS CURRENCY_2_NOT_DEFINED = 1 CURRENCY_3_NOT_DEFINED = 2 OTHERS = 3.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = i_variant i_save = 'A' IMPORTING e_exit = exit es_variant = e_variant EXCEPTIONS program_error = 3 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVALU00 - FI Valuation Lists RFVALU00 - FI Valuation Lists RFV16INC - documentation and ABAP source code RFV16IN1 - Hierarchie aus Immobilienobjekten RFV16GE2 - Generation Report for Maintaining the Interface Standard-FI-BTCI RFV16GE2 - Generation Report for Maintaining the Interface Standard-FI-BTCI