SDEPMENT_CSH SAP (Departments: Collective Search Help) Table details

Dictionary Type: Table
Description: Departments: Collective Search Help




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




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

SDEPMENT_CSH is a standard SAP Table which is used to store Departments: Collective Search Help data and is available within R/3 SAP systems depending on the version and release level.

The SDEPMENT_CSH table consists of various fields, each holding specific information or linking keys about Departments: Collective Search Help data available in SAP. These include CARRIER (Airline Code), DEPARTMENT (Department code), TELNR (Telephone number of a department), FAXNR (Fax number of a department).. 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 SDEPMENT_CSH 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
CLIENTClient S_MANDTCLNT3T000MANDT
CARRIERAirline Code S_CARR_IDCHAR3SCARRS_CARR_IDCARS_CARRIER_ID
DEPARTMENTDepartment code S_DEPARTMCHAR4S_DEPARTM
TELNRTelephone number of a department S_TELNOCHAR30S_PHONE
FAXNRFax number of a department S_FAXNOCHAR30S_PHONE
CHANGED_BYAirline employee personnel number SEMP_NUMNUMC10SEMP_NUM
CH_DATELast changed on S_CHDATEDATS8DATUM
DEPHEADAirline employee personnel number SEMP_NUMNUMC10SEMPLOY_CSHSEMP_NUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDEPMENT_CSH
INTO CORRESPONDING FIELDS OF WA_SDEPMENT_CSH
WHERE...

How to access SAP table SDEPMENT_CSH

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