SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

IRFKKAR_VAT_PERCEPTION_GRAL SAP ABAP INCLUDE - ARGENTINA: VAT Perception - Forms







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


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


Text pool values


Title: ARGENTINA: VAT Perception - Forms


INCLUDES used within this REPORT IRFKKAR_VAT_PERCEPTION_GRAL

No INCLUDES are used within this REPORT code!


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:

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.



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