SAP Reports / Programs | Investment Management | Capital Investments | Information System(IM-FA-IS) SAP IM

RAICHIER SAP ABAP Report - IM Summarization: Replicate Inv.Prog.Hierarchy in Summarization DB







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


Transaction Code(s):

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

IMB0 - IM Summariz: Replicate hierarchy


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


Text pool values


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


INCLUDES used within this REPORT RAICHIER

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.

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'.



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