ARRANG_ALV_SCALE_COND_STY SAP (ALV Header for Revenue for Scale) Structure details

Dictionary Type: Structure
Description: ALV Header for Revenue for Scale




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




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

ARRANG_ALV_SCALE_COND_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 "ALV Header for Revenue for Scale" 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_SCALE_COND_STY TYPE ARRANG_ALV_SCALE_COND_STY.

The ARRANG_ALV_SCALE_COND_STY table consists of various fields, each holding specific information or linking keys about ALV Header for Revenue for Scale data available in SAP. These include KOPOS (Sequential number of the condition), CR_DATAB (Valid-From Date), CR_DATBI (Valid To Date), KRECH (Calculation type for condition).. 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 (character-type)


SAP ARRANG_ALV_SCALE_COND_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
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
CR_DATABValid-From Date DATABDATS8DATUM
CR_DATBIValid To Date DATBIDATS8DATUM
KRECHCalculation type for condition KRECHCHAR1KRECH
KZBZGScale basis indicator KZBZGCHAR1KZBZG
STFKZScale Type STFKZCHAR1STFKZ
STFKZ_TEXTText for Scale Type ARRANG_STFKZ_TEXTCHAR30TEXT30
BOSTACondition Record Status (Rebate) BOSTA_CRCHAR1BOSTA_CR
LOEVM_KODeletion Indicator for Condition Item LOEVM_KOCHAR1XFELD
KOTABNRCondition table KOTABNRNUMC3Assigned to domainKOTABNRKON
KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
KSCHL_VTEXTName of Condition Type ARRANG_KSCHL_TEXTCHAR20TEXT20
VAKEY_HEADERLiteral for variable key VAKEY1CHAR255TEXT255
VAKEYOutput field for variable key VAKEY2CHAR255TEXT255
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
KNUMH_VBNumber of Main Condition Record ARRANG_KNUMH_VBCHAR10KNUMB
BOVERRebate procedure BOVERCHAR1BOVER
BOVER_TEXTText for Rebate Procedure ARRANG_BOVER_TEXTCHAR72TEXT72
COMPARISON_END_TEXTText for Business Volume Comparison Final Settlement ARRANG_COMPARISON_END_TEXTCHAR72TEXT72
UMSDADate of last business volume comparison for final settlement UMSDADATS8DATUM
UMNAMPerson responsible for BVol. comparison f. final settlement UMNAMCHAR12USNAM
COMPARISON_PER_TEXTText for Business Volume Comparison for Partial Settlement ARRANG_COMPARISON_PER_TEXTCHAR72TEXT72
UMSDAPDate of last business vol. comparison for partial settlement UMSDAPDATS8DATUM
UMNAMPPers. responsible for last BVol. comparison, partial settlm. UMNAMPCHAR12USNAM
KNUMAAgreement (various conditions grouped together) KNUMACHAR10Assigned to domainALPHAKNUMAVMBO

Key field Non-key field



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

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

How to access SAP table ARRANG_ALV_SCALE_COND_STY

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