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

IEARVAT_GENERAL_CODING SAP ABAP INCLUDE - ARGENTINA: VAT reports common coding







IEARVAT_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 IEARVAT_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 IEARVAT_GENERAL_CODING. "Basic submit
SUBMIT IEARVAT_GENERAL_CODING AND RETURN. "Return to original report after report execution complete
SUBMIT IEARVAT_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 IEARVAT_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:

ISU_AR_COMPANY_DATA_GET CALL FUNCTION 'ISU_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 EXCEPTIONS ID_NOT_FOUND = 1 COMPANY_CODE_NOT_FOUND = 2 KALSM_NOT_FOUND = 3 OTHERS = 4.

ISU_AR_GET_PROCESSING_KEYS CALL FUNCTION 'ISU_AR_GET_PROCESSING_KEYS' EXPORTING I_KALSM = XT001-KALSM TABLES T_KTOSL = XKTOSL EXCEPTIONS ERROR_MESSAGE = 1.

ISU_AR_DOC_TYPE_DESCRIP_GET CALL FUNCTION 'ISU_AR_DOC_TYPE_DESCRIP_GET' EXPORTING I_J_1AOFTP = DOC_PRINT-J_1AOFTP IMPORTING E_TEXT5 = OFTP_TEXT EXCEPTIONS DOCTYPE_DESC_NOT_FOUND = 1 OTHERS = 2.

ISU_AR_GROUPING_DESCRIP_GET CALL FUNCTION 'ISU_AR_GROUPING_DESCRIP_GET' EXPORTING I_EARGROUP = DOC_PRINT-EARGROUP IMPORTING E_EARGROUPTXT = GRP_TEXT EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2.

ISU_AR_GROUPING_DESCRIP_GET CALL FUNCTION 'ISU_AR_GROUPING_DESCRIP_GET' EXPORTING I_EARGROUP = TOT_GRP-EARGROUP IMPORTING E_EARGROUPTXT = GRP_TEXT EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2.

ISU_AR_DOC_TYPE_DESCRIP_GET CALL FUNCTION 'ISU_AR_DOC_TYPE_DESCRIP_GET' EXPORTING I_J_1AOFTP = TOT_OFTP-J_1AOFTP IMPORTING E_TEXT5 = OFTP_TEXT EXCEPTIONS DOCTYPE_DESC_NOT_FOUND = 1 OTHERS = 2.

READ_HAUPTBUCH_TEXT CALL FUNCTION 'READ_HAUPTBUCH_TEXT' EXPORTING SPRACHE = SY-LANGU KONTENPLAN = XT001-KTOPL SACHKONTO = TOT_HKONT-HKONT IMPORTING TEXT_WA = SKAT EXCEPTIONS TEXT_NOT_FOUND = 1.

ISU_AR_INIT_MASSIVE_SELECTION CALL FUNCTION 'ISU_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_SORTING_TYPE = SORT_TYPE I_TEARSALESTAX = XTEARSALESTAX TABLES T_KTOSL = XKTOSL T_XBLNR_RANGE = S_XBLNR EXCEPTIONS INVALID_PARAMETERS = 1 OTHERS = 2.

ISU_AR_GET_MASSIVE_SALES_TAX CALL FUNCTION 'ISU_AR_GET_MASSIVE_SALES_TAX' TABLES PACKAGE_TAB = DOC_LINES EXCEPTIONS NO_MORE_ENTRIES = 1 OTHERS = 2.

ISU_AR_GET_OTHER_DOC_TAXES CALL FUNCTION 'ISU_AR_GET_OTHER_DOC_TAXES' IMPORTING OTHER_TAX_TAB = OTHER_TAXES[] TABLES PACKAGE_TAB = DOC_LINES.

ISU_AR_DOC_TYPE_GET CALL FUNCTION 'ISU_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.

ISU_AR_PROGRAM_CLOSE CALL FUNCTION 'ISU_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 IEARVAT_GENERAL_CODING or its description.