SAP Reports / Programs

RAICDAR2 SAP ABAP Report - IM Summarization: Import values from file







RAICDAR2 is a standard Executable ABAP Report 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 RAICDAR2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IMB5 - IM Summariz: Values from file


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 RAICDAR2. "Basic submit
SUBMIT RAICDAR2 AND RETURN. "Return to original report after report execution complete
SUBMIT RAICDAR2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Import summarized values from file
Selection Text: G_APPL_F = Application server
Selection Text: G_APPRYR = D Approval year
Selection Text: G_CVRSN = D Summarization version
Selection Text: G_FILE = File name
Selection Text: G_FILEPC = File name
Selection Text: G_FLGOWN = Data from own client
Selection Text: G_IPROG = D Investment program
Selection Text: G_PC_F = Presentation server
Title: IM Summarization: Import values from file
Text Symbol: F01 = Input file
Text Symbol: T01 = Choose input file


INCLUDES used within this REPORT RAICDAR2

RAICFORM, " ALLGEMEINE ROUTINEN.


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:

AIC0_COMPR_VRSN_CHECKEXISTENCE CALL FUNCTION 'AIC0_COMPR_VRSN_CHECKEXISTENCE' EXPORTING I_COMPR_VRSN = G_CVRSN.

AIPA_CHECK_SUBTREE_INVPROG CALL FUNCTION 'AIPA_CHECK_SUBTREE_INVPROG' EXPORTING I_PRNAM = G_IPROG I_GJAHR = G_APPRYR.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING " DEF_FILENAME = ' ' " DEF_PATH = ' ' MASK = ',*.*,*.*.'

AICF_TABLE_READ_FROM_DATASET CALL FUNCTION 'AICF_TABLE_READ_FROM_DATASET' EXPORTING I_FILE = G_FILE I_TABNAME = IMIS_CON_S_TABNAME-DATA IMPORTING ET_TAB = GT_EXT_DATA[] ES_ERROR_MESSAGE = GS_ERROR_MESSAGE.

AICF_TABLE_READ_FROM_PC CALL FUNCTION 'AICF_TABLE_READ_FROM_PC' EXPORTING I_FILE = G_FILEPC IMPORTING ET_RAW_DATA = GT_RAW_DATA.

AICF_TABLE_READ_FROM_PC_TAB CALL FUNCTION 'AICF_TABLE_READ_FROM_PC_TAB' EXPORTING I_TABNAME = IMIS_CON_S_TABNAME-DATA IT_RAW_DATA = GT_RAW_DATA[] IMPORTING ET_TAB = GT_EXT_DATA[] ES_ERROR_MESSAGE = GS_ERROR_MESSAGE.

AIC1_EXTERNAL_DATA_REPLICATE CALL FUNCTION 'AIC1_EXTERNAL_DATA_REPLICATE' EXPORTING COMPR_VRSN = G_CVRSN CAPINVPROGRAM = G_IPROG APPROVALYEAR = G_APPRYR FLAG_OWN_LOGSYSTEM = G_FLGOWN WITH_COMMIT = ' ' IMPORTING ERROR_MESSAGE = GS_ERROR_MESSAGE TABLES EXTERNAL_DATA = GT_EXT_DATA[] MESSAGES = GT_MESSAGES[].

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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