Functionality With this remote callable function module you can update a list offunctions of the Process Model. Example INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX To update an 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 following fields of the function table forevery function: FUNCTIONS-FCT_ID = 'ZL8X000012' (R/3 number of the event to be updated)(mandatory) FUNCTIONS-NAME = 'Print invoice' (mandatory) FUNCTIONS-IDENT = 'Z1.321564' (optional) FUNCTIONS-ORIGINAL = 'A010004156' (only if new function refers to anexisting function) The fields FUNCTIONS-ONLZ, FUNCTIONS-ONLD, FUNCTIONS-BATZ, FUNCTIONS-BATD, FUNCTIONS-AUTZ,FUNCTIONS-AUTD, FUNCTIONS-MANU, FUNCTIONS-OPTN, FUNCTIONS-PROC_BB,FUNCTIONS-TCODES and FUNCTIONS-COMP ar optional. All other fields of FUNCTIONS are ignored in case of an insert and canbe left 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 |