I ran the following query a couple of days back: SELECT LRAWFIELD FROM Z_TEST_TABLE Z_TEST_TABLE is a table defined in my test SAP instance, and LRAWFIELD is a column of type LRAW and length 256. I was writing a unit test, and expected it to pass. Unfortunately, it failed! The value selected was only correct upto the first 32 bytes, the remaining (256-32) bytes were all zeros! Debugging into it, I realized that its a SAP issue. When a LRAW field is present in any table, SAP requires that there exist...(read more)