FMCA_PSOB_TREE_STARTO01 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 FMCA_PSOB_TREE_STARTO01 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.
Title: Include FMCA_PSOB_TREE_STARTO01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BDT_SCREEN_SELECT_PAI CALL FUNCTION 'BDT_SCREEN_SELECT_PAI' EXPORTING IV_HANDLE = GV_HANDLE.
BDT_SCREEN_SELECT_PBO CALL FUNCTION 'BDT_SCREEN_SELECT_PBO' EXPORTING IV_HANDLE = GV_HANDLE IMPORTING EV_DYNNR = GV_DYNNR.
BDT_INSTANCE_ATTRIBUTES_GET CALL FUNCTION 'BDT_INSTANCE_ATTRIBUTES_GET' EXPORTING IV_HANDLE = GV_HANDLE IMPORTING EV_OBJAP = LV_OBJAP EXCEPTIONS HANDLE_NOT_FOUND = 1 OTHERS = 2.
BDT_INSTANCE_SELECT CALL FUNCTION 'BDT_INSTANCE_SELECT' EXPORTING IV_HANDLE = GV_HANDLE * IV_XPUSH = 'X' IV_XPOP = 'X' * IV_XPUSH_CLASSIC = * IV_XPOP_CLASSIC = 'X' IV_OBJAP = 'PSOB' * IV_XLEAVE = EXCEPTIONS HANDLE_NOT_FOUND = 1 ILLEGAL_PARAMETERS = 2 IMPORT_FAILED = 3 OTHERS = 4 .
BDT_SCREEN_PBO_PROCESS CALL FUNCTION 'BDT_SCREEN_PBO_PROCESS' EXPORTING IV_HANDLE = GV_HANDLE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMCA_PSOB_TREE_STARTO01 - Include FMCA_PSOB_TREE_STARTO01 FMCA_PSOB_TREE_STARTI01 - Include FMCA_PSOB_TREE_STARTI01 FMCA_PSOB_TREE_STARTF07 - Include FMCA_PSOB_TREE_STARTF07 FMCA_PSOB_TREE_STARTF06 - Include FMCA_PSOB_TREE_STARTF06 FMCA_PSOB_TREE_STARTF05 - Include FMCA_PSOB_TREE_STARTF05 FMCA_PSOB_TREE_STARTF04 - Include FMCA_PSOB_TREE_STARTF04