SAP Reports / Programs | Basis Components | Internationalization (I18N)(BC-I18) SAP BC

RSCPSEGMENT_SHOW SAP ABAP Report - Character Sets, Character Set Segments, Characters, Coding







RSCPSEGMENT_SHOW 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 RSCPSEGMENT_SHOW into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SCP - Display and Maintain Code Page


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 RSCPSEGMENT_SHOW. "Basic submit
SUBMIT RSCPSEGMENT_SHOW AND RETURN. "Return to original report after report execution complete
SUBMIT RSCPSEGMENT_SHOW 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: SO_SEG = Segment
Selection Text: SO_MBL = Length of Byte Sequence
Selection Text: SO_CP = Code Page
Selection Text: SO_COD = Byte Sequence
Selection Text: SO_CHA = Character
Selection Text: P_TREE = Display as a Hierarchy
Selection Text: P_TOP_SE = Segment
Selection Text: P_TOP_CP = Code Page
Selection Text: P_TOP_CO = Code
Selection Text: P_TOP_CH = Character
Selection Text: P_TAB = Display as table
Selection Text: P_SHO_SE = Segment
Selection Text: P_SHO_CP = Code Page
Selection Text: P_SHO_CO = Code
Selection Text: P_SHO_CH = Character
Selection Text: P_MAX = Maximum Number of Hits
Selection Text: P_MATRIX = Display as Matrix
Selection Text: P_MATCOD = Code Points
Selection Text: P_MATCHA = Unicode Character IDs
Selection Text: P_DIR_U = Used In
Selection Text: P_DIR_C = Contains
Selection Text: P_CHECK = Consistency Check
Title: Character Sets, Character Set Segments, Characters, Coding
Text Symbol: 008 = Documentation
Text Symbol: 007 = Restart
Text Symbol: 006 = Hit Restriction
Text Symbol: 005 = Display or Check
Text Symbol: 004 = Display Level
Text Symbol: 003 = Selection
Text Symbol: 002 = Initial Node
Text Symbol: 001 = Direction
012 456789ABCDEF
011 FFFFFFFFFFFF
002 |0123456789ABCDEF0123456789ABCDEF|0123456789ABCDEF0123456789ABCDEF|0123456789ABCDEF0123456789ABCDEF|0123456789ABCDEF0123456789ABCDEF|0123456789ABCDEF0123456789ABCDEF|0123456789ABCDEF0123456789ABCDEF|0123456789ABCDEF0123456789ABCDEF|0123456789ABCDEF0123
001 |00000000000000001111111111111111|22222222222222223333333333333333|44444444444444445555555555555555|66666666666666667777777777777777|88888888888888889999999999999999|AAAAAAAAAAAAAAAABBBBBBBBBBBBBBBB|CCCCCCCCCCCCCCCCDDDDDDDDDDDDDDDD|EEEEEEEEEEEEEEEEFFFF


INCLUDES used within this REPORT RSCPSEGMENT_SHOW

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:

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' doklangu = sy-langu dokname = 'SCP_HELP' doktitle = 'hallo' tables links = l_dummylink exceptions others = 1.



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