SAP Reports / Programs

RFKKITVAT00 SAP ABAP Report - Report RFKKITVAT00







RFKKITVAT00 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 RFKKITVAT00 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 RFKKITVAT00. "Basic submit
SUBMIT RFKKITVAT00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKITVAT00 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: S_XBLNR = D .
Selection Text: S_VCODE = D .
Selection Text: S_UBDAT = D .
Selection Text: S_SUSP = D .
Selection Text: S_OPBEL = D .
Selection Text: S_N_SUBJ = D .
Selection Text: S_HTAX = D .
Selection Text: S_FITPR = D .
Selection Text: S_EXEMPT = D .
Selection Text: S_EXCL = D .
Selection Text: P_UPD = D .
Selection Text: P_SCRN = Display Data on Screen
Selection Text: P_PAGE = D .
Selection Text: P_FNAME = D .
Selection Text: P_DWN = Export Data to File
Selection Text: P_BUKRS = D .
Selection Text: ALV_VARI = D .
Title: Report RFKKITVAT00
Text Symbol: C03 = Tax Amount
Text Symbol: C02 = Tax Base Amount
Text Symbol: C01 = Total Amount
Text Symbol: 006 = Data amount exceeds display limit. Do you want to export?
Text Symbol: 005 = Output Options
Text Symbol: 004 = Further Settings
Text Symbol: 003 = Tax Codes for Deferred VAT
Text Symbol: 002 = Tax Codes for Regular VAT
Text Symbol: 001 = General Selection
Text Symbol: T01 = M O N T H L Y S U M M A R Y P E R T A X C O D E
Text Symbol: T02 = R E G U L A R T A X
Text Symbol: T03 = D E F E R R E D T A X
Text Symbol: T04 = M O N T H L Y S U M M A R Y P E R D I V I S I O N
Text Symbol: T05 = M O N T H L Y S U M M A R Y P E R C O M P A N Y C O D E
Text Symbol: T06 = D E F E R R E D T A X P A I D
Text Symbol: T07 = R E G U L A R T A X + D E F E R R E D T A X P A I D


INCLUDES used within this REPORT RFKKITVAT00

INCLUDE RFKKITVAT_DATA .
INCLUDE RFKKITVAT_F01 .
INCLUDE RFKKITVAT_F02 .
INCLUDE RFKKITVAT00_F01 . " LOGIC




INCLUDE RFKKITVAT00_F02 . " LAYOUT
INCLUDE RFKKITVAT_SCREEN_GEN.
INCLUDE RFKKITVAT_SCREEN_TAX .
INCLUDE RFKKITVAT_SCREEN_TAX_S .
INCLUDE RFKKITVAT_SCREEN_OPTION .
INCLUDE RFKKITVAT_SCREEN_FORMAT .


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:

FILE_LOGFILE_ALIAS_F4 call function 'FILE_LOGFILE_ALIAS_F4' exporting ed_logfile_appl = c_file ed_parameter_name = 'P_FNAME' changing cd_logical_file = p_fname.

FILE_LOGFILE_ALIAS_PBO call function 'FILE_LOGFILE_ALIAS_PBO' exporting ed_logfile_appl = c_file ed_parameter_name = 'P_FNAME' changing cd_logfile_param = p_fname.

FILE_LOGFILE_ALIAS_PAI call function 'FILE_LOGFILE_ALIAS_PAI' exporting ed_logfile_appl = c_file changing cd_logfile = p_fname exceptions others = 1.



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