COBK_INDX SAP (Index in COBK for ORGVG) Table details

Dictionary Type: Table
Description: Index in COBK for ORGVG




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




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

COBK_INDX is a standard SAP Table which is used to store Index in COBK for ORGVG data and is available within R/3 SAP systems depending on the version and release level.

The COBK_INDX table consists of various fields, each holding specific information or linking keys about Index in COBK for ORGVG data available in SAP. These include KOKRS (Controlling Area), GJAHR (Fiscal Year), ORGVG (Original CO business transaction), BELNR (Document Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP COBK_INDX 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
MANDTClient MANDTCLNT3T000MANDT
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ORGVGOriginal CO business transaction CO_ORGVGCHAR4T022ACTIVITY
BELNRDocument Number CO_BELNRCHAR10COBKALPHACO_BELNRBLN
PERABFrom Period CO_PERABNUMC3PERBL
PERBITo period CO_PERBINUMC3PERBL
SELARTProcessing Type (Subdivision of the Transactions) CO_SELARTCHAR3CO_SELART
SELIDProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ001Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ002Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ003Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ004Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ005Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ006Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ007Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ008Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ009Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ010Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ011Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ012Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ013Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ014Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ015Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOKZ016Indicator: Document Has Been Reversed CO_STOKZCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM COBK_INDX
INTO CORRESPONDING FIELDS OF WA_COBK_INDX
WHERE...

How to access SAP table COBK_INDX

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