FEBS_BSPROC_USER_SETTINGS SAP (User Parameters) Structure details

Dictionary Type: Structure
Description: User Parameters




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




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

FEBS_BSPROC_USER_SETTINGS 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 "User Parameters" 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_FEBS_BSPROC_USER_SETTINGS TYPE FEBS_BSPROC_USER_SETTINGS.

The FEBS_BSPROC_USER_SETTINGS table consists of various fields, each holding specific information or linking keys about User Parameters data available in SAP. These include RSBUK (Restriction to Company Code Necessary), POSTING_MODE_N (Posting In Background), POSTING_MODE_A (Posting In the Foreground), POSTING_MODE_E (With Error In the Foreground).. 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 FEBS_BSPROC_USER_SETTINGS 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
DIFF_POST_TYPEDifference Posting Type FEB_DIFF_POST_TYPECHAR1FEB_DIFF_POST_TYPE
RSBUKRestriction to Company Code Necessary FEB_RSBUKCHAR1FLAG
POSTING_MODE_NPosting In Background FEB_POSTING_MODE_NCHAR1FLAG
POSTING_MODE_APosting In the Foreground FEB_POSTING_MODE_ACHAR1FLAG
POSTING_MODE_EWith Error In the Foreground FEB_POSTING_MODE_ECHAR1FLAG
ALV_MENUPushbuttons in Lists FEB_AVL_BUT_SETCHAR1FEB_AVL_BUT_SET
MAX_NOMaximum Number of Items FEB_BSPROC_MAX_NONUMC9FEB_BSPROC_MAX_NO
CONFIGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
GOTO_NEXT_ITEMGoto Next Open Item FEB_BSPROC_GOTOCHAR1FLAG
HIDE_TATYP_INFONo Longer Display Information FEB_HIDE_TATYP_INFOCHAR1FLAG

Key field Non-key field



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

As FEBS_BSPROC_USER_SETTINGS 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 FEBS_BSPROC_USER_SETTINGS as there is no data to select.

How to access SAP table FEBS_BSPROC_USER_SETTINGS

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