SAP Function RPY_BMFI_READ_LOCK_31 - Read filter with contents 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
OBJECT_ID RPYBM5231-FILTER_ID C 10 Filter ID

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

Parameter Reference Length Optional Text
ACTION_LOG RPYBMFL31 255 Action log of the filter creation
ERRORS RPYBMER31 250 Errors
VARIANTS RPYBM5531 250 Variants of the filter
VARIANT_CONTENTS RPYBM5431 27 Variant contents (selection of nodes)
VARIANT_CONTEXTS RPYBM5331 34 Variant contexts (selection of variants)

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

Example
INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
To read and lock a filter you have to fill the import parameters asfollows:
CICO_REQUEST_NO = 'Z300000123' (CICO_REQUEST_NO delivered by functionRPY_CICO_REQUEST_OPEN)
FILTER_ID = 'ZL8X000012' (R/3 number of the filter to be read)

Notes
INCLUDE 'RPYBM_HINT_REL' OBJECT DOKU ID TX

Further information
INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX