SAP Function RPY_BDIA_READ_30 - Read diagram in read only mode

Parameter Reference Type Length Default Optional Text
LANGUAGE SYST-LANGU C 1 SY-LANGU X Errors
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 X Line points
NODES RPYBM4130 43 Nodes

Functionality
With this remote callable function module you can read a diagram of theProcess 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 the process 'Purchase order processing for stock material' fillthe import parameters as follows:

    • MODEL_TYPE = 'BMEP'

    • MODEL_ID = 'A010000565'

    • To read the scenario 'Processing consumable material' fill the importparameters as follows:
      • MODEL_TYPE = BMSP

      • MODEL_ID = A010000013
      • 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.