ARRANG_VAL SAP (Settlement data, Settlement, Arrangements, Purchasing) Structure details

Dictionary Type: Structure
Description: Settlement data, Settlement, Arrangements, Purchasing




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




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

ARRANG_VAL 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 "Settlement data, Settlement, Arrangements, Purchasing" 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_VAL TYPE ARRANG_VAL.

The ARRANG_VAL table consists of various fields, each holding specific information or linking keys about Settlement data, Settlement, Arrangements, Purchasing data available in SAP. These include KOPOS (Sequential number of the condition), VBELN (Number of settlement document), BELNR (Accounting Document Number), BUKRS (Company Code).. 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: Not classified


SAP ARRANG_VAL 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
VBELNNumber of settlement document BELNR_ABRCHAR10Assigned to domainALPHAVBELN
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
STFKZScale Type STFKZCHAR1STFKZ
STEXIIndicator: scale exists for condition record STEXICHAR1XFELD
KLFN1Current number of the line scale KLFN1NUMC4KLFNR
KSTBWScale value KSTBWCURR15(2) WERT8
KSTBMCondition scale quantity KSTBMQUAN15(3) MENG15
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 KMEINUNIT3Assigned to domainCUNITMEINS
KSTBSCondition scale basis for settlement KSTBS_ABRCURR15(2) WERTV8
KONWSScale currency KONWSCUKY5Assigned to domainWAERSFWS
KONMSCondition scale unit of measure KONMSUNIT3Assigned to domainCUNITMEINS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KAWRTCondition basis for settlement KAWRT_ABRCURR15(2) WERTV8
AZWRTOffset income for condition record AZWRTCURR19(2) WERTV10
AGWRTIncome from condition record MM_AUWRTCURR19(2) WERTV10
AUWRTSettled income from condition record AAWRTCURR19(2) WERTV10
RUWRTProvision for accrued condition income MM_RUWRTCURR19(2) WERTV10
RRWRTProvision for condition income dissolved through settlement MM_RRWRTCURR19(2) WERTV10
RAWRTDissolved provision for income (as a result of settlement) MM_RAWRTCURR19(2) WERTV10
ROWRTNon-dissolved provision for accrued income in settlement run MM_ROWRTCURR19(2) WERTV10
ATYPEType of sett. re condition rec.: reb. arrangements (Purch.) ATYPECHAR1ATYPE
LISTSTStatus of settlement accounting for a condition record LISTSTCHAR1LISTST
MABREIndicator: multiple settlement, condition record MABRECHAR1CHAR1
NOLISTEDo Not Copy Entry in Control Table to List Output NOLISTECHAR1XFELD
BLTYPACategory of settlement document (subsequent settlement) BLTYPACHAR2BLTYPA
ABRLFNumber of a settlement run (subsequent settlement) ABRLFCHAR10ALPHAABRLF
KAPPLApplication KAPPLCHAR2Assigned to domainKAPPLKAP
UASTAStatus of business volume comparison for a condition UASTACHAR1UASTA
DATBIValid To Date DATBIDATS8DATUM
NOBUSIVOLIndicator: No Statistics Data Exists for Condition Record NOBUSIVOLCHAR1CHAR01

Key field Non-key field



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

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

How to access SAP table ARRANG_VAL

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