OIO_FS_FLD SAP (Field status screen fields) Table details

Dictionary Type: Table
Description: Field status screen fields




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




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

OIO_FS_FLD is a standard SAP Table which is used to store Field status screen fields data and is available within R/3 SAP systems depending on the version and release level.

The OIO_FS_FLD table consists of various fields, each holding specific information or linking keys about Field status screen fields data available in SAP. These include TABNM (Table name for field status handling), FLDNM (Field for field status handling), FGPID (Field groups for field status handling), XDISP (Flag: field is display only).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIO_FS_FLD 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
APPIDApplication for field status handling OIO_FS_APPIDCHAR2OIO_FS_APPALPHAOIO_APPID
TABNMTable name for field status handling OIO_FS_TABNMCHAR30DD02LAS4TAB
FLDNMField for field status handling OIO_FS_FLDNMCHAR30DD03LFDNAME
FGPIDField groups for field status handling OIO_FS_FGPIDCHAR10OIO_FS_FGPALPHAOIO_FGPID
XDISPFlag: field is display only OIO_FS_XDISPCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIO_FS_FLD
INTO CORRESPONDING FIELDS OF WA_OIO_FS_FLD
WHERE...

How to access SAP table OIO_FS_FLD

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