RHBORORG 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 RHBORORG 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: Program for Object Type IFORG : SAP Org. Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWO_QUERY_KEYFIELDS CALL FUNCTION 'SWO_QUERY_KEYFIELDS' EXPORTING LANGUAGE = SY-LANGU OBJTYPE = OBJECT-_OBJECTTYPENAME * TEXT = ' ' IMPORTING RETURN = SWORETURN TABLES INFO = INFO EXCEPTIONS OTHERS = 1.
ECOP_ORG_UNITS CALL FUNCTION 'ECOP_ORG_UNITS' EXPORTING ORG_UNIT = ORGUNIT * ACTION = VALUE_SOURCE_ENTITY = OBJECT-KEY * value_target_entity = IMPORTING RET_CODE = RETCODE * tables * LIST_OF_TABLES_ERR = * LIST_OF_FORKEY_ERR = * LIST_OF_TRANSPORT_ERR = EXCEPTIONS NO_VALID_ORG_UNIT = 1 NO_VALID_ACTION = 2 DB_ERROR_ON_INSERT = 3 DB_ERROR_ON_DELETE = 4 USER_FUNCTION_NOT_FOUND = 5 USER_FUNCTION_ERROR = 6 TRANSPORT_ERROR = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHBORORG - Program for Object Type IFORG : SAP Org. Objects RHBORORG - Program for Object Type IFORG : SAP Org. Objects RHBORORB - Program for Object Type IFORG_BASE : SAP OrgObjects RHBORORB - Program for Object Type IFORG_BASE : SAP OrgObjects RHBORIIZ - Interface Personnel Area (BUS0030) RHBORIIZ - Interface Personnel Area (BUS0030)