RFUSVJ10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates the annual tax report...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 RFUSVJ10 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: LISTSEP = Separate list
Selection Text: MWST_KZ = Tax code
Selection Text: PAR_XSTW = Nat.Crcy Instead of Local Crcy
Selection Text: SEL_LSTM = Tax return country
Selection Text: SKONTO = G/L acct number
Selection Text: STEUERNR = Tax number selection 1/2
Selection Text: ST_NR = Tax number
Selection Text: S_BELEGE = Special documents
Selection Text: TEXTLINE = Master data text 1/2/3/4
Selection Text: TITLE = Additional heading
Selection Text: VD_STUFE = Summarization level 0/1/2
Selection Text: ZEITRAUM = Period for the current year
Selection Text: Z_NUMMER = Consecutive tax no.
Selection Text: BRARCHIV = ?...(BRARCHIV)
Selection Text: BRARMSSG = ?...(BRARMSSG)
Selection Text: BRARONLY = ?...(BRARONLY)
Selection Text: BRDKUNNR = ?...(BRDKUNNR)
Selection Text: BRKLIFNR = ?...(BRKLIFNR)
Selection Text: BRSSAKNR = ?...(BRSSAKNR)
Selection Text: BR_BELNR = ?...(BR_BELNR)
Selection Text: BR_BLART = ?...(BR_BLART)
Selection Text: BR_BUDAT = ?...(BR_BUDAT)
Selection Text: BR_BUKRS = ?...(BR_BUKRS)
Selection Text: BR_GJAHR = ?...(BR_GJAHR)
Selection Text: BR_SEQ = ?...(BR_SEQ)
Selection Text: BR_XBLNR = ?...(BR_XBLNR)
Selection Text: STATISTK = ?...(STATISTK)
Selection Text: K_BSCHL = Vendor posting key
Selection Text: KONTOART = Acct type
Selection Text: KKONTO = Vendor acct number
Selection Text: IS_MWSKZ = Deferred tax code
Selection Text: IN_MWSKZ = Non-deductible tax code
Selection Text: D_BSCHL = Customer posting key
Selection Text: DKONTO = Customer acct no.
Selection Text: CPUDATUM = CPU date
Selection Text: BUKREIS = Company code
Selection Text: BENUTZER = User
Selection Text: BELEGNR = Document Number
INCLUDE RFDATINT.
No SAP DATABASE tables are accessed within this REPORT code!
READ_KNA1 CALL FUNCTION 'READ_KNA1' EXPORTING XKUNNR = KONTO IMPORTING XKNA1 = KNA1 EXCEPTIONS NOT_FOUND = 4.
READ_LFA1 CALL FUNCTION 'READ_LFA1' EXPORTING XLIFNR = KONTO IMPORTING XLFA1 = LFA1 EXCEPTIONS NOT_FOUND = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.