T5V2G SAP (Connection org. numbers and rep. org. number) Table details

Dictionary Type: Table
Description: Connection org. numbers and rep. org. number




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




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

T5V2G is a standard SAP Table which is used to store Connection org. numbers and rep. org. number data and is available within R/3 SAP systems depending on the version and release level.

The T5V2G table consists of various fields, each holding specific information or linking keys about Connection org. numbers and rep. org. number data available in SAP. These include ORGBE (Firm org. number (bedriftsnummer)), ENDDA (End Date), BEGDA (Start Date), 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: 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 or numeric)


SAP T5V2G 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
CLIENTClient MANDTCLNT3T000MANDT
ORGBEFirm org. number (bedriftsnummer) P20_ORGBENUMC11T5V2LP20_ORGBE
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
NACENACE Code - Code to identify the branch of a company P20_NACECHAR6T5V2J
ORGJULegal org. number (juridisk nummer) P20_ORGJUNUMC11T5V2MP20_ORGJU
REPNROrganizations number used for tax and ERC reporting P20_REPNRNUMC11T5V2IP20_REPNR
MUNICCMunicipality Number P20_MUNICCCHAR4T5V2AP20_MUNIC
ARBGIDLayout rule for address type VARGACHAR8T536AVARGA
PEAVDIDLayout rule for address type VARGACHAR8T536AVARGA
BANKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
KONTOIDID for account details HKTIDCHAR5Assigned to domainHKTID
BUAREABusiness sector ('Bransje') P20_BUAREACHAR8T5V6AP20_BUAREA
EMPORGEmployers Organisation P20_EMPORGCHAR4CHAR4
MLEGEMaximum length of self-declared illness in days P20_MLEGENUMC2
MOEGEMax. no. of occurences of self-declared illness P20_MAXOCC_EGENUMC2
MLEGETOTMaximum length of self-declared illness in days per 12 month P20_MLEGE_TOTNUMC2
TELNRTelephone Number TELNRCHAR14TELNR
BANKNBank account number BANKNCHAR18BANKN
ORGLEDOrganisation group(Organisasjonsledd) P20_ORGLEDNUMC11T5V2OP20_ORGLED

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5V2G
INTO CORRESPONDING FIELDS OF WA_T5V2G
WHERE...

How to access SAP table T5V2G

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