cancel
Showing results for 
Search instead for 
Did you mean: 

APO DP V5 - creation of APO DP selection GUIDs

Former Member
0 Kudos

We are using APO DP V5.

We are using an LSMW program to create GUIDs to create records in table /SAPAPO/TS_SELKO etc.

But the program is looping and seems unable to create a valid GUID. It seems to be objecting to GUIDs containing characters.

Are there any rules/constraints which determine 'valid' GUIDs?

Thanks,

Bob Austin, Atos Origin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bob

Those characters are certainly allowed in GUID's, so you may have another issue. For reference I found this constants declaration which may help:

CONSTANTS:

  • CHAR VALUES used for GUIDS

lc_charsused(64) TYPE c VALUE

  • '0 1 2 3 '

  • '12345678901234567890123456789012'

'0123456789ABCDEFGHIJKLMNOPQRSTUV'&

  • ' 4 5 6 '

  • '34567890123456789012345678901234'

'WXYZabcdefghijklmnopqrstuvwxyz{}',

basically seems to be 0-9 a-z A-Z {}

Regards

Ian

Answers (0)