RPTIME_INSERT_IF_OBJECT_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 RPTIME_INSERT_IF_OBJECT_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.
Selection Text: DELETE = Delete
Selection Text: DEVCLASS = D Package
Selection Text: NAT_IF_S = Native Interface
Title: Generator of Classes acc. to T7TIM_MAP_RPTIME and T7TIM_IF_OBJ_ADM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_SYS_PARAMS * CALL FUNCTION 'TR_SYS_PARAMS' * IMPORTING * systemedit = l_system_edit ** SYSTEMNAME = * systemtype = l_system_type ** SYSTEM_CLIENT_EDIT = ** SYS_CLIINDDEP_EDIT = ** SYSTEM_CLIENT_ROLE = ** EV_C_SYSTEM = ** EXCEPTIONS ** NO_SYSTEMNAME = 1 ** NO_SYSTEMTYPE = 2 ** OTHERS = 3 * .
SEO_CLASS_TYPEINFO_GET CALL FUNCTION 'SEO_CLASS_TYPEINFO_GET' EXPORTING clskey = clskey * VERSION = SEOC_VERSION_INACTIVE * STATE = '1' * WITH_DESCRIPTIONS = SEOX_TRUE * RESOLVE_EVENTHANDLER_TYPEINFO = SEOX_FALSE IMPORTING class = class attributes = attributes methods = methods events = events types = types PARAMETERS = parameters exceps = exceps implementings = implementings inheritance = inheritance redefinitions = redefinitions impl_details = impl_details friendships = friendships typepusages = typepusages clsdeferrds = clsdeferrds intdeferrds = intdeferrds explore_inheritance = explore_inheritance explore_implementings = explore_implementings aliases = aliases EXCEPTIONS not_existing = 1 is_interface = 2 model_only = 3 OTHERS = 4 .
SEO_CLASS_CREATE_COMPLETE CALL FUNCTION 'SEO_CLASS_CREATE_COMPLETE' EXPORTING * CORRNR = devclass = my_package version = seoc_version_active genflag = ' ' authority_check = seox_true overwrite = seox_true suppress_method_generation = seox_false IMPORTING korrnr = korrnr CHANGING class = class attributes = attributes methods = methods events = events types = types PARAMETERS = parameters exceps = exceps implementings = implementings inheritance = inheritance redefinitions = redefinitions impl_details = impl_details friendships = friendships typepusages = typepusages clsdeferrds = clsdeferrds intdeferrds = intdeferrds aliases = aliases
EXCEPTIONS existing = 1 is_interface = 2 db_error = 3 component_error = 4 no_access = 5 other = 6 OTHERS = 7 .
SEO_CLASS_ADD_COMPONENTS CALL FUNCTION 'SEO_CLASS_ADD_COMPONENTS' EXPORTING clskey = clskey corrnr = korrnr version = seoc_version_active authority_check = seox_true CHANGING implementings = implementings * attributes = instance_attributes * METHODS = * EVENTS = * TYPES = * type_source = type_source * PARAMETERS = * EXCEPS = * ALIASES = EXCEPTIONS class_not_existing = 1 db_error = 2 component_error = 3 no_access = 4 other = 5 OTHERS = 6 .
CLAS_OBJECT_ACTIVATE CALL FUNCTION 'CLAS_OBJECT_ACTIVATE' EXPORTING object_name = name EXCEPTIONS failed = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPTIME_INSERT_IF_OBJECT_IMPL - Generator of Classes acc. to T7TIM_MAP_RPTIME and T7TIM_IF_OBJ_ADM RPTIME_INSERT_IF_OBJECT_IMPL - Generator of Classes acc. to T7TIM_MAP_RPTIME and T7TIM_IF_OBJ_ADM RPTIME_GENERATE_DO_IMP_TOP - RPTIMEGENERATEDOIMPTOP RPTIME_GENERATE_DO_IMPORT - Generates Source for DO_IMPORT RPTIME_GENERATE_DO_IMPORT - Generates Source for DO_IMPORT RPTIME_EVAL_INTERFACE_TYPES_T - Include RPTIME_EVAL_INTERFACE_BASE