Application Development 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: 

merge cell in DOI ?

Former Member
0 Kudos

Hi

I want to merge cell in DOI (Desktop Office Intergration)

I know how can I do it in OLE , but I have no imformation in DOI

I checked SAPRDEMO_SPREADSHEET_INTERFACE but there is no merging.

is there anybody can give me some example about this.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi....

this one is for merging cell in a range one after another in a mail merge templete

call method MAIL_MERGE->MERGE_RANGE

EXPORTING

first = (here you give first data record)

last = (here you give last data record)

no_flush = no_flush

IMPORTING

retcode = retcode

error = error.

regards

1 REPLY 1

Former Member
0 Kudos

hi....

this one is for merging cell in a range one after another in a mail merge templete

call method MAIL_MERGE->MERGE_RANGE

EXPORTING

first = (here you give first data record)

last = (here you give last data record)

no_flush = no_flush

IMPORTING

retcode = retcode

error = error.

regards