IRFKKAR_VAT_PERCEPTION_GRAL is a standard ABAP INCLUDE 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 IRFKKAR_VAT_PERCEPTION_GRAL 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.
Title: ARGENTINA: VAT Perception - Forms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK1_AR_INIT_MASSIVE_SELECTION CALL FUNCTION 'FKK1_AR_INIT_MASSIVE_SELECTION' EXPORTING i_bukrs = p_bukrs i_from_date = s_vmdat-low i_to_date = s_vmdat-high i_limit = package_size i_report_type = 'O' i_dfkkarrepcontst = xdfkkarrepcontst TABLES t_ktosl = xtaxid t_xblnr_range = s_exbel EXCEPTIONS invalid_parameters = 1 OTHERS = 2.
FKK_AR_GET_MASSIVE_SALES_TAX CALL FUNCTION 'FKK_AR_GET_MASSIVE_SALES_TAX' TABLES package_tab = xpackage EXCEPTIONS last_package = 1 OTHERS = 2.
FKK_AR_GET_PROCESSING_KEYS CALL FUNCTION 'FKK_AR_GET_PROCESSING_KEYS' EXPORTING i_kalsm = company_data-kalsm * I_REGIO = TABLES t_ktosl = xtaxid EXCEPTIONS error_message = 1 .
FKK_AR_PROGRAM_OPEN CALL FUNCTION 'FKK_AR_PROGRAM_OPEN' EXPORTING i_file = p_file i_bukrs = p_bukrs i_fromdate = s_vmdat-low i_todate = s_vmdat-high i_report_type = 'O' IMPORTING e_dfkkarrepcontst = xdfkkarrepcontst TABLES t_j_1ataxid = xtaxid CHANGING i_test = p_test * EXCEPTIONS * NO_AUTHOR_WRITE_FILE = 1 * NO_AUTHOR_READ_FILE = 2 * INVALID_FROMDATE = 3 * INVALID_PERIOD = 4 * ERROR_OPEN_FILE = 5 * EARSORT_NOT_FOUND = 6 * OTHERS = 7 .
FKK_AR_COMPANY_DATA_GET CALL FUNCTION 'FKK_AR_COMPANY_DATA_GET' EXPORTING i_bukrs = p_bukrs IMPORTING e_t001 = xt001 e_id_type = company_data-id_type e_id_number = company_data-id_number e_kalsm = company_data-kalsm EXCEPTIONS id_not_found = 1 company_code_not_found = 2 kalsm_not_found = 3 OTHERS = 4.
FKK_AR_CONVERT_DOC_TYPE CALL FUNCTION 'FKK_AR_CONVERT_DOC_TYPE' EXPORTING i_j_1aoftp = doc_to_print-j_1aoftp i_j_1ataxid = 'VP' IMPORTING e_dgi_doc_type = w_j_1aoftp EXCEPTIONS invalid_doc_type = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IRFKKAR_VAT_PERCEPTION_GRAL - ARGENTINA: VAT Perception - Forms IRFKKAR_PERC_GRAL_CODING - ARGENTINA: GI Perception - Forms IRFKKAR_PERCEP_GRAL_CODING - ARGENTINA: GI Perception - Forms IRFKKAR_GENERAL_TOP - ARGENTINA: General purpose top include for all legal repors IRFKKAR_FISCAL_TOP - ARGENTINA: General VAT Top include IRFKKAR_FISCAL_POSITION_TOP - ARGENTINA: VAT legal book top include