MEOUTBAPICOND_LINE SAP (Condition Line) Structure details

Dictionary Type: Structure
Description: Condition Line




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




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

MEOUTBAPICOND_LINE 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 "Condition Line" 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_MEOUTBAPICOND_LINE TYPE MEOUTBAPICOND_LINE.

The MEOUTBAPICOND_LINE table consists of various fields, each holding specific information or linking keys about Condition Line data available in SAP. These include MANDT (Client), KNUMH (Condition record number), KOPOS (Sequential number of the condition), KAPPL (Application).. 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 MEOUTBAPICOND_LINE 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
KONP 0
MANDTClient MANDTCLNT3MANDT
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
KAPPLApplication KAPPLCHAR2KAPPLKAP
KSCHLCondition type KSCHACHAR4KSCHLVKS
KNUMTNumber of texts KNUMTCHAR10KNUMB
STFKZScale Type STFKZCHAR1STFKZ
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KSTBMCondition scale quantity KSTBMQUAN15(3) MENG15
KONMSCondition scale unit of measure KONMSUNIT3CUNITMEINS
KSTBWScale value KSTBWCURR15(2) WERT8
KONWSScale currency KONWSCUKY5WAERSFWS
KRECHCalculation type for condition KRECHCHAR1KRECH
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
KONWARate unit (currency or percentage) KONWACUKY5WAERS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition unit KMEINUNIT3CUNITMEINS
PRSCHScale Group SCLGRCHAR4CHAR4
KUMZANumerator for converting condition units to base units KUMZADEC5UMBSZ
KUMNEDenominator for converting condition units to base units KUMNEDEC5UMBSN
MEINSBase Unit of Measure MEINSUNIT3CUNITMEINS
MXWRTLower limit of the condition rate/amount MXWRTCURR11(2) WERTV6
GKWRTUpper limit for the condition rate GKWRTCURR11(2) WERTV6
PKWRTPlanned condition value PKWRTCURR15(2) WERTV8
FKWRTCumulative guaranteed discount (not used) FKWRTCURR15(2) WERTV8
RSWRTAccumulated accruals values (not used) RSWRTCURR15(2) WERTV8
KWAEHCondition currency (for cumulation fields) KWAEHCUKY5WAERSFWS
UKBASPlanned condition basis UKBASCURR15(2) WERTV8
KZNEPCondition exclusion indicator KZNEPCHAR1KZNEP
KUNNRCustomer Numbers KUNNRCHAR10ALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10ALPHALIFNRLIFKRED_C
MWSK1Tax on sales/purchases code MWSKZCHAR2MWSKZ
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
ZAEHK_INDCondition item index DZAEHK_INDNUMC2ZAEHK
BOMATMaterial for rebate settlement BOMATCHAR18MATN1MATNRMAT
KBRUEAccrual Amount KBRUECURR11(2) WERTV6
KSPAERebate was set up retroactively KSPAECHAR1XFELD
BOSTACondition Record Status (Rebate) BOSTA_CRCHAR1BOSTA_CR
KNUMA_PIPromotion KNUMA_PICHAR10ALPHAKNUMAVPIVMBO
KNUMA_AGSales deal KNUMA_AGCHAR10ALPHAKNUMAVK1VMBO
KNUMA_SQSales quote KNUMA_SQCHAR10ALPHAKNUMAVK3VMBO
VALTGAdditional value days VALTGNUMC2TAGE2
VALDTFixed value date VALDTDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ANZAUFMaximum number of sales orders per condition record ANZAUFNUMC2ANZAUF
MIKBASMinimum condition base value MIKBASQUAN15(3) MENG15
MXKBASMaximum condition base value MXKBASQUAN15(3) MENG15
KOMXWRTMaximum condition value KOMXWRTCURR13(2) WERTV7
KLF_STGNumber of incremental scale KLF_STGNUMC4KLFNR
KLF_KALScale number for pricing KLF_KALNUMC4KLFNR
VKKALSales Price Calculation: Relevant to pricing VKKALCHAR1XFELD
AKTNRCOUPON WAKTIONCHAR10ALPHAWAKTIONWAK
KNUMA_BOAgreement (subsequent settlement) KNUMA_BOCHAR10ALPHAKNUMAVBOVMBO
MWSK2Withholding tax code WT_WITHCDCHAR2WT_WITHCD
VERTTContract Type RANTYPCHAR1RANTYP
VERTNContract Number RANLCHAR13ALPHARANLRAN
VBEWAFlow Type SBEWARTCHAR4SBEWART
MDFLGIndicator: Matrix maintenance MDFLGCHAR1MDFLG
KFRSTRelease status KFRSTCHAR1KFRST
UASTAStatus of business volume comparison for a condition UASTACHAR1UASTA
.INCLU--AP 0
/BEV1/ECRTTContract Type RANTYPCHAR1RANTYP
/BEV1/ECRTNContract Number RANLCHAR13ALPHARANLRAN
/BEV1/ECEWAFlow Type SBEWARTCHAR4SBEWART
KONW 0
KONM 0

Key field Non-key field



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

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

How to access SAP table MEOUTBAPICOND_LINE

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