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

/ISDFPS/ACCHIERREST SAP ABAP Report - Replace CO Standard Hierarchy with CO Alternative Hierarchy







/ISDFPS/ACCHIERREST 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/ACCHIERREST 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/ACCHIERREST - Replace 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/ACCHIERREST. "Basic submit
SUBMIT /ISDFPS/ACCHIERREST AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/ACCHIERREST 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 = Key Date
Selection Text: P3ALTGRP = Alternative Hierarchy
Selection Text: P4SUFFIX = Suffix for Old Standard Hier.
Selection Text: P7 = Cost Centers
Selection Text: P8 = Profit Centers
Selection Text: P9TSTRUN = Simulation
Title: Replace CO Standard Hierarchy with CO Alternative Hierarchy
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/ACCHIERREST

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:

/ISDFPS/AC_COAREA_READ CALL FUNCTION '/ISDFPS/AC_COAREA_READ' EXPORTING coarea = p1coarea IMPORTING e_tka01 = e_tka01 EXCEPTIONS not_found = 1 OTHERS = 2.

/ISDFPS/AC_COAREA_UPDATE CALL FUNCTION '/ISDFPS/AC_COAREA_UPDATE' EXPORTING coarea = p1coarea ls_tka01 = e_tka01 g_appl = g_appl EXCEPTIONS update_not_possible = 1 OTHERS = 2.

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.

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