SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

ENH_BADI_ADJUSTMENT_SIMULATOR SAP ABAP Report - ENHBADIADJUSTMENTSIMULATOR







ENH_BADI_ADJUSTMENT_SIMULATOR 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 ENH_BADI_ADJUSTMENT_SIMULATOR 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 ENH_BADI_ADJUSTMENT_SIMULATOR. "Basic submit
SUBMIT ENH_BADI_ADJUSTMENT_SIMULATOR AND RETURN. "Return to original report after report execution complete
SUBMIT ENH_BADI_ADJUSTMENT_SIMULATOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Text Symbol: SIM = Demo Object for Upgrade Simulation


INCLUDES used within this REPORT ENH_BADI_ADJUSTMENT_SIMULATOR

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:

SEO_INTERFACE_CREATE_COMPLETE CALL FUNCTION 'SEO_INTERFACE_CREATE_COMPLETE' EXPORTING devclass = local CHANGING interface = l_if comprisings = lt_including methods = methods EXCEPTIONS existing = 1 is_class = 2 db_error = 3 component_error = 4 no_access = 5 other = 6 OTHERS = 7.

RS_WORKING_OBJECTS_ACTIVATE CALL FUNCTION 'RS_WORKING_OBJECTS_ACTIVATE' TABLES OBJECTS = OBJECTS exceptions excecution_error = 1 cancelled = 2 insert_into_corr_error = 3 OTHERS = 4.

SEO_BUFFER_REFRESH * call function 'SEO_BUFFER_REFRESH' "vjb 22.02.2006

SEO_BUFFER_REFRESH * call function 'SEO_BUFFER_REFRESH' "vjb 22.02.2006

SEO_INTERFACE_TYPEINFO_GET CALL FUNCTION 'SEO_INTERFACE_TYPEINFO_GET' EXPORTING intkey = intf_key IMPORTING methods = intf_methods EXCEPTIONS not_existing = 1 is_class = 2 model_only = 3 OTHERS = 4.

SEO_CLASS_CREATE_COMPLETE CALL FUNCTION 'SEO_CLASS_CREATE_COMPLETE' EXPORTING devclass = local genflag = 'X' method_sources = method_source_tab CHANGING class = l_class implementings = lt_impls EXCEPTIONS existing = 1 is_interface = 2 db_error = 3 component_error = 4 no_access = 5 other = 6 OTHERS = 7.

RS_WORKING_OBJECTS_ACTIVATE CALL FUNCTION 'RS_WORKING_OBJECTS_ACTIVATE' TABLES OBJECTS = OBJECTS exceptions excecution_error = 1 cancelled = 2 insert_into_corr_error = 3 OTHERS = 4.

SEO_BUFFER_REFRESH * call function 'SEO_BUFFER_REFRESH' "vjb 22.02.2006

SEO_BUFFER_REFRESH * call function 'SEO_BUFFER_REFRESH' "vjb 22.02.2006

SEO_INTERFACE_ADD_COMPONENTS CALL FUNCTION 'SEO_INTERFACE_ADD_COMPONENTS' EXPORTING intkey = clskey * CORRNR = * VERSION = SEOC_VERSION_INACTIVE * AUTHORITY_CHECK = SEOX_TRUE * TABLES * COMPONENT_DESCRIPTIONS = * SUBCOMPONENT_DESCRIPTIONS = CHANGING * IMPLEMENTINGS = * ATTRIBUTES = methods = methods * EVENTS = * TYPES = * TYPE_SOURCE = * PARAMETERS = * EXCEPS = * ALIASES = EXCEPTIONS interface_not_existing = 1 db_error = 2 component_error = 3 no_access = 4 other = 5 OTHERS = 6 .

RS_WORKING_OBJECT_ACTIVATE * call function 'RS_WORKING_OBJECT_ACTIVATE' * exporting * object = object * obj_name = obj_name ** FORCE_ACTIVATION = ' ' ** ACTIVATE_ONLY_THIS_OBJECT = ** OBJECT_SAVED = ** DICTIONARY_ONLY = ' ' ** P_WB_MANAGER = ** P_CALLER_PROGRAM = ** IMPORTING ** BIND_ERROR_WINDOW = ** TABLES ** OBJECTS = * exceptions * object_not_in_working_area = 1 * execution_error = 2 * cancelled = 3 * insert_into_corr_error = 4 * others = 5 * .

SEO_BUFFER_REFRESH * call function 'SEO_BUFFER_REFRESH' "vjb 22.02.2006

SEO_BUFFER_REFRESH * call function 'SEO_BUFFER_REFRESH' "vjb 22.02.2006

SEO_CLASS_DELETE_COMPLETE CALL FUNCTION 'SEO_CLASS_DELETE_COMPLETE' EXPORTING clskey = clskey * GENFLAG = ' ' * AUTHORITY_CHECK = SEOX_TRUE * SUPPRESS_DOCU_DELETE = SEOX_FALSE * SUPPRESS_COMMIT = SEOX_FALSE * CHANGING * CORRNR = EXCEPTIONS not_existing = 1 is_interface = 2 db_error = 3 no_access = 4 other = 5 OTHERS = 6 .

SEO_INTERFACE_DELETE_COMPLETE CALL FUNCTION 'SEO_INTERFACE_DELETE_COMPLETE' EXPORTING intkey = clskey EXCEPTIONS not_existing = 1 is_class = 2 db_error = 3 no_access = 4 other = 5 OTHERS = 6.



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 ENH_BADI_ADJUSTMENT_SIMULATOR or its description.