2021 Aug 31 12:10 PM
Hello,
I couldnt find if its possible to add bulleted or numbered list to my word document using sap abap.
If anyone knows please inform me.
Also i couldnt find ole2_object functions list, is there any?
Im using CALL METHOD OF gs_selection 'TypeParagraph' 'TypeText' 'INSERTNEWPAGE' etc. but i want to know what other possibilities are.
2021 Aug 31 2:17 PM
When you work with OLE in ABAP, the only experience you need is to know how to record actions in Word to generate VBA code automatically (record macro), and how to convert VBA code into ABAP OLE.
You don't need to know anything about what is TypeParagraph, etc.
What is "ole2_object functions list"? I just know the type "ole2_object" which is stored in the OLE2 type pool/group (SE11).
2021 Aug 31 3:28 PM
Suggested steps to perform
There is a guide in archives of forum at Copying data from Microsoft Excel to ABAP using OLE