N2_BASEITEMTYPES SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

N2_BASEITEMTYPES is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The N2_BASEITEMTYPES table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include SPRAS (Language Key), ITEMTYPE_TXT (Base Items: Base Item Type Name), ICON (Icon), ICONNAME (Base Items: Icon Name).. 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: Not classified


SAP N2_BASEITEMTYPES table view 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
ITEMTYPEBase Items: Base Item Type N2_BASEITEM_TYPECHAR10N2_BASEITEM_TYPE
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ITEMTYPE_TXTBase Items: Base Item Type Name N2_BASEITEM_TYPE_NAMECHAR40TEXT40
ICONIcon N1_ICONCHAR4ICON
ICONNAMEBase Items: Icon Name N2_BASEITEM_ICONNAMECHAR30ICONNAME
STRUCTUREBase Items: Data Structure N2_BASEITEM_STRUCCHAR30AS4TABDD_STRUC
TRANSFORMATIONBase Items: XSLT Program N2_BASEITEM_XSLTCHAR40O2XSLTNAME
EXIT_TECHBase Items: BAdI Technology N2_BASEITEM_EXIT_TECHCHAR1N2_BASEITEM_EXIT_TECH
ENH_BEFOREBase Items: BAdI Before Execution N2_BASEITEM_ENH_BEFORECHAR30BADI_SPOTCHAR30
ENH_EXECBase Items: BAdI for Execution N2_BASEITEM_ENH_EXECCHAR30BADI_SPOTCHAR30
ENH_AFTERBase Items: BAdI After Execution N2_BASEITEM_ENH_AFTERCHAR30BADI_SPOTCHAR30
EXIT_BEFOREBase Items: Classic BAdI Before Execution N2_BASEITEM_EXIT_BEFORECHAR20SXS_ATTREXITDEFSH_EXIT_NAME_ALL
EXIT_EXECBase Items: Classic BAdI for Execution N2_BASEITEM_EXIT_EXECCHAR20SXS_ATTREXITDEFSH_EXIT_NAME_ALL
EXIT_AFTERBase Items: Classic BAdI After Execution N2_BASEITEM_EXIT_AFTERCHAR20SXS_ATTREXITDEFSH_EXIT_NAME_ALL
LEGACYBase Items: Obsolete Component Indicator N2_BASEITEM_LEGACYCHAR1ISH_ON_OFF
PS_POSIDApplication component ID UFPS_POSIDCHAR24UFPS_POSID
SWITCHId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30SFW_SWITCHIDSFW
DESCRBase Items: Base Item Type Description N2_BASEITEM_TYPE_DESCRCHAR255TEXT255
QUICKINFOBase Items: Quick Info N2_BASEITEM_QUICKINFOCHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2_BASEITEMTYPES
INTO CORRESPONDING FIELDS OF WA_N2_BASEITEMTYPES
WHERE...

How to access SAP table N2_BASEITEMTYPES

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