2006 Jun 26 8:45 AM
Hi,
I have inserted a table in a word document using OLE, but i can´t give column format. I need to align right the first column, but only the first cell is aligned.
To insert the table, i'm using,
GET PROPERTY OF gs_actdoc 'Tables' = gs_tables .
GET PROPERTY OF gs_selection 'Range' = gs_range .
CALL METHOD OF gs_tables 'Add' = gs_table
EXPORTING
#1 = gs_range " Handle for range entity
#2 = lv_lines "Number of rows
#3 = '2'. "Number of columns
What's the method to apply format to a column table ?
Thanks for help.
2006 Jun 26 8:53 AM
Hai
Go through the following Links
OLE
http://www.sapgenie.com/abap/ole.htm
http://help.sap.com/saphelp_46c/helpdata/en/59/ae3f2e488f11d189490000e829fbbd/frameset.htm
Thanks & regards
Sreenivasulu P
2006 Jun 26 8:53 AM
Hai
Go through the following Links
OLE
http://www.sapgenie.com/abap/ole.htm
http://help.sap.com/saphelp_46c/helpdata/en/59/ae3f2e488f11d189490000e829fbbd/frameset.htm
Thanks & regards
Sreenivasulu P
2006 Jun 26 10:10 AM