SAP Function RPY_GET_OBJECT_NUMBERS_30 - Get Numbers for new Business Navigator Objects

Parameter Reference Type Length Default Optional Text
OBJECT_TYPE RPYGSGF-LOBJECT C 4 Object type
QUANTITY INRI-QUANTITY N 20 10 X Quantity of numbers

Parameter Reference Type Length Text
ERROR_OCCURED RPYGSGF-ERR_EXIST C 1 Error occurred
PROCESSING_STATUS RPYGSGF-PROC_STAT C 2 Processing status

Parameter Reference Length Optional Text
ERRORS RPYBMER31 250 Errors
NUMBERS RPYBMNO30 10 Numbers

Functionality
This function module delivers new R/3 identifiers for objects of theProcess Model Repository and for nodes and lines in the diagams.

Example
INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX
To get new numbers for nodes fill the import parameters as follows:
QUANTITY = '10' for 10 numbers to get
OBJECT_TYPE = 'NODE'
Other valid object types are:
LINE for lines
BMFU for functions
BMFR for components
BMEV for events
BMIF for infoflows
BMSZ for scenarios
BMEO for org units
BMKF for communication flows
BMFI for filters
BMGR for groups
BMSL for variants

Notes
INCLUDE 'RPYBM_HINT_REL' OBJECT DOKU ID TX

Further information
INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX