SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDHU_DSP SAP ABAP Report - Domestic Sales and Purchases List for Hungary







RFIDHU_DSP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFIDHU_DSP 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

RFHUDSP - Domestic Sales and Purchase List


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 RFIDHU_DSP. "Basic submit
SUBMIT RFIDHU_DSP AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDHU_DSP 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_DOCUM = Document Date
Selection Text: P_IFICA = Include FI-CA
Selection Text: P_INVLS = Display Invoice List
Selection Text: P_IZDET = Also invoices w. 0 deduct. VAT
Selection Text: P_LIMIT = Limit Amount
Selection Text: P_LOCAL = Download on Local File
Selection Text: P_LOFILE = D .
Selection Text: P_PARAM1 = Version
Selection Text: P_PSTNG = Posting Date
Selection Text: P_SEFILE = D .
Selection Text: P_SERVER = Download on Application Server
Selection Text: P_STCEG = Reporting VAT ID
Selection Text: P_TSTMP = Timestamp selection
Selection Text: P_UMKRS = Taxes on sales/purchases group
Selection Text: P_VARI = D .
Selection Text: P_VATRP = Tax Reporting Date
Selection Text: P_WAERS = Reporting Currency
Selection Text: S_BELNR = D .
Selection Text: S_BLDAT = D .
Selection Text: S_BUDAT = D .
Selection Text: S_CPUDT = D .
Selection Text: S_GJAHR = D .
Selection Text: S_MWSKZ = D .
Selection Text: S_REPDT = Declaration Period
Selection Text: S_STMDT = Date of Tax Return
Selection Text: S_STMTI = Time of Tax Return
Selection Text: S_VATDT = D .
Selection Text: P_CNTRC = Nat.Crcy Instead of Local Crcy
Selection Text: P_BUKRS = D .
Title: Domestic Sales and Purchases List for Hungary
Text Symbol: 006 = Display Variant
Text Symbol: 007 = Output control
Text Symbol: E01 = No declarable VAT ID
Text Symbol: E02 = No VAT ID Type
Text Symbol: E03 = No Declarable Tax Base
Text Symbol: E04 = No Declarable Tax Amount
Text Symbol: E05 = No Issued Invoice ID
Text Symbol: E06 = No Issued Invoice Date





Text Symbol: E07 = No Partner (vendor or customer)
Text Symbol: E08 = No Partner Name
Text Symbol: E09 = No Declarable VAT Performance Date
Text Symbol: E10 = Incorrect Declarable VAT ID
Text Symbol: H01 = Invoice List
Text Symbol: H02 = Preparation List for Declaration
Text Symbol: H03 = Declaration Period
Text Symbol: H04 = Reporting VAT ID
Text Symbol: H05 = Company Code
Text Symbol: H06 = Taxes on sls/purc.
Text Symbol: S01 = General selections
Text Symbol: S02 = VAT Performance Date Selection
Text Symbol: S03 = Selection according to date and time on which the Tax Return was made
Text Symbol: S04 = Further selections
Text Symbol: S05 = Absolute VAT Amount Limit
Text Symbol: W01 = Interrupted Invoice Chan


INCLUDES used within this REPORT RFIDHU_DSP

INCLUDE RFIDHU_DSP_TOP.
INCLUDE RFIDHU_DSP_SELSCR.
INCLUDE RFIDHU_DSP_F01.
INCLUDE RFIDHU_DSP_F02.
INCLUDE RFIDHU_DSP_F03.
INCLUDE RFIDHU_DSP_F04.


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