INCL_CPE_FORMROUND 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_FORMROUND 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_FORMROUND
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\formround.txt'
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING * filename = 'C:\CPE_TEST_BASIS\formround_mod.txt'
CPE_FORMROUND_UPDATE_DU CALL FUNCTION 'CPE_FORMROUND_UPDATE_DU' EXPORTING it_formround_ins = lt_formround_file EXCEPTIONS OTHERS = 1.
CPE_FORMROUND_READ_CB CALL FUNCTION 'CPE_FORMROUND_READ_CB' EXPORTING iv_logsys = ls_formround_file-logsys iv_formid = ls_formround_file-formid iv_cond_type = ls_formround_file-cond_type iv_validto = ls_formround_file-validto iv_convplace = ls_formround_file-convplace iv_termgroup = ls_formround_file-termgroup IMPORTING es_formround = ls_formround_prog EXCEPTIONS not_found = 1 OTHERS = 2.
CPE_FORMROUND_UPDATE_DU CALL FUNCTION 'CPE_FORMROUND_UPDATE_DU' EXPORTING it_formround_upd = lt_formround_modfile EXCEPTIONS OTHERS = 1.
CPE_FORMROUND_UPDATE_DU CALL FUNCTION 'CPE_FORMROUND_UPDATE_DU' EXPORTING it_formround_del = lt_formround_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_FORMROUND - Include INCL_CPE_FORMROUND INCL_CPE_FORMINPUT_SET_GUIDS - Include INCL_CPE_FORMINPUT INCL_CPE_FORMINPUT_READMULTI - Include INCL_CPE_FORMINPUT INCL_CPE_FORMINPUT_READ - Include INCL_CPE_FORMINPUT INCL_CPE_FORMINPUT_MODIFY - Include INCL_CPE_FORMINPUT INCL_CPE_FORMINPUT_INSERT - Include INCL_CPE_FORMINPUT