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:

Start of the navigation pathABAP Type Next navigation step CHAR Next navigation step OLE TypeEnd of the navigation path

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