P20_TERMIN SAP (Record structure for file created by Terminrapporten (ERC)) Structure details

Dictionary Type: Structure
Description: Record structure for file created by Terminrapporten (ERC)




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




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

P20_TERMIN 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 "Record structure for file created by Terminrapporten (ERC)" 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_P20_TERMIN TYPE P20_TERMIN.

The P20_TERMIN table consists of various fields, each holding specific information or linking keys about Record structure for file created by Terminrapporten (ERC) data available in SAP. These include ORGJU (Legal org. number (juridisk nummer)), MUNICC (Municipality Number), STATS (Company status regarding branch and employers contribution), NACE (NACE Code - Code to identify the branch of a 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP P20_TERMIN 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
ALT_REFArchive Reference ID P20_ARCH_REFERENCECHAR20CHAR20
ORGJULegal org. number (juridisk nummer) P20_ORGJUNUMC11Assigned to domainP20_ORGJU
MUNICCMunicipality Number P20_MUNICCCHAR4Assigned to domainP20_MUNIC
STATSCompany status regarding branch and employers contribution P20_STATSCHAR2P20_STATS
NACENACE Code - Code to identify the branch of a company P20_NACECHAR6
TERMINPeriod P20_TERMNUMC1P20_TERM
ERYEARYear of reporting P20_ERAARNUMC4P20_AAR
REPNROrganizations number used for tax and ERC reporting P20_REPNRNUMC11Assigned to domainP20_REPNR
MUNICEMunicipality Number P20_MUNICECHAR4Assigned to domainP20_MUNIC
TYPEType of Temse file, used to indentify the Temse Details P20_TEMSE_TYPECHAR4CHAR004
ERBASBasis for employers contribution P20_ERBASCHAR12CHAR12
ADTAXTax paid reported by Terminrapporten P20_ADTAXCHAR12CHAR12
FILLERFiller for 'Terminrapporten' P20_ERFILCHAR24CHAR24

Key field Non-key field



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

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

How to access SAP table P20_TERMIN

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