BWFS_CFM_SELEC_V SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

BWFS_CFM_SELEC_V is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The BWFS_CFM_SELEC_V table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include INFOSOURCE (InfoSource for Delta Position), SELECTION (Object Identity in Database Format), AEDAT (System Date), AETIM (System Time).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BWFS_CFM_SELEC_V table view 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_DELTACHAR30BWFS_SETTINGS_0DFS_INFOSOURCE_DELTARSS
SELECTIONObject Identity in Database Format FS_DB_GUIDCHAR32FS_DB_GUID
AEDATSystem Date SYDATUMDATS8SYDATS
AETIMSystem Time SYUZEITTIMS6SYTIME
DATASOURCEDataSource for Delta Position FS_DATASOURCE_DELTACHAR30BWFS_DATASRC_DFS_DATASOURCE_DELTARO1
DATUM_ABTechnical Date From Which Data is to be Selected FS_DATUM_ABDATS8DATUM
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
FLAG_FIRST_DELTACheckbox XFELDCHAR1XFELD
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
TR_ACC_CODEAccounting Code TPM_ACC_CODECHAR4TRGC_TR_ACC_CODETPM_ACC_CODETPM_TACTRG_ACC_CODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM BWFS_CFM_SELEC_V
INTO CORRESPONDING FIELDS OF WA_BWFS_CFM_SELEC_V
WHERE...

How to access SAP table BWFS_CFM_SELEC_V

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