Hi,
I am having two questions in the following code snippet:
create object gs_word 'Word.Basic'.
call method of gs_word 'Filenew'
exporting
#1 = 'normal.dot'.
1.I want to know how we can identify the value to be passed for each exporting parameter(here 'normal.dot').I searched in tables TOLE and OLELOAD.But I am unable to find information about the parameter values.
2.If I want to add a table in word,how the code should be using 'WORD.BASIC'.[I need code only using 'WORD.BASIC']
Any useful pointers will be appreciated.
Thanks and Regards,
J.Jayanthi