SAP I_OI_WORD_PROCESSOR_DOCUMENT OO Class - Text Processor Interface









I_OI_WORD_PROCESSOR_DOCUMENT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class I_OI_WORD_PROCESSOR_DOCUMENT including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of I_OI_WORD_PROCESSOR_DOCUMENT SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CLEAR_TABLEDelete the Contents of a Table in the DocumentPublic
CALL METHOD i_oi_word_processor_document=>CLEAR_TABLE...more details

GET_TABLE_INFOGet the Number of Rows and Columns in Each Table in DocumentPublic
CALL METHOD i_oi_word_processor_document=>GET_TABLE_INFO...more details

GET_TEMPLATE_INFOGet the Name, Path, and Full Path of the Current TemplatePublic
CALL METHOD i_oi_word_processor_document=>GET_TEMPLATE_INFO...more details

GET_VERSIONGet the Version of the Word Processor ApplicationPublic
CALL METHOD i_oi_word_processor_document=>GET_VERSION...more details

INSERT_TABLETransfer Data from Internal Table to Document TAblePublic
CALL METHOD i_oi_word_processor_document=>INSERT_TABLE...more details

INSERT_TABLE2Transfer Data to Document Table using Column NamesPublic
CALL METHOD i_oi_word_processor_document=>INSERT_TABLE2...more details

INSTALL_TEMPLATEInstalls a Template for the Office ApplicationPublic
CALL METHOD i_oi_word_processor_document=>INSTALL_TEMPLATE...more details

REMOVE_TEMPLATERemoves All Locally-Installed TemplatesPublic
CALL METHOD i_oi_word_processor_document=>REMOVE_TEMPLATE...more details

REPLACEReplaces a Character String in the Open DocumentPublic
CALL METHOD i_oi_word_processor_document=>REPLACE...more details

SEARCHFinds a Character String in the Open DocumentPublic
CALL METHOD i_oi_word_processor_document=>SEARCH...more details

SET_TEMPLATESets Template for the Current DocumentPublic
CALL METHOD i_oi_word_processor_document=>SET_TEMPLATE...more details




Links to Related Class(s)

I_OI_WOR...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!