SAP Reports / Programs | Cross-Application Components | General Application Functions | Easy Enhancement Workbench(CA-GTF-EEW) SAP CA

AXT_SYSTEM_MAINTAIN SAP ABAP Report - Extensibility Tool System Info







AXT_SYSTEM_MAINTAIN 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_SYSTEM_MAINTAIN 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

AXTSYS - Extensibility Tool System Info


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


Text pool values


Title: Extensibility Tool System Info
Text Symbol: 001 = Change
Text Symbol: 002 = Enter a name for the new component
Text Symbol: DLA = Delete shared memory area
Text Symbol: DLC = Attached user sessions will be terminated. Continue?
Text Symbol: DLS = No user is connected to area anymore
Text Symbol: SHA = Active
Text Symbol: SHB = Building
Text Symbol: SHE = Error
Text Symbol: SHF = Shutdown finished
Text Symbol: SHI = Inactive
Text Symbol: SHO = Outdated
Text Symbol: SHS = Shutting down


INCLUDES used within this REPORT AXT_SYSTEM_MAINTAIN

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:

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = lv_logsys EXCEPTIONS OTHERS = 2.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' popup_title = 'Enter a name for the new component'(002) * START_COLUMN = '5' * START_ROW = '5' IMPORTING returncode = lv_rt TABLES fields = lt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

TRINT_ORDER_CHOICE CALL FUNCTION 'TRINT_ORDER_CHOICE' EXPORTING wi_order_type = 'K' wi_task_type = 'S' wi_category = 'SYST' wi_client = sy-mandt iv_tarsystem = lv_target IMPORTING we_order = lv_transport TABLES wt_e071 = lt_e071 wt_e071k = lt_e071k EXCEPTIONS no_correction_selected = 1 display_mode = 2 object_append_error = 3 recursive_call = 4 wrong_order_type = 5.

OXT_MESSAGE_TO_POPUP CALL FUNCTION 'OXT_MESSAGE_TO_POPUP' EXPORTING it_message = lt_bapiret2 IMPORTING ev_continue = lv_continue EXCEPTIONS bal_error = 1.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = gs_axt_sys-devclass object_type = 'DEVC' * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * MONITOR_ACTIVATION = 'X' * WB_MANAGER = in_new_window = 'X' * WITH_OBJECTLIST = ' ' * WITH_WORKLIST = ' ' * EXCEPTIONS * NOT_EXECUTED = 1 * INVALID_OBJECT_TYPE = 2 .

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'SHMM' EXCEPTIONS ok = 0 not_ok = 2.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = lo_root->mv_language IMPORTING output = lv_lang_text.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = sy-langu IMPORTING output = lv_instance.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = -spras IMPORTING output = lv_instance.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Delete shared memory area'(dla) text_question = 'Attached user sessions will be terminated. Continue?'(dlc)



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