SAP Reports / Programs | Contract Accounts Receivable and Payable | SAP Utilities | Contract Accounts Receivable and Payable(IS-U-CA) SAP IS

IEAR_PERCEPTION_GRAL_CODING SAP ABAP INCLUDE - ARGENTINA: GI Perception - Forms







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


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 IEAR_PERCEPTION_GRAL_CODING. "Basic submit
SUBMIT IEAR_PERCEPTION_GRAL_CODING AND RETURN. "Return to original report after report execution complete
SUBMIT IEAR_PERCEPTION_GRAL_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: GI Perception - Forms


INCLUDES used within this REPORT IEAR_PERCEPTION_GRAL_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:

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 .



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