SAP Reports / Programs | Personnel Management | HR Information Systems(PA-IS) SAP PA

RH_TEST_TEXT_GET SAP ABAP Report - Test program for FB RH_TEXT_GET







RH_TEST_TEXT_GET 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 RH_TEST_TEXT_GET 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 RH_TEST_TEXT_GET. "Basic submit
SUBMIT RH_TEST_TEXT_GET AND RETURN. "Return to original report after report execution complete
SUBMIT RH_TEST_TEXT_GET 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 program for FB RH_TEXT_GET
Text Symbol: 001 = Table
Text Symbol: 002 = Field
Text Symbol: 003 = Value
Text Symbol: 004 = 1. Table entry with value
Text Symbol: 005 = Find text for...
Text Symbol: 006 = Get table value
Text Symbol: 007 = Selection of table entry
Text Symbol: 008 = Error executing F4IF_INT_TABLE_VALUE_REQUEST
Text Symbol: 009 = Error in DDIF_FIELDINFO_GET.
Text Symbol: 010 = Error executing RH_TEXT_CHECK
Text Symbol: 013 = Enter table name and field name
Text Symbol: 014 = Invalid table or field name
Text Symbol: 016 = Error calling RH_TEXT_GET
Text Symbol: 017 = Select field
Text Symbol: 018 = Enter table name
Text Symbol: 019 = Error executing RH_TEXT_GET
Text Symbol: 020 = Field name selection
Text Symbol: 021 = Error executing DDIF_NAMETAB_GET
Text Symbol: 022 = Is not a table -> selection by value only


INCLUDES used within this REPORT RH_TEST_TEXT_GET

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_TEXT_CHECK CALL FUNCTION 'RH_TEXT_CHECK' EXPORTING tabname = stabname TABLES info_tab = info_tab EXCEPTIONS ddic_entry_not_found = 1 internal_error = 2 missing_text = 3 OTHERS = 4.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'NAME' window_title = text-020 value_org = 'S' TABLES value_tab = fget_itable return_tab = returntab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'VALUE' window_title = text-007 value_org = 'S' TABLES value_tab = inttable return_tab = returntab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = stabname lfieldname = lfieldname IMPORTING dfies_wa = dfies_wa EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

RH_TEXT_GET CALL FUNCTION 'RH_TEXT_GET' EXPORTING tabname = stabname record = langu = sy-langu TABLES fields = fields text_tab = text_tab EXCEPTIONS ddic_entry_not_found = 1 incorrect_call = 2 internal_error = 3 missing_text = 4 OTHERS = 5.

RH_TEXT_CHECK CALL FUNCTION 'RH_TEXT_CHECK' EXPORTING tabname = stabname fieldname = sfield TABLES info_tab = info_tab EXCEPTIONS ddic_entry_not_found = 1 internal_error = 2 missing_text = 3 OTHERS = 4.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = stabname fieldname = sfield EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = stabname EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = stabname IMPORTING x030l_wa = x030l_wa EXCEPTIONS not_found = 1 OTHERS = 2.



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