Skip to Content
0
Former Member
Jan 17, 2008 at 03:28 PM

raw datatype

39 Views

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