RSCPTYPE_630 SAP (Enhancements of Types for Function Modules of Codepages) Structure details

Dictionary Type: Structure
Description: Enhancements of Types for Function Modules of Codepages




ABAP Code to SELECT data from RSCPTYPE_630
Related tables to RSCPTYPE_630
Access table RSCPTYPE_630




Structure field list including key, data, relationships and ABAP select examples

RSCPTYPE_630 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Enhancements of Types for Function Modules of Codepages" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSCPTYPE_630 TYPE RSCPTYPE_630.

The RSCPTYPE_630 table consists of various fields, each holding specific information or linking keys about Enhancements of Types for Function Modules of Codepages data available in SAP. These include SAPOWNCH (How codepage converters convert SAP's own characters), USERARE (Request Subfunction: Avoid Caching), SEL_MBCP (Request Subfunction: With Multibyte Codepage Table), SEL_RFCM (Request Subfunction: With RFC Language Codepage Table).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSCPTYPE_630 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SEL_W_NULRequest Subfunction: With ? RSCP_WNULCHAR1RSTSX_
SAPOWNCHHow codepage converters convert SAP's own characters RSCPOWNCHCHAR1RSCPOWNCH
USERARERequest Subfunction: Avoid Caching RSCPUSERARCHAR1RSTSX_
SEL_MBCPRequest Subfunction: With Multibyte Codepage Table RSCP_MBCPCHAR1RSTSX_
SEL_RFCMRequest Subfunction: With RFC Language Codepage Table RSCP_RFCMCHAR1RSTSX_

Key field Non-key field



How do I retrieve data from SAP structure RSCPTYPE_630 using ABAP code?

As RSCPTYPE_630 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSCPTYPE_630 as there is no data to select.

How to access SAP table RSCPTYPE_630

Within an ECC or HANA version of SAP you can also view further information about RSCPTYPE_630 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!