RFUSVS14 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Annual Operations Report (Spain) In Spain, you can use the
If you would like to execute this report or see the full code listing simply enter RFUSVS14 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 Operations Report
Selection Text: SEL_VCON = Vendor Country
Selection Text: SEL_LSTM = Tax Return Country
Selection Text: SEL_CUST = Customers To Be Included
Selection Text: SEL_CTID = Customer Vat Registration No.
Selection Text: SEL_CCON = Customer Country
Selection Text: SAKNR_IC = GL Account(Incoming)
Selection Text: P_OUTMED = Output medium
Selection Text: P_IC = Cash limit for incash tran.
Selection Text: LIST = List Output
Selection Text: IN_LIST = Detailed list Incoming Payment
Selection Text: FILE3 = File for Leasing
Selection Text: EXT_PSC = Public Administration
Selection Text: EXT_LAN = D .
Selection Text: EXT_INS = D .
Selection Text: EXT_GRA = D .
Selection Text: EXT_CM = Ceuta and Melilla
Selection Text: EXT_AG = Agriculture
Selection Text: DET_LIST = Detailed List Output
Selection Text: DATEI = UNIX File for Output
Selection Text: COND_WTV = Include With. Tax for Vendor
Selection Text: COND_WTC = Include With. Tax for Cust
Selection Text: COND_340 = Model 340
Selection Text: BUDAT_IC = Posting Date(Incoming)
Selection Text: BLDAT_IC = Document Date(Incoming)
Selection Text: WITH_RWV = Withhold. Tax Code (Vendor)
Selection Text: WITH_RWC = Withhold. Tax Code (Customer)
Selection Text: VO_NR_PR = Number of Replaced Report
Selection Text: VO_NR = Report Number
Selection Text: VCOD_OT = VAT Code(Real Estate Sales)
Selection Text: THRES1 = Amount Limit
Selection Text: TCOD_RW = Tax Code(Renting)
Selection Text: TCOD_INS = Tax Code(Insurance)
Selection Text: TCOD_CM = Tax Code(Ceuta and Melilla)
Selection Text: TCOD_AG = Tax Code(Special Regime Agr)
Selection Text: TAPE = Output as UNIX File
Selection Text: S_ZLSCH = Payment Method
Selection Text: S_VTDAT = Tax Reporting Date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_DATASET * CALL FUNCTION 'AUTHORITY_CHECK_DATASET' * EXPORTING * program = sy-repid * activity = 'WRITE' ** Note 941909 Start ** filename = datei * filename = fname ** Note 941909 End * EXCEPTIONS * no_authority = 1 * activity_unknown = 2 * OTHERS = 3.
FILE_VALIDATE_NAME * CALL FUNCTION 'FILE_VALIDATE_NAME' * EXPORTING * logical_filename = gc_filename * parameter_1 = sy-repid * parameter_2 = sy-msgv1 * parameter_3 = 'WRITE' * CHANGING * physical_filename = datei * EXCEPTIONS * OTHERS = 1.
BUKRS_AUTHORITY_CHECK * CALL FUNCTION 'BUKRS_AUTHORITY_CHECK' "OT-01 * EXPORTING "OT-01 * xdatabase = 'B' "OT-01 * TABLES "OT-01 * xbukreis = br_bukrs. "OT-01
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
CHECK_PLANTS_ABROAD_ACTIVE * CALL FUNCTION 'CHECK_PLANTS_ABROAD_ACTIVE' * EXPORTING * i_cust = flg_xwia * IMPORTING * e_fi_isactive = d_xwiaa.
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
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
* CALL FUNCTION 'FILE_VALIDATE_NAME' * EXPORTING * logical_filename = gc_filename * parameter_1 = sy-repid * parameter_2 = sy-msgv1 * parameter_3 = 'WRITE' * CHANGING * physical_filename = datei * EXCEPTIONS * OTHERS = 1.
FILE_VALIDATE_NAME * CALL FUNCTION 'FILE_VALIDATE_NAME' * EXPORTING * logical_filename = gc_filename * parameter_1 = sy-repid * parameter_2 = sy-msgv1 * parameter_3 = 'READ' * CHANGING * physical_filename = file3 * EXCEPTIONS * OTHERS = 1.
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
CONVERSION_EXIT_ALPHA_INPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' * EXPORTING * input = vo_nr * IMPORTING * output = vo_nr.
BUKRS_AUTHORITY_CHECK * CALL FUNCTION 'BUKRS_AUTHORITY_CHECK' * EXPORTING * xdatabase = 'B' * TABLES * xbukreis = l_ran_bukrs.
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 RFUSVS14 or its description.
RFUSVS14 - Annual Operations Report # Model 347 (Spain) RFUSVS14 - Annual Operations Report # Model 347 (Spain) RFUSVS12 - Annual Sales Report (Spain) > on Disk RFUSVS12 - Annual Sales Report (Spain) > on Disk RFUSVS10 - Annual Sales Report (Spain) > on Disk RFUSVS10 - Annual Sales Report (Spain) > on Disk