Conversion Rules
Use
When passing parameters, conversion is always via character type:
The ABAP-type is converted into CHAR according to ABAP conventions. Afterwards, the CHAR is converted into OLE by using the corresponding OLE types:
Without Typeinfo, or if the OLE type is undefined, it is set according to the ABAP type as follows:
|
ABAP types |
OLE types |
|
I |
Int |
|
P,F |
Double |
|
D |
Date |
|
T |
Time |
|
Others |
Reference |

