SAP Reports / Programs

RSCP_REINTERPRET_DATA SAP ABAP Report - Program RSCP_REINTERPRET_DATA







RSCP_REINTERPRET_DATA 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 RSCP_REINTERPRET_DATA 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 RSCP_REINTERPRET_DATA. "Basic submit
SUBMIT RSCP_REINTERPRET_DATA AND RETURN. "Return to original report after report execution complete
SUBMIT RSCP_REINTERPRET_DATA VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: IN_TEXT = Unicode text
Selection Text: ONLYSYCP = Only system codepage(s)
Selection Text: SO_CP = Codepages
Selection Text: SO_C_CP = Correct codepages
Selection Text: SO_W_CP = Wrong codepages
Selection Text: UCU = UCU
Selection Text: UTF16BE = UTF16 big endian
Selection Text: UTF16LE = UTF16 little endian
Selection Text: UWCU = UWCU
Title: Program RSCP_REINTERPRET_DATA
Text Symbol: 001 = Unicode->Wrong CP~Correct CP->Unicode
Text Symbol: 002 = Unicode~Correct CP->Unicode
Text Symbol: 003 = UTF16BE
Text Symbol: 004 = UTF16LE
Text Symbol: 005 = Please run this program only on Unicode systems!
Text Symbol: 006 = Exception:
Text Symbol: 007 = Results of input text:


INCLUDES used within this REPORT RSCP_REINTERPRET_DATA

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'UMGSREINPRET' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = field_tab.



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