RFIDEUVP 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 RFIDEUVP 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: PAR_BLDT = D .
Selection Text: PAR_BLRT = D .
Selection Text: PAR_BUDT = D .
Selection Text: PAR_EXDT = Other date
Selection Text: PAR_TEST = D .
Selection Text: PAR_VTDT = VAT Due Date
Selection Text: P_BLDT = Use GR document date
Selection Text: P_BLKD = Document Date
Selection Text: P_BUDT = Use GR posting date
Selection Text: P_BUKD = Posting Date
Selection Text: P_EXRTP = D .
Selection Text: P_GRBLDT = Copy GR document date
Selection Text: P_GRBUDT = Copy GR posting date
Selection Text: P_OTDT = Use other date on screen
Selection Text: P_VARI = D .
Selection Text: STICHTAG = Key Date
Selection Text: S_DOCDT = Document Date
Selection Text: S_EBELN = Number
Selection Text: S_EBELP = D .
Selection Text: S_MWSKZ = D .
Selection Text: S_PSTDT = Posting Date
Title: Create Acquisition Tax Accruals
Text Symbol: S02 = Posting
Text Symbol: S03 = Processing
Text Symbol: S04 = Currency Conversion
Text Symbol: S05 = Translation Date
Text Symbol: S10 = Invoice
Text Symbol: S11 = Goods Receipt
Text Symbol: S12 = Purchase Order
Text Symbol: S13 = Dates
Text Symbol: S20 = Use other date
Text Symbol: S21 = Copy GR document date
Text Symbol: S22 = Other Document Date
Text Symbol: S23 = Copy GR posting date
Text Symbol: S24 = Other Posting Date
Text Symbol: S25 = Use GR posting date
Text Symbol: S26 = Use GR document date
Text Symbol: S27 = Posting Date
INCLUDE RFIDEUVP_TOP.
INCLUDE RFIDEUVP_S01.
INCLUDE RFIDEUVP_F01.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = g_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING i_bukrs = sd_bukrs-low i_mwskz = wa_tx_code-mwskz i_waers = wa_t001-waers i_wrbtr = l_wrbtr TABLES t_mwdat = lt_mwdat.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-015 text_question = text-242 text_button_1 = text-013 text_button_2 = text-014 default_button = '1' display_cancel_button = ' ' IMPORTING answer = resp EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-015 text_question = text-242 text_button_1 = text-013 text_button_2 = text-014 default_button = '1' display_cancel_button = ' ' IMPORTING answer = resp EXCEPTIONS text_not_found = 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.
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 RFIDEUVP or its description.