RFUMSV50 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 RFUMSV50 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.
Deferred
Selection Text: PAR_MOD1 = Only Display Reporting Lines
Selection Text: PAR_MOD2 = Simul. of Creation of Rep.Lnes
Selection Text: PAR_MOD3 = Creation of Reporting Lines
Selection Text: PAR_UMSV = D .
Selection Text: PAR_XSTW = Nat.Crcy Instead of Local Crcy
Selection Text: PAYMBLDT = Payment document date
Selection Text: PAYMBUDT = Payment document date
Selection Text: P_BATCH = D .
Selection Text: P_BLART = D .
Selection Text: P_BLDAT = D .
Selection Text: P_BUDAT = D .
Selection Text: P_CALLT = D .
Selection Text: P_GROUP = D .
Selection Text: P_MWESA = Target Tax Code: EU Output Tax
Selection Text: P_MWESE = Target Tax Code: EU Input Tax
Selection Text: P_REFINV = D .
Selection Text: P_VATDT = Tax Reporting Date
Selection Text: P_XCUST = D .
Selection Text: P_XREF1 = D .
Selection Text: P_XVEND = D .
Selection Text: SEL_ACCO = D .
Selection Text: SEL_BELN = D .
Selection Text: SEL_BLAR = D .
Selection Text: SEL_BUKR = D .
Selection Text: SEL_BUPL = D .
Selection Text: SEL_DATE = Time Frame
Selection Text: SEL_GJAH = D .
Selection Text: SEL_KUNN = Customer
Selection Text: SEL_LIFN = Vendor
Selection Text: SEL_LSTM = Tax Return Country
Selection Text: SEL_MONA = D .
Selection Text: SEL_MWKZ = D .
Selection Text: SEL_UMSK = D .
Selection Text: WWERT_DO = Transfer Posting Date
Selection Text: WWERT_IV = Invoice Posting Date
Selection Text: WWERT_PY = Payment Posting Date
Selection Text: PAR_LAUI = D .
INCLUDE I_RFUMSV50_DATA.
INCLUDE I_RFUMSV50_PARAMETERS.
INCLUDE DEFTAX_EQUATES.
No SAP DATABASE tables are accessed within this REPORT code!
CHECK_PLANTS_ABROAD_ACTIVE call function 'CHECK_PLANTS_ABROAD_ACTIVE' exporting i_cust = 'X' importing e_fi_isactive = g_flg_xwia.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1 QUEUE_ERROR = 2.
J_3RF_GLTOOL_BDC_CLOSE_GROUP CALL FUNCTION 'J_3RF_GLTOOL_BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1.
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 RFUMSV50 or its description.