/TDAG/CPS_DPR_COMPANY SAP (Dynpro Structure for Company Data) Structure details

Dictionary Type: Structure
Description: Dynpro Structure for Company Data




ABAP Code to SELECT data from /TDAG/CPS_DPR_COMPANY
Related tables to /TDAG/CPS_DPR_COMPANY
Access table /TDAG/CPS_DPR_COMPANY




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

/TDAG/CPS_DPR_COMPANY 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 "Dynpro Structure for Company Data" 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_/TDAG/CPS_DPR_COMPANY TYPE /TDAG/CPS_DPR_COMPANY.

The /TDAG/CPS_DPR_COMPANY table consists of various fields, each holding specific information or linking keys about Dynpro Structure for Company Data data available in SAP. These include MANDT (Client), ORGID (Organizational Unit), ROOTORGID (Superior Organizational Unit), ORGNA (Organization Name).. 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 (character-type or numeric)


SAP /TDAG/CPS_DPR_COMPANY 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ORGIDOrganizational Unit /TDAG/CPE_ORGIDCHAR9Assigned to domain/TDAG/CPD_ORGID/TDAG/CP02/TDAG/CPH_ORGIDS
ROOTORGIDSuperior Organizational Unit /TDAG/CPE_ORGIDROOTCHAR9Assigned to domain/TDAG/CPD_ORGID/TDAG/CPH_ORGIDS
ORGNAOrganization Name /TDAG/CPE_ORGNACHAR132TEXT132
STREETStreet /TDAG/CPE_STREETCHAR50TEXT50
POSTBOXPost Office Box /TDAG/CPE_POSTBOXCHAR20
COUNTRYCODECountry Code /TDAG/CPE_CCODECHAR2
POSTCODEPostal Code /TDAG/CPE_PCODECHAR10
CITYCity /TDAG/CPE_CITYCHAR50TEXT50
CUSTOMERNOCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
SUPPLIERNOSupplier /TDAG/CPE_SUPPLIERCHAR10Assigned to domainALPHALIFNR/TDAG/CPH_SUPPLIER
OWNORGIDOwn Organization /TDAG/CPE_ORGIDOWNFLGCHAR1FLAG
ISDELETEDDeletion Indicator /TDAG/CPE_IMDS_DELCHAR1/TDAG/CPD_IMDS_DEL
ISOEMIMDS Flag Is OEM /TDAG/CPE_IMDS_FLG_OEMCHAR1/TDAG/CPD_IMDS_FLG_OEM
DUNSData Universal Numbering System /TDAG/CPE_DUNSCHAR9TEXT9

Key field Non-key field



How do I retrieve data from SAP structure /TDAG/CPS_DPR_COMPANY using ABAP code?

As /TDAG/CPS_DPR_COMPANY 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 /TDAG/CPS_DPR_COMPANY as there is no data to select.

How to access SAP table /TDAG/CPS_DPR_COMPANY

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