CPE_GUI_TERMCONVOUT_F is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter CPE_GUI_TERMCONVOUT_F into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include CPE_GUI_TERMCONVOUT_F
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CPE_TERMCONVOUT_READ_MULTI_OW CALL FUNCTION 'CPE_TERMCONVOUT_READ_MULTI_OW' EXPORTING IV_TERMCONVOUT_GUID = GS_FOCUS_TERM_COM-TERMCONVOUT_GUID IV_DOCITEM_GUID = GV_DOCITEM_GUID IV_COND_TYPE = GV_COND_TYPE IV_TERMNO = GS_FOCUS_TERM_COM-TERMNO IV_LANGU = GV_LANGU IS_DOCUMENT_COM = GS_DOCUMENT_COM IMPORTING ET_TERMCONVOUT_COM = GT_TERMCONVOUT_COM ET_INPUT_FIELDNAMES = GT_IN_FLDNAMES_TERMCONVOUT EXCEPTIONS NOTHING_FOUND = 1 ERROR_OCCURRED = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CPE_GUI_TERMCONVOUT_F - Program CPE_GUI_TERMCONVOUT_F CPE_GUI_TERMCONVIN_T - Program CPE_GUI_TERMCONVIN_T CPE_GUI_TERMCONVIN_O - Include CPE_GUI_TERMCONVIN_O CPE_GUI_TERMCONVIN_I - Include CPE_GUI_TERMCONVIN_I CPE_GUI_TERMCONVIN_F - Program CPE_GUI_TERMCONVIN_F CPE_GUI_TCTRL_F - Program CPE_GUI_TCTRL_F