SAP Reports / Programs | Structures Workbench | Defense Forces and Public Security | Structures Workbench(IS-DFS-OF-FDP) SAP IS

/ISDFPS/ACCHIERCOPY SAP ABAP Report - Generate CO Alternative Hierarchy from Organizational Structure







/ISDFPS/ACCHIERCOPY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for INCLUDE /ISDFPS/CO_GENERATE OBJECT DOKU ID TX STYLE S_DOCUS1 On any key date, you can generate a CO standard hierarchy for a controlling area from the CO master data for force elements...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /ISDFPS/ACCHIERCOPY 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

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


Text pool values


Selection Text: P2KEYDAT = D Key Date
Selection Text: P3SUFFIX = Suffix for Alternative Hier.
Selection Text: P7 = Cost Centers
Selection Text: P8 = Profit Centers
Selection Text: P9TSTRUN = Simulation
Title: Generate CO Alternative Hierarchy from Organizational Structure
Text Symbol: 000 = Standard Hierarchy for
Text Symbol: 001 = Selection
Text Symbol: 002 = Processing Options
Text Symbol: FC1 = Set CO Area


INCLUDES used within this REPORT /ISDFPS/ACCHIERCOPY

No INCLUDES are used within this REPORT code!


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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING i_kokrs = p_kokrs popup = p_popup IMPORTING e_kokrs = p_kokrs EXCEPTIONS not_found = 1 OTHERS = 2.

RH_ENTH_PATH_SET CALL FUNCTION 'RH_ENTH_PATH_SET' "#EC EXISTS EXPORTING ext_path_costcenter = wegid_ctr_hier ext_path_profitcenter = wegid_prctr_hier.

/ISDFPS/AC_TCODE_AUTH_CHECK CALL FUNCTION '/ISDFPS/AC_TCODE_AUTH_CHECK' EXPORTING ac_cctr_hier_maint = p7 ac_prctr_hier_maint = p8 IMPORTING ac_authorization = ac_auth.



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 /ISDFPS/ACCHIERCOPY or its description.