‎2008 Jul 11 9:37 AM
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
‎2008 Jul 11 10:46 AM
Hi,
Try to use fm: SX_OBJECT_CONVERT_RAW_SCR /
SX_OBJECT_CONVERT_SCR_OTF
Regards,
Sowmya
‎2008 Jul 11 10:27 AM
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.
‎2008 Jul 11 10:46 AM
Hi,
Try to use fm: SX_OBJECT_CONVERT_RAW_SCR /
SX_OBJECT_CONVERT_SCR_OTF
Regards,
Sowmya