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

LRAW data format

Former Member
0 Likes
746

hi experts

I have to reteive a data from a field which is in LRAW format. is there anyway that the data can be retreived and converted into human readable format

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
670

Hi,

Try to use fm: SX_OBJECT_CONVERT_RAW_SCR /

SX_OBJECT_CONVERT_SCR_OTF

Regards,

Sowmya

2 REPLIES 2
Read only

Former Member
0 Likes
670

Hi sourabh nirmal,

LRAW: Uninterpreted byte string of arbitrary length, but with a minimum length of 256. Fields of this type must be located at the end of transparent tables and must be preceded by a length field of type INT2. If there is an INSERT or UPDATE in ABAP programs, this length field must be filled with the length actually required.

thanks

karthik.

Read only

Former Member
0 Likes
671

Hi,

Try to use fm: SX_OBJECT_CONVERT_RAW_SCR /

SX_OBJECT_CONVERT_SCR_OTF

Regards,

Sowmya