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

raw datatype

Former Member
0 Likes
472

Hi Experts

How to convert RAW datatype to char.

The orderadm_i-guid is in Raw datatype in CRM

and kposn field in R3 is char datatype with length 6.

I am using the below code to fetch the price from r3 to crm

READ TABLE pridoc-pric_cond INTO prcd_cond WITH KEY

kposn = orderadm_i-guid

stunr = '011'. "LST price

pls advice

thanks in advance

kar

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
424

May be try to use

SX_OBJECT_CONVERT_RAW_TXT

, a®

Read only

0 Likes
424

HI

Thanks for reply, but how to use this fm

SX_OBJECT_CONVERT_RAW_TXT