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

REPAIR_INTF_OF_CLASSICAL_BADI SAP ABAP Report - Report REPAIR_INTF_OF_CLASSICAL_BADI







REPAIR_INTF_OF_CLASSICAL_BADI 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 REPAIR_INTF_OF_CLASSICAL_BADI 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 REPAIR_INTF_OF_CLASSICAL_BADI. "Basic submit
SUBMIT REPAIR_INTF_OF_CLASSICAL_BADI AND RETURN. "Return to original report after report execution complete
SUBMIT REPAIR_INTF_OF_CLASSICAL_BADI 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: BADI = D .
Selection Text: REPAIR = Execute Repair if Necessary
Title: Report REPAIR_INTF_OF_CLASSICAL_BADI
Text Symbol: 001 = The interface has the wrong category &1 (Correct value: &2).
Text Symbol: 002 = The category of the badi interface is correct
Text Symbol: 003 = The category has been corrected.


INCLUDES used within this REPORT REPAIR_INTF_OF_CLASSICAL_BADI

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:

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting global_lock = 'X' " Great corr. lock (R3TR); space:LIMU-Sp. CHAR 1

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting object = f_intf object_class = 'INTF' global_lock = 'X' exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4.

RS_ACCESS_PERMISSION call function 'RS_ACCESS_PERMISSION' exporting global_lock = 'X' " Great corr. lock (R3TR); space:LIMU-Sp. CHAR 1

SEO_INTERFACE_TYPEINFO_GET call function 'SEO_INTERFACE_TYPEINFO_GET' exporting intkey = clskey importing interface = seocls exceptions not_existing = 1 is_class = 2 model_only = 3 others = 4.

SEO_INTERFACE_CHANGE_F_DATA call function 'SEO_INTERFACE_CHANGE_F_DATA' changing interface = seocls exceptions not_existing = 1 deleted = 2 is_class = 3 not_changed = 4 db_error = 5 others = 6.

SEO_INTERFACE_ACTIVATE call function 'SEO_INTERFACE_ACTIVATE' exporting intkeys = clskeys exceptions not_specified = 1 not_existing = 2 inconsistent = 3 others = 4.



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