RAICHIER 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 RAICHIER into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IMB0 - IM Summariz: Replicate hierarchy
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.
Copy investment program hierarchy in summarization DB
Selection Text: G_APPRYR = D Approval year
Selection Text: G_CVRSN = D Summarization version
Selection Text: G_IPROG = D Investment program
Title: IM Summarization: Replicate Inv.Prog.Hierarchy in Summarization DB
RAICFORM, " ALLGEMEINE ROUTINEN.
No SAP DATABASE tables are accessed within this REPORT code!
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.
AICH_PROG_HIER_CHECKEXISTENCE CALL FUNCTION 'AICH_PROG_HIER_CHECKEXISTENCE' EXPORTING I_COMPR_VRSN = G_CVRSN I_INV_PROG = G_IPROG I_APPR_YEAR = G_APPRYR EXCEPTIONS NO_HIERARCHY_FOUND = 1.
AICH_PROG_HIER_REPLICATE CALL FUNCTION 'AICH_PROG_HIER_REPLICATE' EXPORTING I_COMPR_VRSN = G_CVRSN I_INV_PROG = G_IPROG I_APPR_YEAR = G_APPRYR * I_LANGU = SY-LANGU I_FLG_ALL_LANGU = 'X' I_FLG_UPDATE_HEADER = 'X' EXCEPTIONS INPUT_INCOMPLETE = 1 AUTHORITY_MISSING = 2 HIERARCHY_ALREADY_EXISTING = 3 OWN_LOGSYSTEM_NOT_ALLOWED = 4 ENQUEUE_FAILED = 5 PROGRAM_NOT_FOUND = 6 NO_HIERARCHY_FOUND = 7.
AIC0_SYST_MESSAGE_GET_COLLECT CALL FUNCTION 'AIC0_SYST_MESSAGE_GET_COLLECT' EXPORTING I_FLG_COLLECT = ' ' IMPORTING ES_MESSAGE = GS_ERROR_MESSAGE.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAICHIER - IM Summarization: Replicate Inv.Prog.Hierarchy in Summarization DB RAICHIER - IM Summarization: Replicate Inv.Prog.Hierarchy in Summarization DB RAICFORM - IM Summarization: General routines for data collection RAICENS2 - IM Summarization: Output Assigned Enities to File RAICENS2 - IM Summarization: Output Assigned Enities to File RAICENR2 - IM Summarization: Import Assigned Entities from File