T001N SAP (Company Code - EC Tax Numbers / Notifications) Table details

Dictionary Type: Table
Description: Company Code - EC Tax Numbers / Notifications




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




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

T001N is a standard SAP Table which is used to store Company Code - EC Tax Numbers / Notifications data and is available within R/3 SAP systems depending on the version and release level.

The T001N table consists of various fields, each holding specific information or linking keys about Company Code - EC Tax Numbers / Notifications data available in SAP. These include BUKRS (Company Code), LAND1 (Country Key), STCEG (VAT Registration Number), BUTXT (Name of Company Code or 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: Can be enhanced (character-type)


SAP T001N 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
LAND1Country Key LAND1CHAR3T005LAND1LND
STCEGVAT Registration Number STCEGCHAR20STCEG
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
VMZL1Registration Entry 1 for EC Sales List VMZL1CHAR48TEXT48
VMZL2Registration Entry 2 for EC Sales List VMZL2CHAR48TEXT48
VMZL3Registration Entry 3 for EC Sales List VMZL3CHAR48TEXT48
INKNRID no. INTRASTAT for declarations to the authorities for FT INKNRCHAR20STCEG
INZNRForeign Trade: Additional no. for decl. to authorities INZNRNUMC3NUM03
EXFNRCompany no. EXTRASTAT for declar. to auth. for Foreign Trade EXFNRCHAR7EXFNR
EXMNREXTRASTAT material no. for decl. to auth. for Foreign Trade EXMNRCHAR6EXMNR
EXTKNEXTRASTAT ID no. for decl. to authorities for Foreign Trade EXTKNCHAR20STCEG
STCD1Tax Number for Plants Abroad STCD1_001NCHAR16STCD1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T001N
INTO CORRESPONDING FIELDS OF WA_T001N
WHERE...

How to access SAP table T001N

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