FINB_TABLETYPES SAP (Table Types as Interface for Configuration) Table details

Dictionary Type: Table
Description: Table Types as Interface for Configuration




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




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

FINB_TABLETYPES is a standard SAP Table which is used to store Table Types as Interface for Configuration data and is available within R/3 SAP systems depending on the version and release level.

The FINB_TABLETYPES table consists of various fields, each holding specific information or linking keys about Table Types as Interface for Configuration data available in SAP. These include ASPECT (Configuration Aspect), ASPECT_TYPE (Aspect Type), ORIG_NAME (Name of Original Object), TABLE_TYPE (Name of table type).. 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 FINB_TABLETYPES 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
COMPONENTConfigurable Components FINB_CONF_COMPCHAR30FINB_CONFIG_COMPFINB_CONF_COMP
ASPECTConfiguration Aspect FINB_CONF_ASPECTCHAR30TABNAME
ASPECT_TYPEAspect Type FINB_ASPECT_TYPECHAR2FINB_ASPECT_TYPE
ORIG_NAMEName of Original Object FINB_CONF_ORIG_NAMECHAR30
TABLE_TYPEName of table type TTYPENAMECHAR30DD40LTTYPENAMETTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM FINB_TABLETYPES
INTO CORRESPONDING FIELDS OF WA_FINB_TABLETYPES
WHERE...

How to access SAP table FINB_TABLETYPES

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