‎2009 Feb 18 8:23 AM
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
‎2009 Feb 18 8:27 AM
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
‎2009 Feb 18 8:25 AM
GUID32 is only a dataelement.the values for the fields should be different.
‎2009 Feb 18 8:27 AM
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
‎2009 Feb 18 8:32 AM
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
‎2009 Feb 18 9:46 AM
write your own logic to increment the counter, while updating the db table.
‎2009 Feb 18 9:50 AM
exactly this is the my problem. I have never done it ever before
Can you pls help me ??
Reagrds
ilhan