IRFKKARVAT_MAG_SUPPORT_LIST 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 IRFKKARVAT_MAG_SUPPORT_LIST 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: include for VATBOOK list processing
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 = DOC_PRINT-J_1AOFTP IMPORTING E_TEXT5 = OFTP_TEXT EXCEPTIONS DOCTYPE_DESC_NOT_FOUND = 1 OTHERS = 2.
FKK_AR_GROUPING_DESCRIP_GET CALL FUNCTION 'FKK_AR_GROUPING_DESCRIP_GET' EXPORTING I_EARGROUP = DOC_PRINT-EARGROUP IMPORTING E_EARGROUPTXT = GRP_TEXT EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2.
FKK_AR_GROUPING_DESCRIP_GET CALL FUNCTION 'FKK_AR_GROUPING_DESCRIP_GET' EXPORTING I_EARGROUP = TOT_GRP-EARGROUP IMPORTING E_EARGROUPTXT = GRP_TEXT EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2.
FKK_AR_DOC_TYPE_DESCRIP_GET CALL FUNCTION 'FKK_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IRFKKARVAT_MAG_SUPPORT_LIST - Argentina: include for VATBOOK list processing IRFKKARVAT_MAG_SUPPORT - Include IRFKKARVAT_BOOK_FILE IRFKKARVAT_GENERAL_CODING - ARGENTINA: VAT reports common coding IRFKKARVAT_BOOK_TOP - ARGENTINA: VAT legal book top include IRFKKARVAT_BOOK_LIST - Argentina: include for VATBOOK list processing IRFKKARGI_PERC_TOP - ARGENTINA: Bs. As. gross income perception Top include