SAP Function RPY_BDIA_INSERT_30 - Insert Diagram

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
LINES RPYBM4230 54 Lines
LINE_POINTS RPYBM4330 35 Line Points
NODES RPYBM4130 43 Nodes

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

  • 'BMEP' Process

  • 'BMSP' Scenario Process

  • 'BMCD' Communication Flow Diagram
  • Example
    INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
    To insert the customer process 'Purchase order processing for companyXY',that is a variant of a SAP process, that has been extended in anexternal modelling tool, 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 = 'ZL8X000012' (Number of the function this modelshall be linked to)
        MODEL_INFO-MODEL_TYPE = 'BMEP'
        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 thefunction the model is linked to and the create and change informationis determined in R/3.)
        • If the model has the variant type 'S' you only have to fill the table
        • NODES. If the model has the variant type 'G' or 'E' you also have tofill the tables LINES and LINE_POINTS.

          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