SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

SOBJ_EXT SAP ABAP Report - test







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


Text pool values


Title: test


INCLUDES used within this REPORT SOBJ_EXT

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:

VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING viewcluster_name = 'SOBJ_EXT' maintenance_action = 'S' " maintenance_action " Action (Display/Change/Transport: S/U/T/C) * read_kind = read_kind " Read Type (Complete/Subtree:' '/T) * show_selection_popup = show_selection_popup " Flag: Display Selection Conditions Dialog Box * corr_number = corr_number " Correction Number for Changes Made no_warning_for_clientindep = 'X' * suppress_wa_popup = suppress_wa_popup " Flag: Check Whether Maintenance is Allowed TABLES dba_sellist = dba_sellist " Selection Conditions Only for Initial Object * dba_sellist_cluster = dba_sellist_cluster " Selection Conditions for Any Objects * excl_cua_funct_all_objects = excl_cua_funct_all_objects " GUI Functions to be Deactivated for All Objects * excl_cua_funct_cluster = excl_cua_funct_cluster " GUI Functions to be Deactivated for Any Objects * dpl_sellist_for_start_object = dpl_sellist_for_start_object " Initial Object Display Selections EXCEPTIONS client_reference = 1 foreign_lock = 2 viewcluster_not_found = 3 viewcluster_is_inconsistent = 4 missing_generated_function = 5 no_upd_auth = 6 no_show_auth = 7 object_not_found = 8 no_tvdir_entry = 9 no_clientindep_auth = 10 invalid_action = 11 saving_correction_failed = 12 system_failure = 13 unknown_field_in_dba_sellist = 14 missing_corr_number = 15 OTHERS = 16.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING * CURSORLINE = 1 * MARK_FLAG = ' ' * MARK_MAX = 1 * START_COL = 0 * START_ROW = 0 textline1 = 'Select the correct type of the transport object definition' * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' titel = 'Select Objecttype' * DISPLAY_ONLY = ' ' IMPORTING answer = ev_objecttype TABLES t_spopli = lt_spopli EXCEPTIONS * NOT_ENOUGH_ANSWERS = 1 * TOO_MUCH_ANSWERS = 2 * TOO_MUCH_MARKS = 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 SOBJ_EXT or its description.