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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RH_TEST_TEXT_GET - Test program for FB RH_TEXT_GET RH_TEST_TEXT_GET - Test program for FB RH_TEXT_GET RH_TEST_GENERIC_UPSERT - Program RH_TEST_GENERIC_UPDATE RH_TEST_GENERIC_UPSERT - Program RH_TEST_GENERIC_UPDATE RH_TEST_GENERIC_UPDATE - Program RH_TEST_GENERIC_UPDATE RH_TEST_GENERIC_UPDATE - Program RH_TEST_GENERIC_UPDATE