‎2006 Feb 24 12:49 PM
Hi,
I have a char(24) field. I want to generate a unique ID to fill up this field. The generated ID should not have special characters like *, !, {, etc. Basically I want only letters and digits. Is there a FM for this. Moreover is there a FM to generate unique IDs within a specified range without any special characters.
Thanks,
Saurabh
‎2006 Feb 24 12:55 PM
Hi,
look the transaction SNRO and the function NUMBER_GET_NEXT
Rgd
Frédéric
‎2006 Feb 24 12:58 PM
Use this FM
SYSTEM_GET_UNIQUE_ID but will guve U 32 char output
‎2006 Feb 24 1:00 PM
Hi,
You can generate a particular sequence object using transaction SNRO.
Check it.
Regards
vijay
‎2006 Feb 24 1:04 PM
there if function module
QF05_RANDOM Random number generator
QF05_RANDOM_INTEGER Random (whole) number
AQ_INT_RANDOM_NUMBERS
regard
vinod
‎2006 Feb 25 9:39 AM