‎2006 Sep 07 9:30 PM
Hi everyone,
Somebody knows like using this data types (RAW). We need create a transparent table and some fields with Uninterpreted sequence of bytes.
Thanks for your help
‎2006 Sep 07 11:05 PM
Table with field component type as DXRAW. Is this what you are looking for?
‎2006 Sep 12 8:11 PM
Thank Sam,
DXRAW it is a too long field. We needed to hide a field CURR of length 20
‎2006 Sep 08 5:59 AM
Hi,
Check the following links
http://help.sap.com/saphelp_nw04s/helpdata/en/cf/21f2e5446011d189700000e8322d00/content.htm
http://help.sap.com/saphelp_46c/helpdata/en/9d/ab1b0f055b11d2806500c04fadbaa1/content.htm
Please reward if it helps.
‎2006 Sep 12 7:56 PM
thanks for its answers.
We Really needed to hide (nonunderstandable) the data of the employees in a table Z. we think that to do it with the data type RAW it is sufficient. But we do not know like convert a field of data type CURR to the data type RAW and viceversa.
...Another data type or a conversion routine also is useful!