SAP Reports / Programs

FDT_OBJECT_QUERY_PLATFORM SAP ABAP Report - BRFplus: Testplatform for Object Queries







FDT_OBJECT_QUERY_PLATFORM 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 FDT_OBJECT_QUERY_PLATFORM 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 FDT_OBJECT_QUERY_PLATFORM. "Basic submit
SUBMIT FDT_OBJECT_QUERY_PLATFORM AND RETURN. "Return to original report after report execution complete
SUBMIT FDT_OBJECT_QUERY_PLATFORM 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_DELX = Deleted
Selection Text: P_ID = ID - For Source Application
Selection Text: P_LANGU = D .
Selection Text: P_MYOBJ = Objects Last Changed by Me
Selection Text: P_NAMB = Both
Selection Text: P_NAMU = Unnamed
Selection Text: P_NAMX = Named
Selection Text: P_ONECL = One Client
Selection Text: P_SAVB = Both
Selection Text: P_SAVU = Unsaved
Selection Text: P_SAVX = Saved
Selection Text: P_S_OBJC = D .
Selection Text: P_TDOBJ = Objects Changed Today
Selection Text: P_TIMST = Timestamp
Selection Text: P_TIMSTN = Working Version - State A or I
Selection Text: P_TIMSTX = Runtime Version - State A
Selection Text: P_T_TAB = D .
Selection Text: P_WIAPP = Use Application
Selection Text: P_WOAPP = Allow For All Entries
Selection Text: S_APPLC = Application Component
Selection Text: S_CLNT = Client Selection
Selection Text: S_SOFTC = Software Component
Selection Text: P_DELU = Undeleted
Selection Text: P_DELB = Both
Selection Text: P_DBCLNT = Current DB Client
Selection Text: P_C_TAB = D .
Selection Text: P_C_OBJC = D .
Selection Text: P_CROSSV = All Versions - State A or I
Selection Text: P_CROSCL = Cross Client
Selection Text: P_CLASSN = Query Object Type
Selection Text: P_A_OBJC = D .
Title: BRFplus: Testplatform for Object Queries
Text Symbol: 001 = Choose Fields for Result Table
Text Symbol: 002 = Choosen Fields
Text Symbol: 003 = Available Fields
Text Symbol: 004 = Choose field for For All Entries Table
Text Symbol: F10 = Object Categories
Text Symbol: F11 = Database Environment





Text Symbol: G00 = Version Option
Text Symbol: G01 = Named Option
Text Symbol: G02 = Deleted Option
Text Symbol: G03 = Memory Option
Text Symbol: G04 = Client Option
Text Symbol: G05 = T-Table Option
Text Symbol: G06 = Application Settings


INCLUDES used within this REPORT FDT_OBJECT_QUERY_PLATFORM

INCLUDE FDT_INCL_REPORT_UTILITIES.
INCLUDE ICONS.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_fencing text = lv_button_text info = lv_button_info IMPORTING result = but1 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_table_settings text = lv_button_text info = lv_button_info IMPORTING result = but2 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_database_table text = lv_button_text info = lv_button_info IMPORTING result = but3 EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_bw_apd_db text = lv_button_text info = lv_button_info IMPORTING result = but4 EXCEPTIONS OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lv_old_tabname CHANGING ct_fieldcat = lt_alv_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lv_old_tabname CHANGING ct_fieldcat = lt_alv_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_DOUBLE_ALV CALL FUNCTION 'REUSE_DOUBLE_ALV' EXPORTING i_popup_title = lv_popup_title i_title_left = 'Choosen field'(002) i_title_right = 'Available field'(003) * IS_LAYOUT_DOUBLE_ALV = GS_LAYOUT_DOUBLE_ALV * IT_SP_GROUP = GT_GROUPS * I_DISPLAY_ONLY = P_DISPL * IS_STABLE = GS_STABLE "B20K8A0RT3 IMPORTING e_cancelled = lv_canceled TABLES t_leftx = lt_left t_rightx = lt_right.

SEO_CLASS_GET_ALL_SUBS CALL FUNCTION 'SEO_CLASS_GET_ALL_SUBS' EXPORTING clskey = lv_seoclskey IMPORTING inhkeys = lt_subclasses[] EXCEPTIONS class_not_existing = 1 OTHERS = 2.

SEO_CLASS_GET_ALL_SUBS CALL FUNCTION 'SEO_CLASS_GET_ALL_SUBS' EXPORTING clskey = lv_seoclskey IMPORTING inhkeys = lt_subclasses[] EXCEPTIONS class_not_existing = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'CLSNAME' dynpprog = sy-cprog dynpnr = '0020' dynprofield = 'P_CLASSN' value_org = 'S' TABLES value_tab = lt_subclasses field_tab = lt_field_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = ct_trange IMPORTING expressions = texpr.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING expressions = texpr "Presetting of selection * does WORK ONLY WITH texpr.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' "MA20080102 EXPORTING expressions = texpr "Presetting of selection * does WORK ONLY WITH texpr.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = gv_selid title = title * as_SUBSCREEN as_window = abap_true tree_visible = abap_false * just_display = abap_false IMPORTING * where_clauses = twhere expressions = texpr field_ranges = ct_trange number_of_active_fields = actnum TABLES fields_tab = field EXCEPTIONS internal_error = 01 no_action = 02 illegal_status = 03 selid_not_found = 05.








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