EPROFASSROLE SAP (Roles for Profile Allocation) Table details

Dictionary Type: Table
Description: Roles for Profile Allocation




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




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

EPROFASSROLE is a standard SAP Table which is used to store Roles for Profile Allocation data and is available within R/3 SAP systems depending on the version and release level.

The EPROFASSROLE table consists of various fields, each holding specific information or linking keys about Roles for Profile Allocation data available in SAP. These include PROFROLE (Profile allocation role), ROLEFREQ (Frequency of allocation per role), ROLETYPE (Role category for profile allocation), REGISTERASS (Role Used for Allocation of Profile to Register).. 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: Cannot Be Enhanced

Text table = EPROFASSROLET


SAP EPROFASSROLE 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
PROFROLEProfile allocation role PROFROLECHAR4PROFROLE
ROLEFREQFrequency of allocation per role ROLEFREQNUMC4ROLEFREQ
ROLETYPERole category for profile allocation E_ROLETYPENUMC2E_ROLETYPE
REGISTERASSRole Used for Allocation of Profile to Register E_REGISTERASSCHAR1KENNZX
INSTLASSRole Used for Allocation of Profile to Installation E_INSTLASSCHAR1KENNZX
DISPL_SUPPRESSRole Not Displayed in Selection List E_DISPL_SUPPRESSCHAR1KENNZX
UFCALC_SUPRESSUsage Factor Not Updated Automatically E_UFCALC_SUPRESSCHAR1KENNZX
UFEXTRP_SUPRESSNo Automatic Update of Forecasted Usage Factor E_UFEXTRP_SUPRESSCHAR1KENNZX
SYNPROF_ONLYOnly Synthetic Profiles Can Be Allocated E_SYNPROF_ONLYCHAR1KENNZX
USE_CRMRole Used in CRM E_ROLECRMCHAR1KENNZX
BILLCHECKNo Profile Changes in Billed Period E_BILLCHECKCHAR1KENNZX
UFBILLUP_SUPRESSNo Automatic Update in Bill Period E_UFBILLUP_SUPRESSCHAR1KENNZX
MDUS_LOCATEDLocation of Original Profile Values E_AMI_MDUS_LOCATED_PROFILECHAR1E_AMI_MDUS_LOCATED_PROFILEISU_MDUS_LOCATED

Key field Non-key field



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

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

SELECT SINGLE *
FROM EPROFASSROLE
INTO CORRESPONDING FIELDS OF WA_EPROFASSROLE
WHERE...

How to access SAP table EPROFASSROLE

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