BWFS_SETTINGS_0D SAP (InfoSources for Delta Bestand) Table details

Dictionary Type: Table
Description: InfoSources for Delta Bestand




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




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

BWFS_SETTINGS_0D is a standard SAP Table which is used to store InfoSources for Delta Bestand data and is available within R/3 SAP systems depending on the version and release level.

The BWFS_SETTINGS_0D table consists of various fields, each holding specific information or linking keys about InfoSources for Delta Bestand data available in SAP. These include INFOSOURCE (InfoSource for Delta Position), DATASOURCE (DataSource for Delta Position), DATUM_AB (Technical Date From Which Data is to be Selected), PURE_DELTA_IS (Pure Delta InfoSource).. 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: Cannot Be Enhanced


SAP BWFS_SETTINGS_0D 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
MANDTClient MANDTCLNT3T000MANDT
INFOSOURCEInfoSource for Delta Position FS_INFOSOURCE_DELTACHAR30FS_INFOSOURCE_DELTARSS
DATASOURCEDataSource for Delta Position FS_DATASOURCE_DELTACHAR30BWFS_DATASRC_DFS_DATASOURCE_DELTARO1
DATUM_ABTechnical Date From Which Data is to be Selected FS_DATUM_ABDATS8DATUM
PURE_DELTA_ISPure Delta InfoSource FS_PURE_DELTA_INFOSOURCECHAR1XFELD
SYSTEM_TIME_ZONEUse System Time Zone instead of User Time Zone FS_SYSTEM_TIME_ZONECHAR1XFELD
RETENTION_TIMERetention Time in Seconds for the Selection Date and Time FS_RETENTION_TIMENUMC4NUMC04

Key field Non-key field



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

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

SELECT SINGLE *
FROM BWFS_SETTINGS_0D
INTO CORRESPONDING FIELDS OF WA_BWFS_SETTINGS_0D
WHERE...

How to access SAP table BWFS_SETTINGS_0D

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