‎2006 Aug 16 3:41 PM
is there any existing functionmodule which can be used for unique id generation.
‎2006 Aug 16 3:44 PM
Hi,
GENERAL_GET_RANDOM_INT generates random numbers between 0 and the given value.
Regards,
Vidya
‎2006 Aug 16 3:44 PM
Hi,
GENERAL_GET_RANDOM_INT generates random numbers between 0 and the given value.
Regards,
Vidya
‎2006 Aug 16 3:45 PM
‎2006 Aug 16 3:45 PM
Hello William
I use the static method CL_RECA_GUID=>GET_NEW_GUID to create unique IDs.
Regards
Uwe
‎2006 Aug 16 3:47 PM
Hi William,
The Function module <b>LIS_INT_RANDOM_NUMBER</b> will generate random numbers.
The function module <b>QF05_RANDOM_INTEGER</b> will generate random between specified max and min integers.
Thanks,
Vinay
Message was edited by: Vinaykumar G
‎2006 Aug 16 3:49 PM
‎2006 Aug 16 4:00 PM
You can use the functions:
RANDOM_AMOUNT
RANDOM_C
RANDOM_C_BY_SET
RANDOM_F8
RANDOM_I2
RANDOM_I4
RANDOM_INITIALIZE
RANDOM_P
RANDOM_TABLE_ENTRY
Regards,
ravi
‎2006 Aug 16 4:01 PM