cancel
Showing results for 
Search instead for 
Did you mean: 

Storing GUID in CHAR 32 format from RAW 16

Former Member
0 Kudos

I'm trying to get Ext Ref No from a table CRMD_SALES (field PO_NUMBER_SOLD) and add it to the extract structure crmt_bw_complaints_i.

The join should be on the field GUID of the CRMD_SALES table. Unfortunately, neither of guid from the extract structure or table crmd_link will match the GUID from CRMD_SALES table.

How can I store a GUID from CRMD_SALES or CRMD_LINK table into crmt_bw_complaints_i.-GUID field?

Reward point Guranteed

Thanks,

Anid

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot

gregorw
Active Contributor
0 Kudos

Hi Anid,

you sould mark one of the answers as sthe solution to close this topic.

Regards

Gregor

KaushalShah
Active Contributor
0 Kudos

Try

ASSIGN structure1-GUID1 TO GUID2 CASTING.

Regards,

Kaushal

Former Member
0 Kudos

I know ABAP but I am new to CRM can explain a bit..

KaushalShah
Active Contributor
0 Kudos

Sorry, I misunderstood your question.

CRMD_LINK-GUID_SET = CRMD_SALES-GUID.

Using this join should resolve the issue.

Hope it helps.

Regards,

Kaushal

Former Member
0 Kudos

Use function guid_convert to convert the guid from a RAW16 to a CHAR32 format.

Michael.