RAICDASF 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 RAICDASF 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: IM Summarization: Routines for RAICDAS0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AIC0_MEASURE_FILL CALL FUNCTION 'AIC0_MEASURE_FILL' EXPORTING I_OBART = IMIS_CON_S_OBART-ORDER I_AUFNR = IS_AUFKV-AUFNR IMPORTING E_MEASURE = LS_RIMCMC-MEASURE.
AIPJ_DERIVE_INFO_FROM_BUKRS CALL FUNCTION 'AIPJ_DERIVE_INFO_FROM_BUKRS' EXPORTING I_BUKRS = LS_RIMCMC-COMP_CODE IMPORTING E_LAND1 = LS_RIMCMC-INV_CNTRY E_RCOMP = LS_RIMCMC-COMPANY exceptions others = 1.
AIC0_MEASURE_FILL CALL FUNCTION 'AIC0_MEASURE_FILL' EXPORTING I_OBART = IMIS_CON_S_OBART-WBSELM I_PS_POSID = IS_PRPS-POSID IMPORTING E_MEASURE = LS_RIMCMC-MEASURE.
1057_REQUEST_IDENT_GET CALL FUNCTION '1057_REQUEST_IDENT_GET' EXPORTING IS_IMAK = IS_IMAK IMPORTING E_REQUEST = LS_RIMCMC-REQUEST.
AIC0_MEASURE_FILL CALL FUNCTION 'AIC0_MEASURE_FILL' EXPORTING I_OBART = IMIS_CON_S_OBART-ORDER I_AUFNR = IS_AUFKV_REQ-AUFNR IMPORTING E_MEASURE = CSX_MASTERC-S_RIMCMC-MEASURE.
AIC0_MEASURE_FILL CALL FUNCTION 'AIC0_MEASURE_FILL' EXPORTING I_OBART = IMIS_CON_S_OBART-WBSELM I_PS_POSID = IS_PRPS_REQ-POSID IMPORTING E_MEASURE = CSX_MASTERC-S_RIMCMC-MEASURE.
CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING SAP_CODE = I_PROG_CURR IMPORTING ISO_CODE = L_PROG_CURR_ISO EXCEPTIONS NOT_FOUND = 1.
COUNTRY_CODE_SAP_TO_ISO CALL FUNCTION 'COUNTRY_CODE_SAP_TO_ISO' EXPORTING SAP_CODE = LS_EXT_DATA-INV_CNTRY IMPORTING ISO_CODE = LS_EXT_DATA-INV_CNTRYI EXCEPTIONS NOT_FOUND = 1.
BAPI_CURRENCY_CONV_TO_EXTERNAL CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL' EXPORTING CURRENCY = IS_CURR-PROG_CURR AMOUNT_INTERNAL = IS_RIMCV-OVRL_PRGC IMPORTING AMOUNT_EXTERNAL = ES_EXT_VALUES-OVRL_PRGC.
BAPI_CURRENCY_CONV_TO_EXTERNAL CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL' EXPORTING CURRENCY = IS_CURR-PROG_CURR AMOUNT_INTERNAL = IS_RIMCV-ANN_PRGC IMPORTING AMOUNT_EXTERNAL = ES_EXT_VALUES-ANN_PRGC.
BAPI_CURRENCY_CONV_TO_EXTERNAL CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL' EXPORTING CURRENCY = IS_CURR-OBJ_CURR AMOUNT_INTERNAL = IS_RIMCV-OVRL_OBJC IMPORTING AMOUNT_EXTERNAL = ES_EXT_VALUES-OVRL_OBJC.
BAPI_CURRENCY_CONV_TO_EXTERNAL CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL' EXPORTING CURRENCY = IS_CURR-OBJ_CURR AMOUNT_INTERNAL = IS_RIMCV-ANN_OBJC IMPORTING AMOUNT_EXTERNAL = ES_EXT_VALUES-ANN_OBJC.
AIC0_OWN_LOGSYSTEM_GET CALL FUNCTION 'AIC0_OWN_LOGSYSTEM_GET' IMPORTING E_OWN_LOGSYSTEM = ES_HEADERC-LOGSYSTEM EXCEPTIONS OWN_LOGSYSTEM_NOT_DEFINED = 1.
PM_PARTNER_READ CALL FUNCTION 'PM_PARTNER_READ' EXPORTING PARVW = I_PARVW PARNR = I_PARNR * NRART = ' ' IMPORTING DIADR_WA = LS_DIADR EXCEPTIONS NO_VALID_PARNR = 1 NO_VALID_PARNR_TODAY = 2 NO_AUTHORITY = 3 PARVW_AND_NRART_INITAL = 4.
EXIT_RAICDAS0_001 CALL FUNCTION 'EXIT_RAICDAS0_001' EXPORTING I_OBJECT_TYPE = imis_con_s_obart-iprog I_IQ_ASSIGN = 'X' IS_RAIPATTR = is_raipattr Is_IMPR = is_impr CHANGING CS_RIMCMC = cs_masterc-s_rimcmc.
EXIT_RAICDAS0_001 CALL FUNCTION 'EXIT_RAICDAS0_001' EXPORTING I_OBJECT_TYPE = imis_con_s_obart-order i_iq_assign = ' ' Is_RAIPATTR = i_raipattr Is_IMPR = i_impr Is_AUFKV = i_aufkv CHANGING Cs_rimcmc = cs_masterc-s_rimcmc.
EXIT_RAICDAS0_001 CALL FUNCTION 'EXIT_RAICDAS0_001' EXPORTING I_OBJECT_TYPE = imis_con_s_obart-wbselm I_IQ_ASSIGN = ' ' Is_RAIPATTR = is_raipattr Is_IMPR = is_impr Is_PRPS = is_prps CHANGING Cs_rimcmC = cs_masterc-s_rimcmc.
EXIT_RAICDAS0_001 CALL FUNCTION 'EXIT_RAICDAS0_001' EXPORTING I_OBJECT_TYPE = imis_con_s_obart-request I_IQ_ASSIGN = ' ' IS_RAIPATTR = is_raipattr IS_IMPR = is_impr IS_IMAK = is_imak CHANGING CS_RIMCMC = cs_masterc-s_rimcmc.
CALL FUNCTION 'EXIT_RAICDAS0_001' EXPORTING I_OBJECT_TYPE = imis_con_s_obart-wbselm I_IQ_ASSIGN = 'X' IS_RAIPATTR = is_raipattr IS_IMPR = is_impr is_prps = ls_prps IS_REQ_rimcmc = is_req_masterc-s_rimcmc is_prps_req = is_prps_req CHANGING CS_rimcmc = cs_masterc-s_rimcmc.
EXIT_RAICDAS0_001 CALL FUNCTION 'EXIT_RAICDAS0_001' EXPORTING I_OBJECT_TYPE = imis_con_s_obart-wbselm I_IQ_ASSIGN = 'X' IS_RAIPATTR = is_raipattr IS_IMPR = is_impr is_aufkv = ls_aufkv IS_REQ_rimcmc = is_req_masterc-s_rimcmc is_aufkv_req = is_aufkv_req CHANGING CS_rimcmc = cs_masterc-s_rimcmc.
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 RAICDASF or its description.
RAICDASF - IM Summarization: Routines for RAICDAS0 RAICDASD - IM Summarization: Global declarations/definitions for RAICDAS0 RAICDAS3 - IM Summarization: Output values from summariz. database to file RAICDAS3 - IM Summarization: Output values from summariz. database to file RAICDAS2 - IM Summarization: Output current values to file RAICDAS2 - IM Summarization: Output current values to file