SAP Function RPY_BMAT_INSERT_30 - Insert Matrix

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
NODES RPYBM4130 43 Nodes

Functionality
With this remote callable function module you can insert a matrix ofthe Process Model of one of the following model types:

  • 'BMPM' Process Selection Matrix (PSM) for Components (in Business
  • Navigator Component View)
    • 'BMSM' Scenario Selection Matrix (SSM) for Organizational Units (first
    • level of the Business Navigator Process View)

      Example
      INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
      To insert a modified SAP-PSM extended by a number of customer processesas a customer-PSM , 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 thismatrix shall be linked to e. g. customer component number).
          MODEL_INFO-MODEL_TYPE = 'BMPM'
          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 NODES.
          • 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