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

IRFKKAR_FISCAL_GENERAL_CODING SAP ABAP INCLUDE - ARGENTINA: VAT reports common coding







IRFKKAR_FISCAL_GENERAL_CODING 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_FISCAL_GENERAL_CODING 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_FISCAL_GENERAL_CODING. "Basic submit
SUBMIT IRFKKAR_FISCAL_GENERAL_CODING AND RETURN. "Return to original report after report execution complete
SUBMIT IRFKKAR_FISCAL_GENERAL_CODING 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 reports common coding


INCLUDES used within this REPORT IRFKKAR_FISCAL_GENERAL_CODING

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:

FKK_AR_COMPANY_DATA_GET CALL FUNCTION 'FKK_AR_COMPANY_DATA_GET' EXPORTING i_bukrs = s_bukrs IMPORTING e_t001 = e_t001 e_id_type = xt001-stcdt e_id_number = xt001-stcd1 e_kalsm = xt001-kalsm e_adrc = e_adrc exceptions id_not_found = 1 company_code_not_found = 2 kalsm_not_found = 3 OTHERS = 4.

FKK_AR_GET_PROCESSING_KEYS CALL FUNCTION 'FKK_AR_GET_PROCESSING_KEYS' EXPORTING i_kalsm = xt001-kalsm TABLES t_ktosl = xktosl EXCEPTIONS error_message = 1.

FKK_AR_PROGRAM_OPEN CALL FUNCTION 'FKK_AR_PROGRAM_OPEN' EXPORTING * I_FILE = i_bukrs = s_bukrs i_fromdate = from_date i_todate = to_date i_report_type = report_type IMPORTING e_dfkkarrepcontst = xdfkkarrepcontst TABLES t_j_1ataxid = xktosl CHANGING i_test = s_test .

FKK1_AR_INIT_MASSIVE_SELECTION CALL FUNCTION 'FKK1_AR_INIT_MASSIVE_SELECTION' EXPORTING i_bukrs = s_bukrs i_from_date = from_date i_to_date = to_date i_limit = co_package_size i_report_type = report_type i_process_way = process_way i_dfkkarrepcontst = xdfkkarrepcontst TABLES t_ktosl = xktosl t_xblnr_range = s_xblnr EXCEPTIONS invalid_parameters = 1 OTHERS = 2.

FKK_AR_GET_MASSIVE_SALES_TAX CALL FUNCTION 'FKK_AR_GET_MASSIVE_SALES_TAX' TABLES package_tab = doc_lines EXCEPTIONS last_package = 1 OTHERS = 2.

FKK_AR_GET_OTHER_DOC_TAXES CALL FUNCTION 'FKK_AR_GET_OTHER_DOC_TAXES' TABLES package_tab = doc_lines other_tax_tab = other_taxes[].

FKK_AR_DOC_TYPE_GET CALL FUNCTION 'FKK_AR_DOC_TYPE_GET' EXPORTING i_j_1adoccls = p_doccls i_j_1aprtchr = p_prtchr IMPORTING e_j_1aoftp = p_j_1aoftp EXCEPTIONS doc_type_not_found = 1 OTHERS = 2.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = p_date i_bukrs = s_bukrs i_periv = xt001-periv IMPORTING e_gjahr = p_period-gjahr e_monat = p_period-monat.

FKK_AR_PROGRAM_CLOSE CALL FUNCTION 'FKK_AR_PROGRAM_CLOSE' EXPORTING i_bukrs = s_bukrs i_earuptodate = to_date i_fromdate = from_date i_report_type = report_type i_test = s_test TABLES t_j_1ataxid = xktosl EXCEPTIONS error_update_tearrepcont = 1 record_not_found_tearrepcont = 2 OTHERS = 3.



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