INCL_CPE_TERMGRP 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 INCL_CPE_TERMGRP 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 INCL_CPE_TERMGRP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING * filename = 'C:\CPE_TEST_BASIS\termgrp.txt'
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING * filename = 'C:\CPE_TEST_BASIS\termgrp_mod.txt'
CPE_TERMGRP_UPDATE_DU CALL FUNCTION 'CPE_TERMGRP_UPDATE_DU' EXPORTING it_termgrp_ins = lt_termgrp_file EXCEPTIONS OTHERS = 1.
CPE_TERMGRP_READ_CB CALL FUNCTION 'CPE_TERMGRP_READ_CB' EXPORTING iv_logsys = ls_termgrp_file-logsys iv_formid = ls_termgrp_file-formid iv_cond_type = ls_termgrp_file-cond_type iv_termno = ls_termgrp_file-termno iv_validto = ls_termgrp_file-validto IMPORTING es_termgrp = ls_termgrp_prog EXCEPTIONS not_found = 1 OTHERS = 2.
CPE_TERMGRP_UPDATE_DU CALL FUNCTION 'CPE_TERMGRP_UPDATE_DU' EXPORTING it_termgrp_upd = lt_termgrp_modfile EXCEPTIONS OTHERS = 1.
CPE_TERMGRP_UPDATE_DU CALL FUNCTION 'CPE_TERMGRP_UPDATE_DU' EXPORTING it_termgrp_del = lt_termgrp_modfile EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
INCL_CPE_TERMGRP - Include INCL_CPE_TERMGRP INCL_CPE_TERMCONVOUT_SET_GUIDS - Include INCL_CPE_TERMCONVOUT INCL_CPE_TERMCONVOUT_READMULTI - Include INCL_CPE_TERMCONVOUT INCL_CPE_TERMCONVOUT_READ - Include INCL_CPE_TERMCONVOUT INCL_CPE_TERMCONVOUT_MODIFY - Include INCL_CPE_TERMCONVOUT INCL_CPE_TERMCONVOUT_INSERT - Include INCL_CPE_TERMCONVOUT