SAP Reports / Programs

/SAPSLL/WBO_OBJCAT SAP ABAP Report - Edit Object Catalog







/SAPSLL/WBO_OBJCAT 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 /SAPSLL/WBO_OBJCAT 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 /SAPSLL/WBO_OBJCAT. "Basic submit
SUBMIT /SAPSLL/WBO_OBJCAT AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/WBO_OBJCAT 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_AUTHOR = D Person Responsible
Selection Text: P_DEVCL = D Package
Selection Text: P_OBJECT = D Object Type
Selection Text: P_OBJNAM = D Object Name
Selection Text: P_PGMID = D Program ID
Selection Text: P_SRCSY = D Original System
Selection Text: P_TRKORR = D Request/Task
Title: Edit Object Catalog
Text Symbol: T01 = Selection Criteria
Text Symbol: T02 = Shipment Number


INCLUDES used within this REPORT /SAPSLL/WBO_OBJCAT

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:

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = ls_e071 IMPORTING pe_result = lv_result we_tadir = ls_tadir.

TRINT_GTADIR_ACCESS CALL FUNCTION 'TRINT_GTADIR_ACCESS' EXPORTING message = 'GETLIST' IMPORTING status = lv_status TABLES table_in = lt_gtadir_in table_out = pt_gtadir.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TADIR' CHANGING ct_fieldcat = pt_fieldcat[].

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'LST_SET_STATUS' i_callback_user_command = 'LST_USER_COMMAND' i_structure_name = 'GT_ALL' is_layout = ps_layout it_fieldcat = pt_fieldcat TABLES t_outtab = gt_all EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t03 text_question = text-q02 IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t03 text_question = text-q01 IMPORTING answer = lv_answer.

USER_EXISTS CALL FUNCTION 'USER_EXISTS' EXPORTING bname = lv_user EXCEPTIONS user_dont_exist = 1 user_exists = 2.

TR_MODIFY_DEVCLASS CALL FUNCTION 'TR_MODIFY_DEVCLASS' EXPORTING iv_action = 'SHOW' iv_dialog = ' ' iv_devclass = ko007-l_devclass EXCEPTIONS OTHERS = 1.

TR_READ_SYSTEM_DESCRIPTION CALL FUNCTION 'TR_READ_SYSTEM_DESCRIPTION' EXPORTING iv_system = ko007-l_srcsystm EXCEPTIONS OTHERS = 1.

TR_READ_SYSTEM_DESCRIPTION CALL FUNCTION 'TR_READ_SYSTEM_DESCRIPTION' EXPORTING iv_system = ko007-g_srcsystm EXCEPTIONS OTHERS = 1.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_test_modus = ' ' wi_tadir_pgmid = ls_all-pgmid wi_tadir_object = ls_all-object wi_tadir_obj_name = ls_all-obj_name wi_tadir_author = ls_all-author EXCEPTIONS OTHERS = 1.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_test_modus = ' ' wi_tadir_pgmid = ls_all-pgmid wi_tadir_object = ls_all-object wi_tadir_obj_name = ls_all-obj_name wi_tadir_devclass = ls_all-devclass EXCEPTIONS OTHERS = 1.

TRINT_GTADIR_ACCESS CALL FUNCTION 'TRINT_GTADIR_ACCESS' EXPORTING message = 'UPDATE' IMPORTING status = lv_status TABLES table_in = lt_gtadir_update_in table_out = lt_gtadir_out.

TRINT_GTADIR_ACCESS CALL FUNCTION 'TRINT_GTADIR_ACCESS' EXPORTING message = 'INSERT' IMPORTING status = lv_status TABLES table_in = lt_gtadir_insert_in table_out = lt_gtadir_out.

TRINT_GTADIR_ACCESS CALL FUNCTION 'TRINT_GTADIR_ACCESS' EXPORTING message = 'UPDATE' IMPORTING status = lv_status TABLES table_in = lt_gtadir_update_in table_out = lt_gtadir_out.

TRINT_GTADIR_ACCESS CALL FUNCTION 'TRINT_GTADIR_ACCESS' EXPORTING message = 'INSERT' IMPORTING status = lv_status TABLES table_in = lt_gtadir_insert_in table_out = lt_gtadir_out.

TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_e071_pgmid = ls_all-pgmid wi_e071_object = ls_all-object wi_e071_obj_name = lv_obj_name IMPORTING we_tadir = ls_tadir EXCEPTIONS OTHERS = 1.

TR_AUTHORITY_CHECK_ADMIN CALL FUNCTION 'TR_AUTHORITY_CHECK_ADMIN' EXPORTING iv_adminfunction = 'TABL' EXCEPTIONS e_no_authority = 1.



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 /SAPSLL/WBO_OBJCAT or its description.