EUFASS SAP (Allocation of Usage Factor to any BOR Objects) Table details

Dictionary Type: Table
Description: Allocation of Usage Factor to any BOR Objects




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




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

EUFASS is a standard SAP Table which is used to store Allocation of Usage Factor to any BOR Objects data and is available within R/3 SAP systems depending on the version and release level.

The EUFASS table consists of various fields, each holding specific information or linking keys about Allocation of Usage Factor to any BOR Objects data available in SAP. These include OBJKEY (Object key), OBJTYPE (Reference obj. type), LOGLPRELNO (Logical Number of Profile Allocation), BIS (Date at Which a Time Slice Expires).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EUFASS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
OBJTYPEReference obj. type SWO_REFOBJCHAR10Assigned to domainOJ_NAME
LOGLPRELNOLogical Number of Profile Allocation LOGLPRELNONUMC18LOGLPRELNO
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
USEFACTORUsage factor USEFACTORDEC17(8) USEFACTOR
CALCULATEDStatus of Usage Factor E_CALCULATEDCHAR1E_CALCULATED
LOCKEDLocked or inactive E_LOCKEDCHAR1KENNZX
PREV_USEFACTORUsage Factor (Old) PREV_USEFACTORDEC17(8) USEFACTOR
PREV_CALCULATEDStatus of Usage Factor (Old) E_PREV_CALCULATEDCHAR1E_PREV_CALCULATED
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM EUFASS
INTO CORRESPONDING FIELDS OF WA_EUFASS
WHERE...

How to access SAP table EUFASS

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