COM_HIERARCHY_DELETE_ALL 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 COM_HIERARCHY_DELETE_ALL 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.
Selection Text: NO = No
Selection Text: YES = Yes
Title: Deletes Hierarchies with All Category Data
Text Symbol: 001 = Delete Hierarchies
Text Symbol: 002 = Really delete all hierarchies
Text Symbol: 003 = ?
Text Symbol: 004 = Delete all hierarchies?
Text Symbol: 005 = No hierarchies deleted
INCLUDE: COM_PRODUCT_CONST018.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = textline1 textline2 = textline2 titel = title IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COM_HIERARCHY_DELETE_ALL - Deletes Hierarchies with All Category Data COM_HIERARCHY_DELETE_ALL - Deletes Hierarchies with All Category Data COM_HIERARCHY_CONST003 - Konstanten für User Interface COM_HIERARCHY_CONST002 - COMHIERARCHYCONST002 COM_HIERARCHY_CONST001 - General Constants COM_GTIN_DELETE_DUPLICATES - Program COM_GTIN_DELETE_DUPLICATES