SAP Function RPY_BMGT_UPDATE_31 - Update process assignments to application components

Parameter Reference Type Length Default Optional Text
CICO_REQUEST_NO RPYBMGF-CICO_REQNO C 10 Check-In-Check-Out-Request-Number
OBJECT_ID RPYBM4031-MODEL_ID C 10 Object ID

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 RPYBM4431 30 Hierarchy Nodes

Functionality
With this remote callable function module you can update a list ofProcess Assignments to an Application Component (Process List in theBusiness Navigator Component View).

Example
INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
To update 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)
    • OBJECT_ID = 'ZL8X000027' (number of the parent object this list is
    • linked to e. g. customer component number).
      • 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.
        (The model's language and name are derived from the parent object themodel is linked to and the create and change information is determinedin R/3. The Development Class can only be changed in R/3 with reportRDDIT054.)

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

        Further information
        INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX