RAICDAS2 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 RAICDAS2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IMB3 - IM Summariz: Current values in file
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.
Output summarized current values to file
Selection Text: G_XUSRVL = D User-defined values
Selection Text: G_XSFILE = D Use settings from file
Selection Text: G_XRPLAN = D Plan from approp. requests
Selection Text: G_XPPLAN = D Plan from inv. program
Selection Text: G_XPBUDG = D Budget from inv. program
Selection Text: G_XMPLAN = D Plan from measures
Selection Text: G_XMBUDG = D Budget from measures
Selection Text: G_XASGND = D Assigned values
Selection Text: G_SFILE = File name-settings on app.serv
Selection Text: G_RFCDES = D RFC destination in other systm
Selection Text: G_PLANV = D Version
Selection Text: G_PC_F = Presentation server
Selection Text: G_PARVW = D Partner function
Selection Text: G_OVRALL = D Select overall values
Selection Text: G_LOCAL = D Use local settings
Selection Text: G_IPROG = D Investment program
Selection Text: G_FPOS = From position
Selection Text: G_FILEPC = File name
Selection Text: G_FILE = File name
Selection Text: G_CVRSN = D Summarization version
Selection Text: G_CENTRL = D Settings from other system
Selection Text: G_APPRYR = D Approval year
Selection Text: G_APPL_F = Application server
Selection Text: G_ANNUAL = D Select annual values
Selection Text: G_ACTDAT = D To date for act.vals
Selection Text: GR_FY = D Fiscal year
Title: IM Summarization: Output current values to file
Text Symbol: T01 = Specify output file
Text Symbol: F01 = Output file
Text Symbol: B06 = Settings
Text Symbol: B05 = Partner appropriation requests
Text Symbol: B04 = One or all plan versions
Text Symbol: B03 = Time limitation
Text Symbol: B02 = Control of timeframe
Text Symbol: B01 = Control of values
RAICFORM, " ALLGEMEINE ROUTINEN.
No SAP DATABASE tables are accessed within this REPORT code!
AIPA_CHECK_SUBTREE_INVPROG CALL FUNCTION 'AIPA_CHECK_SUBTREE_INVPROG' EXPORTING I_PRNAM = G_IPROG I_POSID = G_FPOS I_GJAHR = G_APPRYR.
AIC0_PARTN_ROLE_CHECKEXISTENCE CALL FUNCTION 'AIC0_PARTN_ROLE_CHECKEXISTENCE' EXPORTING I_PARVW = G_PARVW.
F4_RFC_DESTINATIONS CALL FUNCTION 'F4_RFC_DESTINATIONS' EXPORTING TYPE = '3' * DESTINATION = '*' IMPORTING RESULT = G_RFCDES.
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING " DEF_FILENAME = ' ' " DEF_PATH = ' ' MASK = ',*.*,*.*.'
AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING E_OWN_LOGSYSTEM = G_LOGSYSTEM_OWN EXCEPTIONS OWN_LOGSYSTEM_NOT_DEFINED = 1.
AICL_COMPRESSION_SETTINGS_GET CALL FUNCTION 'AICL_COMPRESSION_SETTINGS_GET' EXPORTING I_FLG_READ_LOCAL = G_LOCAL I_FLG_READ_FROM_FILE = G_XSFILE I_FILE = G_SFILE I_FLG_READ_VIA_RFC = G_CENTRL I_RFCDEST = G_RFCDES IMPORTING ES_ERROR_MESSAGE = GS_ERROR_MESSAGE ET_IGNORE_CHARACT = GT_COMPR_CHARACT[] ET_IGNORE_SCALES = GT_COMPR_SCALES[].
AIC2_DATA_SELECT CALL FUNCTION 'AIC2_DATA_SELECT' EXPORTING I_FLG_INTERNAL = ' ' I_COMPR_VRSN = G_CVRSN I_INV_PROG = G_IPROG I_APPR_YEAR = G_APPRYR I_FROM_POS = G_FPOS I_LOGSYSTEM_CALLING = G_LOGSYSTEM_OWN IS_VALUE_SELECTION = GS_VALUE_SELECTION I_PARTNER_ROLE = G_PARVW IMPORTING ES_ERROR_MESSAGE = GS_ERROR_MESSAGE TABLES IT_CHARACT_TO_IGNORE = GT_COMPR_CHARACT[] IT_SCALES_TO_IGNORE = GT_COMPR_SCALES[] ET_EXT_DATA = GT_EXT_DATA[] ET_ERROR_MESSAGES = GT_MESSAGES[].
AICF_TABLE_WRITE_TO_DATASET CALL FUNCTION 'AICF_TABLE_WRITE_TO_DATASET' EXPORTING I_FILE = G_FILE IT_TAB = GT_EXT_DATA[] I_TABNAME = IMIS_CON_S_TABNAME-DATA.
AICF_TABLE_WRITE_TO_PC_TAB CALL FUNCTION 'AICF_TABLE_WRITE_TO_PC_TAB' EXPORTING I_TABNAME = IMIS_CON_S_TABNAME-DATA IT_IGNORE_CHARACT = GT_COMPR_CHARACT[] IT_TAB = GT_EXT_DATA[] CHANGING CT_RAW_DATA = GT_RAW_DATA[].
AICF_TABLE_WRITE_TO_PC CALL FUNCTION 'AICF_TABLE_WRITE_TO_PC' EXPORTING I_FILE = G_FILEPC IT_RAW_DATA = GT_RAW_DATA[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAICDAS2 - IM Summarization: Output current values to file RAICDAS2 - IM Summarization: Output current values to file RAICDAS0 - IM Summarization Internal: Select values (via logical DB IMA) RAICDAS0 - IM Summarization Internal: Select values (via logical DB IMA) RAICDAR2 - IM Summarization: Import values from file RAICDAR2 - IM Summarization: Import values from file