TCATS_SHLP_ITS SAP (Time Sheet: Possible Entries Help in Internet) Table details

Dictionary Type: Table
Description: Time Sheet: Possible Entries Help in Internet




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




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

TCATS_SHLP_ITS is a standard SAP Table which is used to store Time Sheet: Possible Entries Help in Internet data and is available within R/3 SAP systems depending on the version and release level.

The TCATS_SHLP_ITS table consists of various fields, each holding specific information or linking keys about Time Sheet: Possible Entries Help in Internet data available in SAP. These include CATSFIELD (Field Name), SHLPNAME (Name of a Search Help), SHLPTYPE (Type of an input help (see fixed values)), SELOPT_FELD1 (Field for Selection Option).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TCATS_SHLP_ITS 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 MANDTCLNT3Assigned to domainMANDT
CATSFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SHLPNAMEName of a Search Help SHLPNAMECHAR30Assigned to domainSHLPNAMESHLPDD_SHLP
SHLPTYPEType of an input help (see fixed values) DDSHLPTYPCHAR2DDSHLPTYP
SELOPT_FELD1Field for Selection Option SELOPTFIELDCHAR30Assigned to domainFDNAME
SELOPT_FELD2Field for Selection Option SELOPTFIELDCHAR30Assigned to domainFDNAME
SELOPT_FELD3Field for Selection Option SELOPTFIELDCHAR30Assigned to domainFDNAME
SELOPT_FELD4Field for Selection Option SELOPTFIELDCHAR30Assigned to domainFDNAME
VALUEFIELD1Display Field DISPFIELDCHAR30Assigned to domainFDNAME
VALUEFIELD2Display Field DISPFIELDCHAR30Assigned to domainFDNAME
VALUEFIELD3Display Field DISPFIELDCHAR30Assigned to domainFDNAME
VALUEFIELD4Display Field DISPFIELDCHAR30Assigned to domainFDNAME
VALUEFIELD5Display Field DISPFIELDCHAR30Assigned to domainFDNAME
VALUEFIELD6Display Field DISPFIELDCHAR30Assigned to domainFDNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCATS_SHLP_ITS
INTO CORRESPONDING FIELDS OF WA_TCATS_SHLP_ITS
WHERE...

How to access SAP table TCATS_SHLP_ITS

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