SDOKDOCSPCIDCATL SAP (Physical Indexes of Category) Table details

Dictionary Type: Table
Description: Physical Indexes of Category




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




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

SDOKDOCSPCIDCATL is a standard SAP Table which is used to store Physical Indexes of Category data and is available within R/3 SAP systems depending on the version and release level.

The SDOKDOCSPCIDCATL table consists of various fields, each holding specific information or linking keys about Physical Indexes of Category data available in SAP. These include CATID (Index category identification), LANGU (Language Key), PHYSICALINDEX (Long Index Category), ACTIVE (Active Indicator).. 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 SDOKDOCSPCIDCATL 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
DOCUSPACEDocument Area SDOK_DOCSPCHAR10Assigned to domainSDOK_DOCSP
CATIDIndex category identification SRET_CATIDCHAR32SRET_CATIDH_SRETIDCAT
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
PHYSICALINDEXLong Index Category SRET_CATID_LONGCHAR64SRET_CATID_LONG
ACTIVEActive Indicator SDOK_ACTIVECHAR1SDOK_ACTIVE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDOKDOCSPCIDCATL
INTO CORRESPONDING FIELDS OF WA_SDOKDOCSPCIDCATL
WHERE...

How to access SAP table SDOKDOCSPCIDCATL

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