SAP Function RPY_BMGR_MULTI_UPDATE_31 - Update Groups

Parameter Reference Type Length Default Optional Text
CICO_REQUEST_NO RPYBMGF-CICO_REQNO C 10 Check-In-Check-Out-Request-Number
LANGUAGE SYST-LANGU C 1 SY-LANGU X Masterlanguage

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
GROUPS RPYBM1631 215 Groups
GROUP_CONTENTS RPYBM4531 22

Functionality
With this remote callable function module you can update a list ofgroups of the Process Model.

Example
INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
To insert a group you have to fill the import parameters as follows:

  • CICO_REQUEST_NO = 'Z300000123' (CICO_REQUEST_NO delivered by function
  • RPY_CICO_REQUEST_OPEN)
    Then you have to fill the following fields of the group table for everygroup:
    • GROUPS-GROUP_ID = 'ZL8X000012' (R/3 number of the group to be updated)
    • (mandatory)
      • GROUPS-NAME = 'Purchasing' (mandatory)

      • GROUPS-IDENT = 'Z1.321564' (optional)

      • GROUPS-ORIGINAL = 'A010004156' (only if the new group refers to an
      • existing group)
        All other fields of GROUPS are ignored in case of an insert and can beleft blank. (The create and change information is determined in R/3.The Developement Class can only be changed in R/3 with reportRDDIT054.)

        Notes
        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