LORD_OIF_SETUP SAP (Client-wide settings of Configurable Sales UI) Table details

Dictionary Type: Table
Description: Client-wide settings of Configurable Sales UI




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




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

LORD_OIF_SETUP is a standard SAP Table which is used to store Client-wide settings of Configurable Sales UI data and is available within R/3 SAP systems depending on the version and release level.

The LORD_OIF_SETUP table consists of various fields, each holding specific information or linking keys about Client-wide settings of Configurable Sales UI data available in SAP. These include FUNC_ID (Function ID of Functionality in Sales UI), FUNC_ID_OTRALIAS (Unique Alias Name for OTR Concept), FUNC_ID_TEXT (Text of Functionality to be Setup), FUNC_ID_ACTIVE (Activation of Functionality).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP LORD_OIF_SETUP 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
FUNC_IDFunction ID of Functionality in Sales UI TDV_OIF_FUNC_IDCHAR20CHAR20
FUNC_ID_OTRALIASUnique Alias Name for OTR Concept SOTR_ALIASCHAR50SYCHAR50
FUNC_ID_TEXTText of Functionality to be Setup TDV_OIF_FUNC_ID_TEXTCHAR40TEXT40
FUNC_ID_ACTIVEActivation of Functionality TDV_OIF_FUNC_ACTCHAR1BOOLE
FUNC_ID_DOCU_DEDocumentation Data Element of Functionality to be Setup TDV_OIF_FUNC_ID_DOCUCHAR30Assigned to domainROLLNAME
FUNC_ID_SWITCHId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30Assigned to domainSFW_SWITCHIDSFW

Key field Non-key field



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

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

SELECT SINGLE *
FROM LORD_OIF_SETUP
INTO CORRESPONDING FIELDS OF WA_LORD_OIF_SETUP
WHERE...

How to access SAP table LORD_OIF_SETUP

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