ARRANG_ALV_GRID_COND_LIST_STY SAP (List Output of Condition Record) Structure details

Dictionary Type: Structure
Description: List Output of Condition Record




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




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

ARRANG_ALV_GRID_COND_LIST_STY 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 "List Output of Condition Record" 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_ARRANG_ALV_GRID_COND_LIST_STY TYPE ARRANG_ALV_GRID_COND_LIST_STY.

The ARRANG_ALV_GRID_COND_LIST_STY table consists of various fields, each holding specific information or linking keys about List Output of Condition Record data available in SAP. These include KNUMA (Agreement (various conditions grouped together)), LINE_TYPE (Type of Displayed Line (for example, Billing Doc., Vendor)), SCALE_LINE (Scale Line), DESCRIPTION_LINE (Description Line).. 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 ARRANG_ALV_GRID_COND_LIST_STY 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
COUNTER_ITEMCounter ARRANG_COUNTERNUMC10NUMC10
KNUMAAgreement (various conditions grouped together) KNUMACHAR10Assigned to domainALPHAKNUMAVMBO
LINE_TYPEType of Displayed Line (for example, Billing Doc., Vendor) ARRANG_LINE_TYPE_ALVCHAR1ARRANG_LINE_TYPE_ALV
SCALE_LINEScale Line ARRANG_SCALE_LINECHAR1XFLAG
DESCRIPTION_LINEDescription Line ARRANG_DESCRIPTION_LINECHAR1XFLAG
NO_DATA_EXISTNo Data Exists ARRANG_DATA_EXISTCHAR1XFLAG
ADDITIONAL_TEXTAdditional Explanatory Text ARRANG_ADD_TEXTCHAR50TEXT50
STATUS_TEXTText for Status of Condition Record ARRANG_STATUS_TEXTCHAR28TEXT28
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
KOTABNRCondition table KOTABNRNUMC3Assigned to domainKOTABNRKON
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
KSCHL_VTEXTName of Condition Type ARRANG_KSCHL_TEXTCHAR20TEXT20
VAKEY_HEADERLiteral for variable key VAKEY1CHAR255TEXT255
CR_DATABValid-From Date DATABDATS8DATUM
CR_DATBIValid To Date DATBIDATS8DATUM
KNUMH_VBNumber of Main Condition Record ARRANG_KNUMH_VBCHAR10KNUMB
KRECHCalculation type for condition KRECHCHAR1KRECH
KRECH_VTEXTCalculation Rule for Condition ARRANG_KRECH_TEXTCHAR20TEXT20
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KZBZG_VTEXTScale Basis ARRANG_KZBZG_TEXTCHAR20TEXT20
BOSTACondition Record Status (Rebate) BOSTA_CRCHAR1BOSTA_CR
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
STFKZScale Type STFKZCHAR1STFKZ
SCALE_ICONIcon in Text Fields (substitute display, alias) ARRANG_ICONCHAR4Assigned to domainICON
SCALE_ADD_TEXTText for Scale Type ARRANG_SCALE_TEXTCHAR6TEXT6
KSTBWScale value KSTBWCURR15(2) WERT8
KONWSScale currency KONWSCUKY5Assigned to domainWAERSFWS
KONMSCondition scale unit of measure KONMSUNIT3Assigned to domainCUNITMEINS
KBETRRate (condition amount or percentage) where no scale exists KBETR_KONDCURR11(2) WERTV6
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KPEINCondition pricing unit KPEINDEC5KPEIN
KMEINCondition Unit ARRANG_KMEINUNIT3Assigned to domainCUNITMEINS
KSTBW_TECH_REFRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KBETR_TECH_REFRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KBRUEAccrual Amount KBRUECURR11(2) WERTV6
KBRUE_KONWAProvision Unit (Currency or Percentage) KBRUE_KONWACUKY5Assigned to domainWAERS
KBRUE_KPEINPrice Unit - Provision Amount KBRUE_KPEINDEC5KPEIN
KBRUE_KMEINUnit of Measure - Provision Amount KBRUE_KMEINUNIT3Assigned to domainCUNITMEINS
KBRUE_TECH_REFRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
SETTLE_BLTYPACategory of settlement document (subsequent settlement) BLTYPACHAR2BLTYPA
SETTLE_BLTYPA_TEXT_MText (mid) Document Type Subsequent Settlement BLTYPTXTNMCHAR10TEXT10
SETTLE_VBELNNumber of settlement document BELNR_ABRCHAR10Assigned to domainALPHAVBELN
SETTLE_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
SETTLE_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SETTLE_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SETTLE_MABREIndicator: multiple settlement, condition record MABRECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ARRANG_ALV_GRID_COND_LIST_STY

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