IEAR_PERCEPTION_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 IEAR_PERCEPTION_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!
ISU_AR_DOC_TYPE_DESCRIP_GET CALL FUNCTION 'ISU_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 .
ISU_AR_GROUPING_DESCRIP_GET CALL FUNCTION 'ISU_AR_GROUPING_DESCRIP_GET' EXPORTING I_EARGROUP = I_EARGROUP IMPORTING E_EARGROUPTXT = E_EARGROUPTXT EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2.
ISU_AR_PROGRAM_CLOSE CALL FUNCTION 'ISU_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 .
ISU_AR_DOC_TYPE_GET CALL FUNCTION 'ISU_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.
IEAR_PERCEPTION_GRAL_CODING - ARGENTINA: GI Perception - Forms IEAR_GENERAL_TOP - ARGENTINA: General purpose top include for all legal repors IEARVAT_TOP - ARGENTINA: General VAT Top include IEARVAT_PERCEPTION_TOP - ARGENTINA: VAT perception Top include IEARVAT_PERCEPTION_GRAL_CODING - ARGENTINA: VAT Perception - Forms IEARVAT_GENERAL_CODING - ARGENTINA: VAT reports common coding