FOPT_BSP_UI_ROLE_ASS_NEXT SAP (MIC - Role Assignment: Assignment List) Structure details

Dictionary Type: Structure
Description: MIC - Role Assignment: Assignment List




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




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

FOPT_BSP_UI_ROLE_ASS_NEXT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "MIC - Role Assignment: Assignment List" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FOPT_BSP_UI_ROLE_ASS_NEXT TYPE FOPT_BSP_UI_ROLE_ASS_NEXT.

The FOPT_BSP_UI_ROLE_ASS_NEXT table consists of various fields, each holding specific information or linking keys about MIC - Role Assignment: Assignment List data available in SAP. These include OBJTYPE (Role Assignment: Level), OBJNAME (Role Assignment: Object), OBJDESCR (), ROLE (Role Assignment: Role).. 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: Cannot Be Enhanced


SAP FOPT_BSP_UI_ROLE_ASS_NEXT structure 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
OBJTYPERole Assignment: Level FOPC_UI_ASSIGN_OBJTYPECHAR100FOPC_TEXT
OBJNAMERole Assignment: Object FOPC_UI_ASSIGN_OBJNAMECHAR100FOPC_TEXT
OBJDESCR 0
ROLERole Assignment: Role FOPC_UI_ASSIGN_ROLECHAR100FOPC_TEXT
PERSON_IDPerson ID FOPC_UI_PERSON_IDCHAR8CHAR8
PERSON_UNAMESystem User FOPC_UI_PERSON_UNAMECHAR12UNAME
PERSON_TXTRole Assignment: Person FOPC_UI_PERSON_TEXTCHAR100FOPC_TEXT

Key field Non-key field



How do I retrieve data from SAP structure FOPT_BSP_UI_ROLE_ASS_NEXT using ABAP code?

As FOPT_BSP_UI_ROLE_ASS_NEXT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FOPT_BSP_UI_ROLE_ASS_NEXT as there is no data to select.

How to access SAP table FOPT_BSP_UI_ROLE_ASS_NEXT

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