CNFOWWBS_CI_TAB SAP (Customer Table for WBS) Table details

Dictionary Type: Table
Description: Customer Table for WBS




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




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

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

The CNFOWWBS_CI_TAB table consists of various fields, each holding specific information or linking keys about Customer Table for WBS data available in SAP. These include POSID (Work Breakdown Structure Element (WBS Element)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CNFOWWBS_CI_TAB 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 MANDTCLNT3Assigned to domainMANDT
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNFOWWBS_CI_TAB
INTO CORRESPONDING FIELDS OF WA_CNFOWWBS_CI_TAB
WHERE...

How to access SAP table CNFOWWBS_CI_TAB

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