SAP Reports / Programs

RPPAO_TEST_SEARCH SAP ABAP Report - Test Search







RPPAO_TEST_SEARCH 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 report to test the Customizing settings defined for the following data retrieval components: Configurations Fields from the field selection catalog Business Add-In (BAdI) fields You can test which fields are included in the short profile of a particular talent or all talents discussed in a talent review meeting, and which field contents are displayed...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 RPPAO_TEST_SEARCH 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 RPPAO_TEST_SEARCH. "Basic submit
SUBMIT RPPAO_TEST_SEARCH AND RETURN. "Return to original report after report execution complete
SUBMIT RPPAO_TEST_SEARCH 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 Search
Text Symbol: Z01 = Search
Text Symbol: YES = Yes
Text Symbol: T12 = Search Help Value (ID | Description)
Text Symbol: T11 = Description
Text Symbol: T10 = Value
Text Symbol: T09 = Category
Text Symbol: T08 = Attribute Name
Text Symbol: T07 = Advanced
Text Symbol: T06 = Is Filter
Text Symbol: T04 = Label
Text Symbol: T03 = Rating
Text Symbol: T02 = ID
Text Symbol: T01 = Attribute
Text Symbol: SP8 = No Collective Subrequests (Test)
Text Symbol: SP7 = With Hit Details
Text Symbol: SP6 = With Navigation URL
Text Symbol: SP5 = Value Suggest
Text Symbol: SP4 = To Index
Text Symbol: SP3 = From Index
Text Symbol: SP2 = Max Hits
Text Symbol: SP1 = Date
Text Symbol: SCC = Execute Search via ODATA
Text Symbol: SCB = Display Facet Information
Text Symbol: SCA = Overall Category:
Text Symbol: SC9 = Date
Text Symbol: SC7 = Object Type
Text Symbol: SC6 = Category
Text Symbol: SC5 = Search Term
Text Symbol: SC3 = Result Title
Text Symbol: SC2 = Hits
Text Symbol: SC1 = Execute Search
Text Symbol: SC0 = Get F4 Values
Text Symbol: S02 = Search Criteria
Text Symbol: NOO = No
Text Symbol: M02 = Specify a category
Text Symbol: CA2 = Object Type
Text Symbol: CA1 = Category Description





INCLUDES used within this REPORT RPPAO_TEST_SEARCH

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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = gv_plvar.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_refresh text = space info = text-z01 IMPORTING result = refresh EXCEPTIONS OTHERS = 0.

GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = gv_accessibility EXCEPTIONS its_not_available = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'CATEGORY' dynpprog = sy-cprog dynpnr = '1000' dynprofield = pv_dynprofield * stepl = 0 * window_title = text-100 value_org = 'S' TABLES value_tab = lt_values EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3. "#EC FB_RC (not interested, only for debugging)

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log_header IMPORTING e_log_handle = lv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handles EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.



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