SAP Reports / Programs

RPFIZA_VAT SAP ABAP Report - Report RPFIZA_VAT







RPFIZA_VAT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to generate a VAT report for input and output VAT according to the legal requirements in South Africa...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 RPFIZA_VAT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FIZA_VAT - SA: VAT reporting


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 RPFIZA_VAT. "Basic submit
SUBMIT RPFIZA_VAT AND RETURN. "Return to original report after report execution complete
SUBMIT RPFIZA_VAT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_BELNR = Document Number
Selection Text: P_BUDAT1 = Posting Date
Selection Text: P_BUKRS = Company code
Selection Text: P_CELL = Cell Phone Number
Selection Text: P_CH_IND = Channel Identifier
Selection Text: P_CNTCT = Contact Person Name
Selection Text: P_EMAIL = Contact Email
Selection Text: P_FIAP = SARS Request File Upload Path
Selection Text: P_FIAP1 = File Name - Application Server
Selection Text: P_FLE_VR = File Layout Version
Selection Text: P_LINE = Create Line Item File
Selection Text: P_LIVE = Live Run
Selection Text: P_YEAR = Year
Selection Text: P_TST = Test Run
Selection Text: P_TRADE = Trading Name
Selection Text: P_TEL_2 = Business Telephone Number 2
Selection Text: P_TEL_1 = Business Telephone Number 1
Selection Text: P_SURNM = Contact Person Surname
Selection Text: P_SUMMRY = Create Summary File
Selection Text: P_SRCIND = Source Identifier
Selection Text: P_SARS = SARS Request Reference
Selection Text: P_MWKZ = Tax on sales/purchases code
Selection Text: P_MONA = Calendar Month and Year
Title: VAT Report (South Africa)
Text Symbol: 643 = Row No.
Text Symbol: 642 = Total for Unit price exl VAT
Text Symbol: 641 = Total for Unit price inclVAT
Text Symbol: 640 = Desription of Material
Text Symbol: 639 = Quantity
Text Symbol: 638 = Unit Of Measure
Text Symbol: 637 = VAT Classification
Text Symbol: 636 = Unit Price Including VAT
Text Symbol: 635 = Unit Price
Text Symbol: 634 = Base Amount
Text Symbol: 019 = Data Limits for Test run
Text Symbol: 020 = Test Run
Text Symbol: 051 = General Selection
Text Symbol: 054 = Summary File Selections





Text Symbol: 055 = Taxpayer Information
Text Symbol: 056 = Live Run
Text Symbol: 254 = VAT South Africa
Text Symbol: 502 = Summary File
Text Symbol: 503 = Line Item File
Text Symbol: 504 = Total Number of Records
Text Symbol: 506 = Contact Email
Text Symbol: 507 = Unique File ID
Text Symbol: 508 = Channel Identifier
Text Symbol: 509 = Contact Person Name
Text Symbol: 517 = /
Text Symbol: 605 = File & Created for VAT no. &
Text Symbol: 606 = Line Item Request File
Text Symbol: 607 = Output Parameters
Text Symbol: 617 = B.P Number
Text Symbol: 618 = Document Date
Text Symbol: 619 = Posting Date
Text Symbol: 620 = Transaction key
Text Symbol: 622 = Tax Amount
Text Symbol: 623 = Record Type
Text Symbol: 624 = Box no.
Text Symbol: 625 = Doc Type
Text Symbol: 626 = Tax Code
Text Symbol: 627 = VAT Reg. No
Text Symbol: 628 = BP Name
Text Symbol: 629 = Document No.
Text Symbol: 630 = File Hash Total
Text Symbol: 631 = Sum of Total amount incl VAT
Text Symbol: 632 = Sum of all monetary fields
Text Symbol: 633 = Click to download the file


INCLUDES used within this REPORT RPFIZA_VAT

INCLUDE RPFIZA_VAT_DATA.
INCLUDE RPFIZA_VAT_SELECTION.
INCLUDE RPFIZA_VAT_MAIN.
INCLUDE RPFIZA_VAT_FORMS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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