RFUSVS10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program creates a data extract for the annual sales report in Spain...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 RFUSVS10 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.
Annual Sales Report
Selection Text: BR_XBLNR = ?...(BR_XBLNR)
Selection Text: BR_SEQ = ?...(BR_SEQ)
Selection Text: BR_GJAHR = ?...(BR_GJAHR)
Selection Text: BR_BUKRS = ?...(BR_BUKRS)
Selection Text: BR_BUDAT = ?...(BR_BUDAT)
Selection Text: BR_BLART = ?...(BR_BLART)
Selection Text: BR_BELNR = ?...(BR_BELNR)
Selection Text: BRKLIFNR = ?...(BRKLIFNR)
Selection Text: BRDKUNNR = ?...(BRDKUNNR)
Selection Text: BRARONLY = ?...(BRARONLY)
Selection Text: BRARMSSG = ?...(BRARMSSG)
Selection Text: THRES1 = Maximum/minimum amount
Selection Text: TAPE = Output as UNIX file
Selection Text: T2_ACP = Main employment short descr.1
Selection Text: T1_ACP = Main employment short descr.1
Selection Text: S_BLDAT = Document date
Selection Text: LIST = List Output
Selection Text: HACIEN = Tax office
Selection Text: DATEI = UNIX file for output
Selection Text: C2_ACP = Main employment code 2
Selection Text: C1_ACP = Main employment code 1
Selection Text: BRARCHIV = ?...(BRARCHIV)
Selection Text: ADMINI = Tax office administration
Title: Annual Sales Report (Spain) > on Disk
Text Symbol: 018 = Information about the disk
Text Symbol: 017 = Annual sales report on data medium
Text Symbol: 016 = Annual sales report for the period
Text Symbol: 015 = from &V to &B
Text Symbol: 014 = Postal code, city:
Text Symbol: 013 = Street:
Text Symbol: 012 = Short text for activity 2:
Text Symbol: 011 = Code main activity 2:
Text Symbol: 010 = Short text for activity 1:
Text Symbol: 009 = Main activity 1 code:
Text Symbol: 008 = Tx office admin.:
Text Symbol: 007 = No. of datasets:
Text Symbol: 006 = Telephone no.:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDR_GET * CALL FUNCTION 'ADDR_GET' * EXPORTING * ADDRESS_SELECTION = SELECTION * ADDRESS_GROUP = 'CA01' * IMPORTING * ADDRESS_VALUE = ADDRESS_VALUE * SADR = SADR * EXCEPTIONS * ADDRESS_NOT_EXIST = 1 * OTHERS = 2. "zav
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.