SAP Function RPY_BMEO_MULTI_INSERT_30 - Insert enterprise organizational units

Parameter Reference Type Length Default Optional Text
CICO_REQUEST_NO RPYBMGF-CICO_REQNO C 10 Check-In-Check-Out-Request-Number
LANGUAGE SYST-LANGU C 1 Masterlanguage

Parameter Reference Type Length Text
ERROR_OCCURED RPYGSGF-ERR_EXIST C 1 Error occured and is listed in Table 'ERRORS'
PROCESSING_STATUS RPYGSGF-PROC_STAT C 2 Processing Status of operation

Parameter Reference Length Optional Text
ERRORS RPYBMER31 250 Errors
ORG_UNITS RPYBM1230 284 Organizational Units

Functionality
With this remote callable function module you can insert a list oforganizational units in the Process Model.

Example
INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
To insert an organizational unit you have to fill the import parametersas follows:
CICO_REQUEST_NO = 'Z300000123' (CICO_REQUEST_NO delivered by functionRPY_CICO_REQUEST_OPEN)
Then you have to fill the following fields of the organizational unittable for every organizational unit:
ORG_UNITS-ORG_ID = 'ZL8X000012' (Number delivered byRPY_GET_OBJECT_NUMBERS_nn) (mandatory)
ORG_UNITS-NAME = 'International Controlling' (mandatory)
ORG_UNITS-IDENT = 'Z1.321564' (optional)
Either ORG_UNITS-PARENT_ORG or ORG_UNITS-COLOR must be filled.
ORG_UNITS-DEVCLASS = 'ZPMO' (mandatory)
ORG_UNITS-ORIGINAL = 'A010004156' (only if new organizational unitrefers to an existing organizational unit)
All other fields of ORG_UNITS are ignored in case of an insert and canbe left blank. (The create and change information is determined inR/3.)

Notes
INCLUDE 'RPYBM_HINT_REL' OBJECT DOKU ID TX

Further information
INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX