Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to pass array parameters to OLE using ABAP

Former Member
0 Likes
846

hello everyone,

i want to call a method of excel application in abap , but i found that there's an array parameter in the

method,how can i use it?

i just tried to pass initial table to it,but it didn't work.

thanks in advance!

david

hello everyone,

i want to call a method of excel application in abap , but i found that there's an array parameter in the

method,how can i use it?

i just tried to pass initial table to it,but it didn't work.

thanks in advance!

david

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
670

hi,

please refer below links for more information

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/204d1bb8-489d-2910-d0b5-cdddb322...

alternatively u can also use

FM "SAP_CONVERT_TO_CSV_FORMAT" - to send the data in excel format..

pradeep

Read only

Former Member
0 Likes
670

Note 633105 - OLE automation: ABAP type for OLE array parameters

Symptom

If the method of an OLE object contains an array parameter, there is no suitable ABAP data type for the parameter.

Reason and Prerequisites

Array is not supported as a data type for OLE parameters in ABAP.

Solution

None