2007 Jul 23 6:11 AM
Hi all,
I need help in converting the raw string to the char. Below i mentioned the data types.
In table<b> crmd_order_index</b> there is a field <b>GUID of data type CRMT_OBJECT_GUID and domain SYSUUID which is RAW 16.</b>
<b>and in the another table a thr is a field SYSUUID of data type char 70.</b>
When i execute the code
<b>SELECT roleid
FROM SRRELROLES
INTO gs_roleid
WHERE objkey = gs_guid
AND objtype = BUS2010020.</b>
it is throwin an error sayin dat
<b>" GS_GUID and OBJKEY is not mutually convertible in a unicode program.... "</b>
Please Reply me ASAP
Thanks,
Shiva shekar k
2007 Jul 23 6:31 AM
Hi all,
I need help in converting the raw string to the char. Below i mentioned the data types.
In table<b> crmd_order_index</b> there is a field <b>GUID of data type CRMT_OBJECT_GUID and domain SYSUUID which is RAW 16.</b>
<b>and in the another table a thr is a field SYSUUID of data type char 70.</b>
When i execute the code
<b>SELECT roleid
FROM SRRELROLES
INTO gs_roleid
WHERE objkey = gs_guid
AND objtype = BUS2010020.</b>
it is throwin an error sayin dat
<b>" GS_GUID and OBJKEY is not mutually convertible in a unicode program.... "</b>
Please Reply me ASAP
Thanks,
Shiva shekar k
2007 Jul 23 6:31 AM
hi,
please go through the code.
tables SRRELROLES.
data : gs_roleid type SRRELROLES-roleid.
data : gs_guid type SRRELROLES-objkey.
data : obj_type type SRRELROLES-OBJTYPE.
obj_type = 'BUS4498'.
gs_guid = '0000000300002'.
SELECT single roleid
FROM SRRELROLES
INTO gs_roleid WHERE objkey = gs_guid and OBJTYPE = obj_type.
this is working fine with the details u have given.
reward points if helpful.
null
2007 Jul 23 6:31 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |