Application Development 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: 

raw datatype

Former Member
0 Kudos

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

former_member194669
Active Contributor
0 Kudos

May be try to use

SX_OBJECT_CONVERT_RAW_TXT

, a®

0 Kudos

HI

Thanks for reply, but how to use this fm

SX_OBJECT_CONVERT_RAW_TXT