RHBAS_CHECK_INFTY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to test decoupled infotypes...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RHBAS_CHECK_INFTY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRBAS_CHECK_INFTY - Test Decoupled Infotypes
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.
Selection Text: GP_SUBTY = D .
Selection Text: GP_PLVAR = D .
Selection Text: GP_OTYPE = D .
Selection Text: GP_OBJID = D .
Selection Text: GP_ISTAT = D .
Selection Text: GP_INFTY = D .
Selection Text: GP_ENDDA = D .
Selection Text: GP_BEGDA = D .
Selection Text: GP_WFLOW = Workflow Active
Selection Text: GP_TRANS = Working with Translations
Selection Text: GP_TEXT = Autom. Text Recognition Active
Selection Text: GP_AUTH = Authorization Check Active
Selection Text: GP_ALE = Distribution (ALE) Active
Title: Testing of Decoupled Infotypes
Text Symbol: SET = Further Settings
Text Symbol: SEL = Selection
Text Symbol: ERR = Responsible for Message
Text Symbol: 013 = Do Not Display
Text Symbol: 012 = Not Modifiable
Text Symbol: 011 = Mandatory Field
Text Symbol: 006 = Metadata
Text Symbol: 005 = Text for Value
Text Symbol: 004 = Input Help
Text Symbol: 003 = Value
Text Symbol: 002 = Field Name
Text Symbol: 001 = Display of Input Help in Dropdown List Boxes (Value and Text)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = ls_f4_help_data-keycolumnname value_org = 'S' TABLES value_tab =
return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = ls_f4_help_data-keycolumnname value_org = 'S' display = 'X' "readonly TABLES value_tab = lt_value_tab return_tab = lt_return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = ls_t777d-ppnnn CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = ls_t777d-tbtab CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = bal_header IMPORTING e_log_handle = bal_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = bal_handle i_s_msg = bal_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = bal_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = bal_display_profile i_amodal = ' ' EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = bal_handle EXCEPTIONS OTHERS = 1.
BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = gr_docking i_s_display_profile = bal_display_profile i_t_log_handle = lt_log_handle IMPORTING e_control_handle = gs_control_handle EXCEPTIONS OTHERS = 1.
BAL_CNTL_FREE CALL FUNCTION 'BAL_CNTL_FREE' CHANGING c_control_handle = ls_control_handle EXCEPTIONS OTHERS = 1.
BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = ls_bal_handle EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_layout_error it_fieldcat = lt_fieldcat_error i_screen_start_column = 10 i_screen_start_line = 10 i_screen_end_column = 60 i_screen_end_line = 20 TABLES t_outtab = lt_error EXCEPTIONS program_error = 1 OTHERS = 2.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SELECT_DETAIL' * TEXT = ' ' info = text-001 "dropdown listbox (value and text) * ADD_STDINF = 'X' IMPORTING result = gs_record-valuehelp EXCEPTIONS OTHERS = 1.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = gv_qnnnn_name CHANGING ct_fieldcat = gt_fieldcat_qnnnn EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHBAS_CHECK_INFTY - Testing of Decoupled Infotypes RHBAS_CHECK_INFTY - Testing of Decoupled Infotypes RHB7_2TAB - RHB72TAB RHA_AUST_FAIL_IN_SETUP - ABAP Unit: Selftest on Errors in Setup RHA_AUST_FAIL_IN_SETUP - ABAP Unit: Selftest on Errors in Setup RHA_AUST_ABSTRACT - ABAP Unit: Selftest to check behavior on abstract test classes