UISS_CCTR_LIST SAP (data to be passed to UI) Structure details

Dictionary Type: Structure
Description: data to be passed to UI




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




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

UISS_CCTR_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "data to be passed to UI" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_UISS_CCTR_LIST TYPE UISS_CCTR_LIST.

The UISS_CCTR_LIST table consists of various fields, each holding specific information or linking keys about data to be passed to UI data available in SAP. These include SYSTEM (Logical system), COAREA (Controlling Area), FDATE (Valid-From Date), TDATE (Valid-From Date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP UISS_CCTR_LIST structure 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
CCTRNAMEGeneral Name KTEXTCHAR20TEXT20
SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
COAREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
FDATEValid-From Date DATABDATS8DATUM
TDATEValid-From Date DATABDATS8DATUM
CCTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
TXTMILong Text LTEXTCHAR40TEXT40
TXTSHGeneral Name KTEXTCHAR20TEXT20
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
CCTRLKPPCSingle-Character Indicator CHAR1CHAR1CHAR1
CCTRLKAPPSingle-Character Indicator CHAR1CHAR1CHAR1
CCTRLKASCSingle-Character Indicator CHAR1CHAR1CHAR1
CCTRLKPSCSingle-Character Indicator CHAR1CHAR1CHAR1
CCTRLKARPSingle-Character Indicator CHAR1CHAR1CHAR1
CCTRLKPRVSingle-Character Indicator CHAR1CHAR1CHAR1
CCTRLKCUPSingle-Character Indicator CHAR1CHAR1CHAR1
ACCTRCGYSingle-Character Indicator CHAR1CHAR1CHAR1
ACCTRRPUUser Responsible USMDZ1_RESP_USERCHAR12Assigned to domainXUBNAME
ACCTRRTXTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
ACCTRBARBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CCTRRESPPPerson Responsible VERAKCHAR20VERAK
CCTRLSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
CCTRCGYCost Center Category KOSARCHAR1Assigned to domainKOSARPCA_KOSAR
CCODECCTRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CCTRCCTRNCharacter Field Length = 10 CHAR10CHAR10CHAR10
CCTRDEPTDepartment ABTEICHAR12ABTEI
CCTRQTYRQIndicator for Recording Consumption Quantities MGEFLCHAR1YNFLG
CURRCCTRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FUNCCCTRFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
PCTRCCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FDATECCTRValid-From Date DATABDATS8DATUM
TDATECCTRValid To Date DATBIDATS8DATUM
CCTRSTDHCStandard Hierarchy Area for FSSC ISS UISS_KHINRCHAR12SETNR

Key field Non-key field



How do I retrieve data from SAP structure UISS_CCTR_LIST using ABAP code?

As UISS_CCTR_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on UISS_CCTR_LIST as there is no data to select.

How to access SAP table UISS_CCTR_LIST

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