Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

unique number

Former Member
0 Likes
919

Dear All,

I have a table and it has two key fields. Both are defined as data element GUID32.

Each table entry into this table needs two new unique GUID32.

How does itwork. Will the GUID32 incremented ? Generally how is the handling in that case.

Plaease advice. I thank you very much in advance.

Regards

ilhan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
852

HI....

GUIID IS A UNIQUE NUMBER THATS IS GENERATED BY SAP FOR 25 WIDTH AND IS GENERATED BY SAP FOR EACH EXECUTION

AVOID USING IT IN Z DEVELOPMENTS

REGARDS

5 REPLIES 5
Read only

Former Member
0 Likes
852

GUID32 is only a dataelement.the values for the fields should be different.

Read only

Former Member
0 Likes
853

HI....

GUIID IS A UNIQUE NUMBER THATS IS GENERATED BY SAP FOR 25 WIDTH AND IS GENERATED BY SAP FOR EACH EXECUTION

AVOID USING IT IN Z DEVELOPMENTS

REGARDS

Read only

Former Member
0 Likes
852

I need in the key fields on every data insert unique numbers. How can I get them.

Is the only way to increment the GUID32 or ???

Bye

ilhan

Edited by: Ilhan Ertas on Feb 18, 2009 9:32 AM

Read only

Former Member
0 Likes
852

write your own logic to increment the counter, while updating the db table.

Read only

0 Likes
852

exactly this is the my problem. I have never done it ever before

Can you pls help me ??

Reagrds

ilhan