SAP Reports / Programs | Cross-Application Components | General Application Functions | EEW Services(CA-GTF-EEW-SRV) SAP CA

OXT_EXT_ANALYZE SAP ABAP Report - Program OXT_EXT_ANALYZE







OXT_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 OXT_EXT_ANALYZE 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 OXT_EXT_ANALYZE. "Basic submit
SUBMIT OXT_EXT_ANALYZE AND RETURN. "Return to original report after report execution complete
SUBMIT OXT_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_EXTNAM = Extension Name
Selection Text: P_EXTVER = Extension Version
Selection Text: P_GENDEF = Display Generated Objects
Selection Text: P_GENDTL = Additional Generator Details
Selection Text: P_GENTAB = Display Table Entries
Selection Text: P_OBNAME = Name of Generated Object
Selection Text: P_OBTYPE = Type of Generated Object
Selection Text: P_TSKPAR = Display Task Parameter
Selection Text: P_WIZARD = Display Wizard Parameter
Title: Program OXT_EXT_ANALYZE
Text Symbol: BL1 = Choose Object Type and Object Name ...
Text Symbol: BL2 = ... or Extension Name and -Version (Optional)
Text Symbol: BL3 = How should the extensions be analyzed?


INCLUDES used within this REPORT OXT_EXT_ANALYZE

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:

OXT_PARAMSET_READ_DB CALL FUNCTION 'OXT_PARAMSET_READ_DB' EXPORTING iv_paramsetguid = lv_paramsetguid TABLES et_paramlist = lt_paramlist et_return = lt_return EXCEPTIONS paramset_not_found = 1.

OXT_PARAMSET_READ_DB CALL FUNCTION 'OXT_PARAMSET_READ_DB' EXPORTING iv_paramsetguid = lv_tskparamguid TABLES et_paramlist = lt_paramlisttsk et_return = lt_return EXCEPTIONS paramset_not_found = 1.

OXT_GETSYSTEMINFO CALL FUNCTION 'OXT_GETSYSTEMINFO' EXPORTING i_systemname = ls_tasklink-systemname IMPORTING es_sysinfo = ls_systab TABLES t_return = lt_return EXCEPTIONS OTHERS = 3.

OXT_GENOBJDEF_GET CALL FUNCTION 'OXT_GENOBJDEF_GET' DESTINATION ls_systab-rfcdest EXPORTING i_taskid = ls_tasklink-taskid IMPORTING e_gox_header = lt_goxhdr EXCEPTIONS task_not_found = 1 system_failure = 2 MESSAGE lv_mess communication_failure = 3 MESSAGE lv_mess OTHERS = 4.

OXT_GENTABDEF_GET CALL FUNCTION 'OXT_GENTABDEF_GET' DESTINATION ls_systab-rfcdest EXPORTING i_taskid = ls_tasklink-taskid IMPORTING e_tab_header = lt_tabhdr EXCEPTIONS task_not_found = 1 system_failure = 2 MESSAGE lv_mess communication_failure = 3 MESSAGE lv_mess OTHERS = 4.

TEXT_SPLIT CALL FUNCTION 'TEXT_SPLIT' EXPORTING length = 60 text = lv_c500 IMPORTING line = lv_string2 rest = lv_string.



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