ADBOS_ECP_CKIS SAP (BOS: Enhancement to Detailed Statement) Table details

Dictionary Type: Table
Description: BOS: Enhancement to Detailed Statement




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




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

ADBOS_ECP_CKIS is a standard SAP Table which is used to store BOS: Enhancement to Detailed Statement data and is available within R/3 SAP systems depending on the version and release level.

The ADBOS_ECP_CKIS table consists of various fields, each holding specific information or linking keys about BOS: Enhancement to Detailed Statement data available in SAP. These include BZOBJ (Reference Object), KALNR (Cost Estimate Number for Cost Est. w/o Qty Structure), KALKA (Costing Type), KADKY (Costing Date (Key)).. 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 ADBOS_ECP_CKIS 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
BZOBJReference Object CK_OBJCHAR1Assigned to domainCK_OBJ
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
KALKACosting Type CK_KALKACHAR2Assigned to domainCK_KALKAKKA
KADKYCosting Date (Key) CK_KADKYDATS8CK_KADATKKK
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
BWVARValuation Variant in Costing CK_BWVARCHAR3Assigned to domainCK_BWVARBWV
KKZMACosts Entered Manually in Additive or Automatic Cost Est. CK_KKZMACHAR1XFELDKKM
COMPONENT_IDUnique Pointer to the Itemization Line (Persistent) CK_COMPONENT_IDNUMC7
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ZAW01Value of Addition or Deduction ADBOS_ZUSCHLAG_WERTCURR15(2) WERTV8
ZAW02Value of Addition or Deduction ADBOS_ZUSCHLAG_WERTCURR15(2) WERTV8
ZAW03Value of Addition or Deduction ADBOS_ZUSCHLAG_WERTCURR15(2) WERTV8
ZAW04Value of Addition or Deduction ADBOS_ZUSCHLAG_WERTCURR15(2) WERTV8
ZAW05Value of Addition or Deduction ADBOS_ZUSCHLAG_WERTCURR15(2) WERTV8
ZAP01Percent Addition or Deduction ADBOS_ZUSCHLAG_PROZDEC5(2) ADBOS_PERCENTAGE52
ZAP02Percent Addition or Deduction ADBOS_ZUSCHLAG_PROZDEC5(2) ADBOS_PERCENTAGE52
ZAP03Percent Addition or Deduction ADBOS_ZUSCHLAG_PROZDEC5(2) ADBOS_PERCENTAGE52
ZAP04Percent Addition or Deduction ADBOS_ZUSCHLAG_PROZDEC5(2) ADBOS_PERCENTAGE52
ZAP05Percent Addition or Deduction ADBOS_ZUSCHLAG_PROZDEC5(2) ADBOS_PERCENTAGE52
QUANTITY_BQuantity MENGE_POSQUAN15(3) CQUA8
BASIC_PRICE_TBOS: Basic Price Total BOS_BASIC_PRICE_TOTALCURR15(2) WERTV8
BASIC_PRICE_FBOS: Fixed Basic Price BOS_BASIC_PRICE_FIXEDCURR15(2) WERTV8
BASIC_VALUE_TBOS: Total Basic Costs BOS_BASIC_VALUE_TOTALCURR15(2) WERTV8
BASIC_VALUE_FBOS: Fixed Basic Costs BOS_BASIC_VALUE_FIXEDCURR15(2) WERTV8
QUANTITY_TQuantity MENGE_POSQUAN15(3) CQUA8
TARGET_PRICE_TBOS: Total Target Price BOS_TARGET_PRICE_TOTALCURR15(2) WERTV8
TARGET_PRICE_FBOS: Fixed Target Price BOS_TARGET_PRICE_FIXEDCURR15(2) WERTV8
TARGET_VALUE_TBOS: Total Target Costs BOS_TARGET_VALUE_TOTALCURR15(2) WERTV8
TARGET_VALUE_FBOS: Fixed Target Costs BOS_TARGET_VALUE_FIXEDCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADBOS_ECP_CKIS
INTO CORRESPONDING FIELDS OF WA_ADBOS_ECP_CKIS
WHERE...

How to access SAP table ADBOS_ECP_CKIS

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