IRFKKAR_PERC_GRAL_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_PERC_GRAL_CODING 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: GI Perception - Forms
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_AR_DOC_TYPE_DESCRIP_GET CALL FUNCTION 'FKK_AR_DOC_TYPE_DESCRIP_GET' EXPORTING i_j_1aoftp = i_j_1aoftp IMPORTING e_text30 = j_1aoftpt-text30 e_text5 = j_1aoftpt-text5 EXCEPTIONS doctype_desc_not_found = 1 OTHERS = 2.
FKK_AR_GROUPING_DESCRIP_GET CALL FUNCTION 'FKK_AR_GROUPING_DESCRIP_GET' EXPORTING i_eargroup = i_eargroup IMPORTING e_eargrouptxt = e_eargrouptxt EXCEPTIONS record_not_found = 1 OTHERS = 2.
FKK_AR_PROGRAM_CLOSE CALL FUNCTION 'FKK_AR_PROGRAM_CLOSE' EXPORTING i_bukrs = p_bukrs i_earuptodate = i_earuptodate i_fromdate = i_fromdate i_report_type = 'O' i_test = i_test TABLES t_j_1ataxid = xtaxid EXCEPTIONS error_update_tearrepcont = 1 record_not_found_tearrepcont = 2 OTHERS = 3.
FKK_AR_DOC_TYPE_GET CALL FUNCTION 'FKK_AR_DOC_TYPE_GET' EXPORTING i_j_1adoccls = i_j_1adoccls i_j_1aprtchr = i_j_1aprtchr IMPORTING e_j_1aoftp = e_j_1aoftp EXCEPTIONS doc_type_not_found = 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_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 IRFKKAR_FISCAL_POSITION_LIST - Argentina: include for VATBOOK list processing