SAP Function RPY_BDIA_READ_LOCK_30 - Read diagram locking

Parameter Reference Type Length Default Optional Text
CICO_REQUEST_NO RPYBMGF-CICO_REQNO C 10 Number of Check-In-Check-Out-Request
LANGUAGE SYST-LANGU C 1 SY-LANGU X
MODEL_ID RPYBM4030-MODEL_ID C 10 Model ID
MODEL_TYPE RPYBM4030-MODEL_TYPE C 4 Model Type

Parameter Reference Type Length Text
ERROR_OCCURED RPYGSGF-ERR_EXIST C 1 Error occured, error table has entries
MODEL_INFO RPYBM4030 u 156 Model information
PROCESSING_STATUS RPYGSGF-PROC_STAT C 2 Stateus of processing

Parameter Reference Length Optional Text
ERRORS RPYBMER31 250 Errors
LINES RPYBM4230 54 Lines
LINE_POINTS RPYBM4330 35 Line points
NODES RPYBM4130 43 Nodes

Functionality
With this remote callable function module you can read and lock adiagram of the 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 read and lock the customer process 'Purchase order processing forcompany XY' fill the import parameters as follows:

    • CICO_REQUEST_NO = 'Z300000123' (CICO_REQUEST_NO delivered by function
    • RPY_CICO_REQUEST_OPEN)
      • MODEL_TYPE = 'BMEP'

      • MODEL_ID = 'ZL8X000012' (Number of the function this model is
      • linked to)

        Notes
        INCLUDE 'RPYBM_HINT_REL' OBJECT DOKU ID TX

        Further information
        INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX

        Description
        Line start-, end- and edge points.