T7CN0P SAP (Personal Areas/Subareas (CHINA)) Table details

Dictionary Type: Table
Description: Personal Areas/Subareas (CHINA)




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




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

T7CN0P is a standard SAP Table which is used to store Personal Areas/Subareas (CHINA) data and is available within R/3 SAP systems depending on the version and release level.

The T7CN0P table consists of various fields, each holding specific information or linking keys about Personal Areas/Subareas (CHINA) data available in SAP. These include WERKS (Personnel Area), BTRTL (Personnel Subarea), ENTID (Enterprise unified ID), TAXGP (Tax grouping for company).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T7CN0P 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
WERKSPersonnel Area PERSACHAR4T001PPERSAPBR
BTRTLPersonnel Subarea BTRTL_001PCHAR4Assigned to domainBTRTL
ENTIDEnterprise unified ID PCN_ENTIDCHAR20TEXT20
TAXGPTax grouping for company PCN_TAXGPCHAR4T7CN36PCN_TAXGP
PSIAUSocial insurance authority institution code PCN_SIAUCCHAR4T7CN15PCN_SIAUC
ENTPIEnterprise pension insurance ID PCN_ENTPICHAR20TEXT20
MSIAUSocial insurance authority institution code PCN_SIAUCCHAR4T7CN15PCN_SIAUC
ENTMIEnterprise medical care insurance ID PCN_ENTMICHAR20TEXT20
USIAUSocial insurance authority institution code PCN_SIAUCCHAR4T7CN15PCN_SIAUC
ENTUIEnterprise unemployment insurance ID PCN_ENTUICHAR20TEXT20
ISIAUSocial insurance authority institution code PCN_SIAUCCHAR4T7CN15PCN_SIAUC
ENTIIEnterprise on-job injure insurance ID PCN_ENTIICHAR20TEXT20
BSIAUSocial insurance authority institution code PCN_SIAUCCHAR4T7CN15PCN_SIAUC
ENTBIEnterprise maternity insurance ID PCN_ENTBICHAR20TEXT20
PHFACPublic Housing Fund authority institution code PCN_PHFACCHAR4T7CN16PCN_PHFAC
ENTHIEnterprise public housing fund ID PCN_ENTHICHAR20TEXT20
PLCODPersonal file holding location code PCN_PLCODCHAR8T7CN28PCN_PLCODH_PADCN_LOCATION

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7CN0P
INTO CORRESPONDING FIELDS OF WA_T7CN0P
WHERE...

How to access SAP table T7CN0P

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