SAP Reports / Programs

RFUSVS10 SAP ABAP Report - Annual Sales Report (Spain) > on Disk







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFUSVS10. "Basic submit
SUBMIT RFUSVS10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFUSVS10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.:





Text Symbol: 005 = Contact pers.:
Text Symbol: 004 = Comp.:
Text Symbol: 003 = Reptg typ:
Text Symbol: 002 = Period:
Text Symbol: 001 = Tx office:


INCLUDES used within this REPORT RFUSVS10

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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



Contribute (Add Comments)

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 RFUSVS10 or its description.