RFUMSV44 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report compiles a list of taxes and dues, prepaid expenses, and donations as required by law...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 RFUMSV44 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: S_HKONT = General ledger account
Selection Text: S_BLART = Document type
Selection Text: R_TD = Taxes and dues
Selection Text: R_PE = Prepaid expenses
Selection Text: R_DO = Donations
Selection Text: GL3 = Nondeductible donation
Selection Text: GL2 = Fully deductible donation
Selection Text: GL1 = Fixed donation
Selection Text: ACC_NAME = Name of G/L account
Title: Taxes and Dues, Prepaid Expenses, and Donations
Text Symbol: D16 = PI
Text Symbol: D17 = Donations
Text Symbol: D18 = Name
Text Symbol: D19 = Ye
Text Symbol: D20 = NUM
Text Symbol: D21 = Number
Text Symbol: D22 = Fixed donation
Text Symbol: D23 = Fully deductible donation
Text Symbol: D24 = Nondeductible donation
Text Symbol: D25 = Subtotal
Text Symbol: D26 = [ 6-13 ] (89.3.6 )
Text Symbol: P02 = Prepaid expense
Text Symbol: P09 = (3) Vendor
Text Symbol: P10 = (2) Description
Text Symbol: P11 = (4) Amt
Text Symbol: P17 = [ 6-12 ] (82.2.28 )
Text Symbol: T01 = List selections
Text Symbol: T02 = Donation accounts
Text Symbol: 001 = Fr.
Text Symbol: 002 = Taxes and dues
Text Symbol: 003 = Co. name
Text Symbol: 004 = Contr. no.
Text Symbol: 005 = S/txNo.
Text Symbol: 006 = (1) G/L ac. name
Text Symbol: 007 = (2) Date
Text Symbol: 008 = (3) Description
Text Symbol: 009 = (4) Paid to
Text Symbol: 010 = (5) Amount
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.