BAPITCCONDITIONITEM SAP (BAPI: Trading Contract: Conditions Item) Structure details

Dictionary Type: Structure
Description: BAPI: Trading Contract: Conditions Item




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




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

BAPITCCONDITIONITEM 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 "BAPI: Trading Contract: Conditions Item" 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_BAPITCCONDITIONITEM TYPE BAPITCCONDITIONITEM.

The BAPITCCONDITIONITEM table consists of various fields, each holding specific information or linking keys about BAPI: Trading Contract: Conditions Item data available in SAP. These include COND_COUNT (Sequential number of the condition), CALC_TYPE (Calculation type for condition), AMOUNT (Rate (Condition Amount or Percentage) Where No Scale Exists), CONDCURR (Rate unit (currency or percentage)).. 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: Cannot Be Enhanced


SAP BAPITCCONDITIONITEM 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
ORDER_KEYUser-Defined Key WB2_ORDER_KEYCHAR10CHAR10
COND_COUNTSequential number of the condition KOPOSNUMC2NUM02
CALC_TYPECalculation type for condition KRECHCHAR1KRECH
AMOUNTRate (Condition Amount or Percentage) Where No Scale Exists WB2_KBETR_BAPIDEC23(4) BAPICURR
CONDCURRRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
CONDCURR_ISOISO currency code ISOCDCHAR3ISOCD
COND_P_UNTCondition pricing unit KPEINDEC5KPEIN
COND_UNITCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
COND_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
W_TAX_CODEWithholding tax code WT_WITHCDCHAR2Assigned to domainWT_WITHCD
EXCLUSIONCondition exclusion indicator KZNEPCHAR1T686AKZNEP
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
FIX_VAL_DYFixed value date VALDTDATS8DATUM
COND_TYPECondition type KSCHACHAR4T685KSCHLVKS
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NUMBORDERSMaximum number of sales orders per condition record ANZAUFNUMC2ANZAUF
MAXCONBAVAMaximum condition base value MXKBASQUAN15(3) MENG15
MAXCONVALMaximum Condition Value WB2_KOMXWRT_BAPIDEC23(4) BAPICURR
CONDCURR_CUMCondition currency (for cumulation fields) KWAEHCUKY5Assigned to domainWAERSFWS
CONDCURR_CUM_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
SCALECURRScale currency KONWSCUKY5Assigned to domainWAERSFWS
SCALECURR_ISOISO currency code ISOCDCHAR3ISOCD
SCALE_UNITCondition scale unit of measure KONMSUNIT3Assigned to domainCUNITMEINS
SCALE_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
CONVNUMERATORNumerator for converting condition units to base units KUMZADEC5UMBSZ
CONVDENOMINATORDenominator for converting condition units to base units KUMNEDEC5UMBSN
SCALEBASISScale basis indicator KZBZGCHAR1KZBZG
SCALETYPEScale Type STFKZCHAR1STFKZ

Key field Non-key field



How do I retrieve data from SAP structure BAPITCCONDITIONITEM using ABAP code?

As BAPITCCONDITIONITEM 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 BAPITCCONDITIONITEM as there is no data to select.

How to access SAP table BAPITCCONDITIONITEM

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