ARRANGVALT SAP (Business Volume Data for Detailed Statement) Structure details

Dictionary Type: Structure
Description: Business Volume Data for Detailed Statement




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




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

ARRANGVALT 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 "Business Volume Data for Detailed Statement" 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_ARRANGVALT TYPE ARRANGVALT.

The ARRANGVALT table consists of various fields, each holding specific information or linking keys about Business Volume Data for Detailed Statement data available in SAP. These include KNUMH (Condition record number), KOPOS (Sequential number of the condition), BLTYPN (Document category price determination (subseq. settlement)), EBELN (Document number of update-relevant document).. 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 or numeric)


SAP ARRANGVALT 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
BLTYPNDocument category price determination (subseq. settlement) BLTYPNCHAR2BLTYPN
EBELNDocument number of update-relevant document BELNR_NTRCHAR10Assigned to domainALPHAEBELN
EBELPItem number of document relevant to cum. updating process POSNR_NTRNUMC6NUMC6
BLTYPFDoc. type: updating of vendor business volumes BLTYPFCHAR2BLTYPF
BELNRNumber of a document (updating of business volumes) FBLNRCHAR10ALPHABELNR
GJAHRDocument year: updating of business volumes FJAHRNUMC4GJAHRGJAHR
BUZEIDocument item (updating of cum. vendor business volumes) FBLPONUMC6NUMC6
ETENRDelivery Schedule Line Counter FETENNUMC4Assigned to domainEETEN
WKOPAR_LIAssignment of business volumes, messages to condition level WKOPAR_LICHAR1WKOPAR_LI
LIFNRVendor (PO, vendor billing document, settlement request) BELIFCHAR10Assigned to domainALPHALIFNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
BOMATMaterial for rebate settlement BOMATCHAR18Assigned to domainMATN1MATNRMAT
LANDLSupplying Country LANDLCHAR3Assigned to domainLAND1
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BOLIFCondition granter BOGEWCHAR10Assigned to domainALPHALIFNRLIF
BONEMRebate recipient BONEMCHAR10Assigned to domainALPHAKUNNRVBE
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
LFTYPAgency business: Billing category WFTYPCHAR2WFTYP
LFARTAgency business: Billing document type WFARTCHAR4Assigned to domainWFARTWFA
WRARTAgency business: Payment type WRARTCHAR4Assigned to domainWRARTWRA
WBTYPSettlement request: Payment type WBTYPCHAR1WBTYP
DOCTYPEAgency Business: Document Category DOCTYPECHAR1DOCTYPE
KSPAEBIndicator: subsequent updating of vendor business volume KSPAEBCHAR1XFELD
VGABETransaction/event type, purchase order history VGABECHAR1VGABE
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
BEWTPPO history category BEWTPCHAR1Assigned to domainBEWTP
KRUEK_FOIndicator: cumulative updating of provisions for rebate inc. KRUEK_FOCHAR1XFELD
KRUEK_ONLYIndicator: updating of provisions for rebate income only KRUEK_ONLYCHAR1XFELD
NOQUANTITYNo quantity logic (document item without quantity) NOQUANTITYCHAR1XFELD
KSTBSScale base value of the condition KSTBSCURR15(2) WERTV8
KAWRTCondition base value KAWRTCURR15(2) WERTV8
KSTBS_PEScale basis for final settlement KSTBS_PECURR15(2) WERTV8
KAWRT_PECondition basis for final settlement KAWRT_PECURR15(2) WERTV8
RUWRTProvision for accrued condition income MM_RUWRTCURR19(2) WERTV10

Key field Non-key field



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

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

How to access SAP table ARRANGVALT

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