EHFNDC_TABUIBB SAP (Authorization Entity tabbed UIBBs) Table details

Dictionary Type: Table
Description: Authorization Entity tabbed UIBBs




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




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

EHFNDC_TABUIBB is a standard SAP Table which is used to store Authorization Entity tabbed UIBBs data and is available within R/3 SAP systems depending on the version and release level.

The EHFNDC_TABUIBB table consists of various fields, each holding specific information or linking keys about Authorization Entity tabbed UIBBs data available in SAP. These include UIBB_CONF (Authorization Entity UIBB configuration), TAB_VARIANT (Authorization Entity tabbed UIBB variant), TAB_ID (Authorization Entity tab ID), ENTITY_CODE (Authorization Entity).. 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 EHFNDC_TABUIBB 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 MANDTCLNT3Assigned to domainMANDT
UIBB_CONFAuthorization Entity UIBB configuration EHFND_AUTH_ENT_UIBBCONFCHAR40EHFND_AUTH_ENT_UIBBCONF
TAB_VARIANTAuthorization Entity tabbed UIBB variant EHFND_AUTH_ENT_TABVARIANTCHAR21EHFND_AUTH_ENT_TABVARIANT
TAB_IDAuthorization Entity tab ID EHFND_AUTH_ENT_TAB_IDCHAR21EHFND_AUTH_ENT_TAB_ID
ENTITY_CODEAuthorization Entity EHFND_AUTH_ENTITY_CODECHAR21EHFNDC_AUTHENTEHFND_AUTH_ENTITY_CODEEHFND_ELM_AUTH_ENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHFNDC_TABUIBB
INTO CORRESPONDING FIELDS OF WA_EHFNDC_TABUIBB
WHERE...

How to access SAP table EHFNDC_TABUIBB

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