SAP Function RPY_BMFU_MULTI_READ_LOCK_30 - Read functions 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 Language of objects to read

Parameter Reference Type Length Text
ERROR_OCCURED RPYGSGF-ERR_EXIST C 1 Error occured, error table has entries
PROCESSING_STATUS RPYGSGF-PROC_STAT C 2 Status of processing

Parameter Reference Length Optional Text
ERRORS RPYBMER31 250 Errors
FUNCTIONS RPYBM0130 242 Result table
OBJECTS_TO_READ RPYBMNO30 10 ID's of objects to read

Functionality
With this remote callable function module you can read and lock a listof functions of the Process Model.

Example
INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
To read and lock a function you have to fill the import parameters asfollows:
CICO_REQUEST_NO = 'Z300000123' (CICO_REQUEST_NO delivered by functionRPY_CICO_REQUEST_OPEN)
Then you have to fill the field OBJ_NO of the table OBJECTS_TO_READ forevery function:
OBJECTS_TO_READ-OBJ_NO = 'ZL8X000012' (R/3 number of the function to beread)

Notes
INCLUDE 'RPYBM_HINT_REL' OBJECT DOKU ID TX

Further information
INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX