SDOKCPAGEHDC SAP (SDOK Code Pages: Customer Table) Table details

Dictionary Type: Table
Description: SDOK Code Pages: Customer Table




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




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

SDOKCPAGEHDC is a standard SAP Table which is used to store SDOK Code Pages: Customer Table data and is available within R/3 SAP systems depending on the version and release level.

The SDOKCPAGEHDC table consists of various fields, each holding specific information or linking keys about SDOK Code Pages: Customer Table data available in SAP. These include ACCESTYPE (Search Engine Access Type), ACCESSIDENT (Access Control), LAISO (SDOK Language), LAISO_CHAR (laiso char).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SDOKCPAGEHDC table 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
SEARCHENGINESearch Engine Type SDOK_SEARCH_ENGINETYPECHAR10SDOK_SEARCH_ENGINETYPE
ACCESTYPESearch Engine Access Type SDOK_SEARCH_ENGINE_ACCESSTYPECHAR1SDOK_SEARCH_ENGINE_ACCESSTYPE
ACCESSIDENTAccess Control SDOK_SEARCHENGINE_ACCESSIDENTCHAR34SDOK_SEARCHENGINE_ACCESSIDENT
LAISOSDOK Language SDOK_LASIORAW2SDOK_LASIO
LAISO_CHARlaiso char SDOK_LAISO_CHARCHAR2
ISO_CPAGESDOK ISO Code Page SDOK_ISO_CODEPAGERAW72SDOK_ISO_CODEPAGE
ISO_CPAGE_CHARIso Codepage SDOK_ISO_CODEPAGE_CHARCHAR72
SAP_CPAGESDOK SAP Code Page SDOK_SAP_CODEPAGERAW4SDOK_SAP_CODEPAGE
SAP_CPAGE_CHARSAP Codepage char SDOK_SAP_CODEPAGE_CHARCHAR4
TREX_CPAGESDOK TREX Code Page SDOK_TREX_CODEPAGERAW3SDOK_TREX_CODEPAGE
TREX_CPAGE_CHARSDOK Trex Codepage als character SDOK_TREX_CODEPAGE_CHARCHAR10
VALIDInput Selection SYDATARCHAR1SYST_FLAG

Key field Non-key field



How do I retrieve data from SAP table SDOKCPAGEHDC using ABAP code

The following ABAP code Example will allow you to do a basic selection on SDOKCPAGEHDC to SELECT all data from the table
DATA: WA_SDOKCPAGEHDC TYPE SDOKCPAGEHDC.

SELECT SINGLE *
FROM SDOKCPAGEHDC
INTO CORRESPONDING FIELDS OF WA_SDOKCPAGEHDC
WHERE...

How to access SAP table SDOKCPAGEHDC

Within an ECC or HANA version of SAP you can also view further information about SDOKCPAGEHDC 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!