Skip to Content
0
May 10, 2020 at 07:18 AM

Problems in reading RAW data via VBA scripting

76 Views Last edit May 21, 2020 at 07:39 AM 4 rev

Hi All,

we used a VBA Script to extract data from the table "ACEPSOIT", in this table the field "OBJID" has data type RAW. I understood that if a data element or a field of an ABAP Dictionary object (structure, table type, table, view) is used in an ABAP program, the Dictionary data type is converted to the corresponding ABAP data type. In our case the data type of the field OBJID is converted from RAW to X(n). Is it Correct?

How can I extract the exactly content of the original field via VBA Scripting?

Thanks a lot.

Regards.