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

/ISDFPS/ACMDGSTRU SAP ABAP INCLUDE - Include /ISDFPS/ACMDGSTRU







/ISDFPS/ACMDGSTRU is a standard ABAP INCLUDE 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 /ISDFPS/ACMDGSTRU into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Include /ISDFPS/ACMDGSTRU


INCLUDES used within this REPORT /ISDFPS/ACMDGSTRU

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/FORCE_STRUC_GET CALL FUNCTION '/ISDFPS/FORCE_STRUC_GET' EXPORTING act_otype = 'O' act_objid = objid act_wegid = wegid_hier_down act_svect = l_svect act_plvar = l_plvar act_begda = begda act_endda = endda act_tdepth = l_depth act_tflag = 'X' act_vflag = 'X' authority_check = 'X' text_buffer_fill = space buffer_mode = 'X' TABLES result_objec = lt_objects EXCEPTIONS no_plvar_found = 1 root_not_found = 2 path_not_found = 3 internal_error = 4 OTHERS = 5.

/ISDFPS/AC_RH_IS_ROOT_OBJECT CALL FUNCTION '/ISDFPS/AC_RH_IS_ROOT_OBJECT' EXPORTING plvar = ls_objects-plvar otype = ls_objects-otype objid = ls_objects-objid begda = '19000101' endda = '99991231' IMPORTING is_root = is_root EXCEPTIONS object_det_not_possible = 1 OTHERS = 2.

/ISDFPS/AC_GET_OBJECTS_OF_OM CALL FUNCTION '/ISDFPS/AC_GET_OBJECTS_OF_OM' EXPORTING orgm_id = ls_orgm_wi-orgm_id istat = proc_sta check_1000 = 'X' check_1950 = 'X' IMPORTING objects = lt_objects EXCEPTIONS check_failed = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' "#EC * EXPORTING titlebar = text-001 text_question = text-053 text_button_1 = text-028 icon_button_1 = 'ICON_EXECUTE_OBJECT' text_button_2 = text-052 icon_button_2 = 'ICON_INCOMPLETE' display_cancel_button = space IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

/ISDFPS/AC_RH_IS_ROOT_OBJECT * CALL FUNCTION '/ISDFPS/AC_RH_IS_ROOT_OBJECT' * EXPORTING * plvar = ls_objects-plvar * otype = ls_objects-otype * objid = ls_objects-objid * begda = '19000101' * endda = '99991231' * IMPORTING * is_root = is_root * EXCEPTIONS * object_det_not_possible = 1 * OTHERS = 2.

/ISDFPS/AC_FIND_OBJECT CALL FUNCTION '/ISDFPS/AC_FIND_OBJECT' EXPORTING plvar = ls_objects-plvar otype = ls_objects-otype objid = ls_objects-objid begda = ls_objects-endda endda = ls_objects-endda IMPORTING coarea = l_coarea cocode = l_cocode.

BAPI_COSTCENTERGROUP_GETDETAIL CALL FUNCTION 'BAPI_COSTCENTERGROUP_GETDETAIL' EXPORTING controllingarea = l_coarea groupname = l_costcentergroup IMPORTING return = ls_ccgrp_return TABLES hierarchynodes = lt_hierarchynodes hierarchyvalues = lt_cctr_hierarchyvalues.

BAPI_PROFITCENTERGRP_GETDETAIL CALL FUNCTION 'BAPI_PROFITCENTERGRP_GETDETAIL' EXPORTING controllingarea = l_coarea groupname = l_profitcentergroup IMPORTING return = ls_pcgrp_return TABLES hierarchynodes = lt_hierarchynodes hierarchyvalues = lt_prctr_hierarchyvalues.



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