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
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.
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
INCLUDE RFKKITVAT_DATA .
INCLUDE RFKKITVAT_F01 .
INCLUDE RFKKITVAT_F02 .
INCLUDE RFKKITVAT00_F01 . " LOGIC
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKITVAT00 - Report RFKKITVAT00 RFKKITVAT00 - Report RFKKITVAT00 RFKKITEM_MASS - Individual Document Display (Parallel) RFKKITEM_MASS - Individual Document Display (Parallel) RFKKIPL_DEL_KEYDATE - Deletion of Intallment Plan Report for Key Date RFKKIPL_DEL_KEYDATE - Deletion of Intallment Plan Report for Key Date