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.