T5C2P_ABRNR SAP (Employer Data for WHT Accounting Geneva) Table details

Dictionary Type: Table
Description: Employer Data for WHT Accounting Geneva




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




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

T5C2P_ABRNR is a standard SAP Table which is used to store Employer Data for WHT Accounting Geneva data and is available within R/3 SAP systems depending on the version and release level.

The T5C2P_ABRNR table consists of various fields, each holding specific information or linking keys about Employer Data for WHT Accounting Geneva data available in SAP. These include ABRNR (Accounting number), CDACT (Occupational Code (GeTIS)), FNAME (Name or Company (GeTIS)), STRAS (Street Name (GeTIS)).. 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: Cannot Be Enhanced


SAP T5C2P_ABRNR 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
ABRNRAccounting number P02_ABRNRCHAR20CHAR20
CDACTOccupational Code (GeTIS) P02_GETIS_CDACTNUMC2P02_GETIS_CDACT
FNAMEName or Company (GeTIS) P02_GETIS_FNAMECHAR40TEXT40
STRASStreet Name (GeTIS) P02_GETIS_STRASCHAR40P02_GETIS_STRAS
CPPO Box (GeTIS) P02_GETIS_CPCHAR20TEXT20
HSNRHouse Number (GeTIS) P02_GETIS_HSNMRCHAR8TEXT8
PSTLZPostal Code (GeTIS) P02_GETIS_PLZCHAR10TEXT10
PACACanton Employer Address (GeTIS) P02_GETIS_PACA_ERCHAR6
LOCCGMunicipality Key for Places in Canton of Geneva (GeTIS) P02_GETIS_LOCCG_ERNUMC2T5C2P_LOCCDP02_GETIS_LOCCD
LOCHGName of Municipality for Places Outside Geneva (GeTIS) P02_GETIS_LOCHG_ERCHAR40TEXT40
ADDR_COCo Address ('CO') P02_DAQ_QSGE_1CODCHAR40P02_DAQ_CO
LOCATIONEmployer Municipality ('localite') P02_DAQ_QSGE_DE_1LDPCHAR40P02_DAQ_QSGE_LOCTX
COUNTRYCountry P02_DAQ_QSGE_DE_COUNTRYCHAR3T005LAND1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5C2P_ABRNR
INTO CORRESPONDING FIELDS OF WA_T5C2P_ABRNR
WHERE...

How to access SAP table T5C2P_ABRNR

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