SAP Function RPY_BLST_INSERT_30 - Insert hierarchy level

Parameter Reference Type Length Default Optional Text
CICO_REQUEST_NO RPYBMGF-CICO_REQNO C 10 Check-In-Check-Out-Request-Number
MODEL_INFO RPYBM4030 u 156 Model Information

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 that occured
HIERARCHY_NODES RPYBM4430 43 Hierarchy Nodes

Functionality
With this remote callable function module you can insert a level of ahierarchical list of the Process Model of one of the following modeltypes:

  • 'BMHF' Process Assignments to Application Components (Pocess List in
  • Business Navigator Component View)
    • 'BMET' Scenario Assignments to Organizational Units (second level of
    • the Business Navigator Process View)

      Example
      INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
      To insert a list of SAP processes extended by a number of customerprocesses, fill the import parameters as follows:

      • CICO_REQUEST_NO = 'Z300000123' (CICO_REQUEST_NO delivered by function
      • RPY_CICO_REQUEST_OPEN)
        • MODEL_INFO:

        • MODEL_INFO-MODEL_ID = 'ZL8X000027' (number of the parent object thislist shall be linked to e. g. customer component number).
          MODEL_INFO-MODEL_TYPE = 'BMHF'
          MODEL_INFO-DEVCLASS = 'ZCUS' (customer developement class)
          MODEL_INFO-VARTYPE = 'E' (see values of domain UFVARTYP)
          All other fields of MODEL_INFO are ignored in case of an insert and canbe left blank. (The model's language and name are derived from theparent object the model is linked to and the create and changeinformation is determined in R/3.)
          • Fill table HIERARCHY_NODES. Field HIERARCHY_NODES-HIERPOS should
          • contain the position in the list. Customer hierarchy positions shouldstart with a prefix beginning with 'Z' so that all customer functionsappear at the end of the list and can be merged with new SAP entrieswithout any sequence problems after any upgrade.

            Notes
            INCLUDE 'RPYBM_HINT_MOD_CONSI' OBJECT DOKU ID TX
            INCLUDE 'RPYBM_HINT_REL' OBJECT DOKU ID TX

            Further information
            INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX