OIJ_SP_FLTVAL SAP (Stock projection filter values for BADI) Table details

Dictionary Type: Table
Description: Stock projection filter values for BADI




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




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

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

The OIJ_SP_FLTVAL table consists of various fields, each holding specific information or linking keys about Stock projection filter values for BADI data available in SAP. These include SPFLTVAL (Stock projection filter value for BADI).. 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 = OIJ_SP_FLTVALT


SAP OIJ_SP_FLTVAL 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
SPFLTVALStock projection filter value for BADI OIJ_SPFLTVALCHAR6OIJ_SPFLTVAL

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIJ_SP_FLTVAL
INTO CORRESPONDING FIELDS OF WA_OIJ_SP_FLTVAL
WHERE...

How to access SAP table OIJ_SP_FLTVAL

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