CNV_MBT_GP_EXAMPLE_IMPL is a standard Executable ABAP Report 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 CNV_MBT_GP_EXAMPLE_IMPL 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: Program CNV_MBT_GP_EXAMPLE_IMPL
Text Symbol: 001 = Sender System
Text Symbol: 002 = Receiver System
Text Symbol: 003 = Central System
Text Symbol: 004 = Control System
Text Symbol: 005 = Upgrade System
Text Symbol: 006 = Human Capital Management System
Text Symbol: 007 = not allowed.
Text Symbol: 008 = @02@ You are not allowed to execute programs in this system.
Text Symbol: 009 = @01@ You are allowed to execute programs in this system.
Text Symbol: 010 = This program is intended to run in the receiver system.
Text Symbol: 011 = Not allowed system roles:
Text Symbol: 012 = Not allowed system role:
Text Symbol: 014 = @1C@ No Global Parameter value found.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_GP_GET_GP_VALUE CALL FUNCTION 'CNV_MBT_GP_GET_GP_VALUE' EXPORTING ip_global_parameter = ld_pname IMPORTING ep_low = ld_value * EP_HIGH = ld_value_to * EP_SOPTION = ld_soption TABLES et_cnvmbtparams = lt_cnvmbtparams EXCEPTIONS gp_no_valid_found = 1 no_client_or_all = 2 gp_no_value_found = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_GP_EXAMPLE_IMPL - Program CNV_MBT_GP_EXAMPLE_IMPL CNV_MBT_GP_EXAMPLE_IMPL - Program CNV_MBT_GP_EXAMPLE_IMPL CNV_MBT_GLOBAL_PARAM_MODULS - Include CNV_MBT_GLOBAL_PARAM_MODULS CNV_MBT_GLOBAL_PARAM_FORM - Include CNV_MBT_GLOBAL_PARAM_FORM CNV_MBT_GLOBAL_PARAM_CLASS - Include CNV_MBT_GLOBAL_PARAM_CLASS CNV_MBT_GLOBAL_PARAMETERS - Program CNV_MBT_GLOBAL_PARAMETERS