/CBAD/CONTRACT_I_U SAP (Update structure for Contract Line Items) Structure details

Dictionary Type: Structure
Description: Update structure for Contract Line Items




ABAP Code to SELECT data from /CBAD/CONTRACT_I_U
Related tables to /CBAD/CONTRACT_I_U
Access table /CBAD/CONTRACT_I_U




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

/CBAD/CONTRACT_I_U is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Update structure for Contract Line Items" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/CBAD/CONTRACT_I_U TYPE /CBAD/CONTRACT_I_U.

The /CBAD/CONTRACT_I_U table consists of various fields, each holding specific information or linking keys about Update structure for Contract Line Items data available in SAP. These include CVBELN (Sales and Distribution Document Number), CPOSNR (Item Number in Contract), VER_NO (Version Number), POS_TYPE (Contract Item Type).. 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: Can Be Enhanced (Deep)


SAP /CBAD/CONTRACT_I_U structure 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
CVBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
CPOSNRItem Number in Contract /CBAD/POSNRNUMC6NUMC6
VER_NOVersion Number /CBAD/VER_NUMNUMC6NUMC6
POS_TYPEContract Item Type /CBAD/POSTYPECHAR1/CBAD/POSTYPE
DEL_FLAGCheckbox XFELDCHAR1XFELD
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PAR_CPOSNRParent Item in Contract /CBAD/POSNR_PANUMC6NUMC6
EFF_DATEEffectivity Date /CBAD/EFF_DATEDATS8DATUM
BILL_TYPBilling Type of Item /CBAD/BILLTYPECHAR1CHAR1
NOPACNo Pre-Award Costs /CBAD/NOPACCHAR1CHAR1
FUN_SOUFunding Source of Item /CBAD/FUNSRCCHAR1CHAR1
REQ_DEF_DATERequested Definitization Date /CBAD/RQDFDTDATS8DATUM
DEF_DATEDefinitization Date /CBAD/DEFDATDATS8DATUM
DEF_MOD_NODefinitization Modification Number /CBAD/DFMODNOCHAR10CHAR10
PER_ST_DATEPeriod of Performance Start Date /CBAD/PPSDATDATS8DATUM
PER_END_DATEPeriod of Performance End Date /CBAD/PPEDATDATS8DATUM
DESCRItem Description /CBAD/DESCRCHAR40TEXT40
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
USR011st user field for 15 characters /CBAD/USR01CHAR15TEXT15
USR022nd user field for 20 characters /CBAD/USR02CHAR20TEXT20
USR033rd user field for 30 characters /CBAD/USR03CHAR30TEXT30
USR041st user defined field for quantities /CBAD/USRQ1QUAN13(3) USRQUAN13
USR051st user defined field for quantity field unit /CBAD/USRU1UNIT3Assigned to domainCUNITMEINS
USR061st user field for currency values (length 10,3) /CBAD/USRV1CURR13(3) USRCURR13
USR071st user defined field for currency value field unit /CBAD/USRC1CUKY5Assigned to domainWAERS
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
USER_POSNRUser-Specific Name for Item /CBAD/USR_POSNRCHAR10TEXT10
MOD_IDModification ID /CBAD/MOD_IDCHAR15CHAR15

Key field Non-key field



How do I retrieve data from SAP structure /CBAD/CONTRACT_I_U using ABAP code?

As /CBAD/CONTRACT_I_U is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /CBAD/CONTRACT_I_U as there is no data to select.

How to access SAP table /CBAD/CONTRACT_I_U

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