SAP Reports / Programs

RPTIME_INSERT_IF_OBJECT_IMPL SAP ABAP Report - Generator of Classes acc. to T7TIM_MAP_RPTIME and T7TIM_IF_OBJ_ADM







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPTIME_INSERT_IF_OBJECT_IMPL. "Basic submit
SUBMIT RPTIME_INSERT_IF_OBJECT_IMPL AND RETURN. "Return to original report after report execution complete
SUBMIT RPTIME_INSERT_IF_OBJECT_IMPL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RPTIME_INSERT_IF_OBJECT_IMPL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPTIME_INSERT_IF_OBJECT_IMPL or its description.