JJTIKO SAP (IS-M/AM: Content Component) Table details

Dictionary Type: Table
Description: IS-M/AM: Content Component




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




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

JJTIKO is a standard SAP Table which is used to store IS-M/AM: Content Component data and is available within R/3 SAP systems depending on the version and release level.

The JJTIKO table consists of various fields, each holding specific information or linking keys about IS-M/AM: Content Component data available in SAP. These include INHALTSKOM (IS-M: Content Component), INHKOM_TYP (IS-M: Content Component Type), INHKOM_GRP (IS-M: Content Component Group), KURZTEXT (IS-M: Short Text).. 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: Can be enhanced (character-type)


SAP JJTIKO 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
INHALTSKOMIS-M: Content Component INHALTSKOMCHAR8ALPHAINHALTSKOMJJ1
INHKOM_TYPIS-M: Content Component Type INHKOM_TYPCHAR2TJJ03INHKOM_TYP
INHKOM_GRPIS-M: Content Component Group INHKOM_GRPCHAR4TJJ33ALPHAINHKOM_GRP
KURZTEXTIS-M: Short Text BEZEICHN15CHAR15TEXT15
LANGTEXTIS-M: Long Text BEZEICHN50CHAR50TEXT50
XIHK_STRUKIS-M: Indicator for 'Structural' Content Component XIHK_STRUKCHAR1XFELD
XIHK_STATIIS-M: Indicator for 'Statistical' Content Component XIHK_STATICHAR1XFELD
XIHK_PREISIS-M: Content Component Relevant for Pricing Indicator XIHK_PREISCHAR1XFELD
XIHK_VBEINIS-M: Ind.: Sales Area Restriction for Content Component XIHK_VBEINCHAR1XFELD
XVERD_RUBIS-M: 'Main Column' Indicator XVERD_RUBCHAR1XFELD
XSCRIPTESAPscript text for external comment XSCRIPTECHAR1XFELD
XLOEVMDeletion Flag for Master Data in Media Sales & Distribution LOEVM_ISPCHAR1XFELD
XLOEKZDeletion Indicator for Master Data in Media Sales & Dist. LOEKZ_ISPCHAR1XFELD
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
CO_AUFNRIS-M: Order No.of Internal CO Order for Account Assignment JHCO_AUFNRCHAR12AUFKALPHAAUFNRANRORDE
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
RK_AUFNROrder Number of RK Order for Account Assignment J_RK_AUFNRCHAR8ALPHAJ_RK_AUFNR
RK_POSNRItem Number of RK Order for Account Assignment J_RK_POSNRNUMC2ALPHAJ_RK_POSNR
KOSTL_R2Cost center in R/2 KOSTL_R2CHAR8ALPHAKOSTL_R2
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY

Key field Non-key field



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

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

SELECT SINGLE *
FROM JJTIKO
INTO CORRESPONDING FIELDS OF WA_JJTIKO
WHERE...

How to access SAP table JJTIKO

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