/UI2/T002_BCP47 SAP (Language tags according to BCP 47 standard) Table details

Dictionary Type: Table
Description: Language tags according to BCP 47 standard




ABAP Code to SELECT data from /UI2/T002_BCP47
Related tables to /UI2/T002_BCP47
Access table /UI2/T002_BCP47




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

/UI2/T002_BCP47 is a standard SAP Table which is used to store Language tags according to BCP 47 standard data and is available within R/3 SAP systems depending on the version and release level.

The /UI2/T002_BCP47 table consists of various fields, each holding specific information or linking keys about Language tags according to BCP 47 standard data available in SAP. These include SUBTAG_PRIM_LANG (Tag of length 3), SUBTAG_EXT_1 (Tag of length 3), SUBTAG_EXT_2 (Tag of length 3), SUBTAG_EXT_3 (Tag of length 3).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /UI2/T002_BCP47 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
SPRASUI2 Language Key, same as SPRAS /UI2/SAP_SPRASCHAR1/UI2/UI2SPRAS
SUBTAG_PRIM_LANGTag of length 3 /UI2/TAG3CHAR3/UI2/CHAR3
SUBTAG_EXT_1Tag of length 3 /UI2/TAG3CHAR3/UI2/CHAR3
SUBTAG_EXT_2Tag of length 3 /UI2/TAG3CHAR3/UI2/CHAR3
SUBTAG_EXT_3Tag of length 3 /UI2/TAG3CHAR3/UI2/CHAR3
SUBTAG_SCRIPTTag of length 4 /UI2/TAG4CHAR4/UI2/CHAR4
SUBTAG_REGIONTag of 2 letter length /UI2/TAG2CHAR2/UI2/CHAR2
SUBTAG_VARIANTTag of length 8 /UI2/TAG8CHAR8/UI2/CHAR8
SUBTAG_EXTENSIONTag of length 1 /UI2/TAG1CHAR1/UI2/CHAR1
SUBTAG_PRIV_USETag of length 8 /UI2/TAG8CHAR8/UI2/CHAR8

Key field Non-key field



How do I retrieve data from SAP table /UI2/T002_BCP47 using ABAP code

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

SELECT SINGLE *
FROM /UI2/T002_BCP47
INTO CORRESPONDING FIELDS OF WA_/UI2/T002_BCP47
WHERE...

How to access SAP table /UI2/T002_BCP47

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