RCP_TXT_XPRA_FORMS is a standard ABAP INCLUDE 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 RCP_TXT_XPRA_FORMS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = gt_protocol EXCEPTIONS file_not_found = 1 wrong_call = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING client = is_rcp-mandt database_only = 'X' object = 'PVS' id = 'PVCP' name = lv_tdname language = '*' TABLES selections = lt_header EXCEPTIONS OTHERS = 1.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING client = is_rcp-mandt id = ls_header-tdid language = ls_header-tdspras name = ls_header-tdname object = ls_header-tdobject * ARCHIVE_HANDLE = 0 * LOCAL_CAT = ' ' * IMPORTING * HEADER = TABLES lines = lt_tline_all[] EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.
READ_TEXT_INLINE * CALL FUNCTION 'READ_TEXT_INLINE' * EXPORTING * id = ls_header-tdid * inline_count = 1 * language = ls_header-tdspras * name = ls_header-tdname * object = ls_header-tdobject ** LOCAL_CAT = ' ' ** IMPORTING ** HEADER = * TABLES * inlines = lt_tline[] * lines = lt_tline_all[] * EXCEPTIONS * id = 1 * language = 2 * name = 3 * not_found = 4 * object = 5 * reference_check = 6 * OTHERS = 7.
CONVERT_ITF_TO_STREAM_TEXT CALL FUNCTION 'CONVERT_ITF_TO_STREAM_TEXT' TABLES itf_text = lt_tline_all text_stream = lt_text_table.
SCP_MIXED_LANGUAGES_1_SWITCH CALL FUNCTION 'SCP_MIXED_LANGUAGES_1_SWITCH' EXPORTING need_lang = ls_posvtx-spras * ERROR_MSG = 0 EXCEPTIONS language_not_allowed = 1 OTHERS = 2.
SCP_MIXED_LANGUAGES_1_NORMAL CALL FUNCTION 'SCP_MIXED_LANGUAGES_1_NORMAL'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCP_TXT_XPRA_FORMS - RCPTXTXPRAFORMS RCP_TXT_XPRA - RMS-XPRA: Write 1st line of long text to short text table for variants RCP_TXT_XPRA - RMS-XPRA: Write 1st line of long text to short text table for variants RCP_EHS_XPRA_TOP - RCPEHSXPRATOP RCP_EHS_XPRA_FORMS2 - RCPEHSXPRAFORMS2 RCP_EHS_XPRA_FORMS - RCPEHSXPRAFORMS