SAP Reports / Programs

AXT_EXT_ANALYZE SAP ABAP Report - Enhancement Analyzer







AXT_EXT_ANALYZE 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 AXT_EXT_ANALYZE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

AXTSHOW - Display and analyze Enhancements


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 AXT_EXT_ANALYZE. "Basic submit
SUBMIT AXT_EXT_ANALYZE AND RETURN. "Return to original report after report execution complete
SUBMIT AXT_EXT_ANALYZE 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: P_TABNAM = Table Name
Selection Text: P_OBTYPE = Type of Generated Object
Selection Text: P_OBNAME = Name of Generated Object
Selection Text: P_FLDNAM = Field Name
Selection Text: P_EXTID = Enhancement ID
Selection Text: P_EXTBO = Ext. BO
Selection Text: P_DTYPE = Data Type / Behavior
Selection Text: P_BOPART = Ext. BO Part
Title: Enhancement Analyzer
Text Symbol: DEL = Enhancement has been deleted
Text Symbol: BL4 = .... or Data Type / Behavior / BO Part
Text Symbol: BL3 = How should the enhancements be analyzed?
Text Symbol: BL2 = ... or Enhancement ID
Text Symbol: BL1 = .. or Object Type and Object Name ...
Text Symbol: BL0 = Choose Field Name ...
Text Symbol: 022 = Breakpoint has been set
Text Symbol: 021 = Extension could not be instantiated
Text Symbol: 020 = Customizing Catalogue
Text Symbol: 019 = Do you really want to flag this enhancement for deletion?
Text Symbol: 018 = BO Part found in any enhancement
Text Symbol: 017 = Type not found in any enhancement
Text Symbol: 016 = Table not found in an enhancement.
Text Symbol: 015 = Do you really want to reset the enhancement?
Text Symbol: 013 = Object has been deactivated for debugging
Text Symbol: 012 = Object has been activated for debugging
Text Symbol: 011 = Enhancement definition
Text Symbol: 010 = Enhancement catalogues
Text Symbol: 009 = Standard Catalogue
Text Symbol: 008 = Local Catalogue
Text Symbol: 007 = Log messages
Text Symbol: 006 = No log found
Text Symbol: 005 = Do you really want to regenerate the enhancement?
Text Symbol: 004 = Nothing has been found
Text Symbol: 003 = Object not found in any enhancement
Text Symbol: 002 = Enhancement not found
Text Symbol: 001 = Field not found in an enhancement.


INCLUDES used within this REPORT AXT_EXT_ANALYZE

INCLUDE AXT_EXT_ANALYZE_0O01.


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_SET_BREAKPOINT CALL FUNCTION 'RS_SET_BREAKPOINT' EXPORTING mainprogram = 'CL_AXT_EXTENSION_BUILDER======CP' program = lv_program index = 72 http_debugging = 'X' bp_type = 'E' EXCEPTIONS not_executed = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Do you really want to regenerate the enhancement?'(005) display_cancel_button = '' IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Do you really want to flag this enhancement for deletion'(019) display_cancel_button = '' IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Do you really want to reset the enhancement?'(015) display_cancel_button = '' IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Do you really want to regenerate the enhancement?'(005) display_cancel_button = '' IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Do you really want to regenerate the enhancement?'(005) display_cancel_button = '' IMPORTING answer = lv_answer.



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