OIJ_SP_FLTVALT SAP (Stock projection filter values for BADI - text table) Table details

Dictionary Type: Table
Description: Stock projection filter values for BADI - text table




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




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

OIJ_SP_FLTVALT is a standard SAP Table which is used to store Stock projection filter values for BADI - text table data and is available within R/3 SAP systems depending on the version and release level.

The OIJ_SP_FLTVALT table consists of various fields, each holding specific information or linking keys about Stock projection filter values for BADI - text table data available in SAP. These include SPFLTVAL (Stock projection filter value for BADI), TEXT (Short text).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: OIJ_SP_FLTVAL


SAP OIJ_SP_FLTVALT 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
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
SPFLTVALStock projection filter value for BADI OIJ_SPFLTVALCHAR6OIJ_SP_FLTVALOIJ_SPFLTVAL
TEXTShort text OIJ_TXT15CHAR15TEXT15

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJ_SP_FLTVALT
INTO CORRESPONDING FIELDS OF WA_OIJ_SP_FLTVALT
WHERE...

How to access SAP table OIJ_SP_FLTVALT

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