AIVBP SAP (IVBP change documents) Structure details

Dictionary Type: Structure
Description: IVBP change documents




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




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

AIVBP 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 "IVBP change documents" 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_AIVBP TYPE AIVBP.

The AIVBP table consists of various fields, each holding specific information or linking keys about IVBP change documents data available in SAP. These include MANDT (Client), BUKRS (Company Code), IV_BELNR (Document number), BELPOSI (Line item).. 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 AIVBP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
IV_BELNRDocument number IV_BELNRCHAR10ALPHAIV_BELNRIVB
BELPOSILine item BELPOSINUMC3BELPOSI
SNKSService Charge Collector Number SNKSCHAR22Assigned to domainJ_OBJNR
PARSNKSPartner service charge collector PARSNKSCHAR22Assigned to domainJ_OBJNR
MVSNKSRU reference object number for flat rate payment(settlement) MVSNKSCHAR22Assigned to domainJ_OBJNR
BEKNZDebit/credit indicator BEKNZCHAR1BEKNZBEKNZ
JSTATIdentification for statistical information VVJSTATCHAR1JANE
DVONPERPeriod start date DVONPERDATS8DATUM
DBISPERDate of settlement period end DBISPERDATS8DATUM
DABRBEZReference Date for Settlement DABRBEZDATS8DDAT
ABREARTSettlement type for service charges ABREARTCHAR1ABREART
SABRGApportionment unit (obsolete) SABRGOLDNUMC2NUMC2ARG
BUMLGRApportionment factor for settlement BUMLGRDEC12(3) BUMLGR
BEZGRReference factors (obsolete) BEZGROLDDEC14(3) BEZGROLD
SNKSLService Charge Key SNKSLCHAR4Assigned to domainALPHASNKSLNKLREFXCLSNKSL
POPTSATZReal estate option rate POPTSATZDEC9(6) POPTSATZ
MENGEQuantity MENGE_DQUAN13(3) MENG13
MSEHIUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
DTDABValid-from date for RU/RA participation in settlement DTDABDATS8DDAT
DTDBISValid-to date for RU/RA participation in settlement DTDBISDATS8DDAT
PMIETERTenant share per service charge key, in percent PMIETERDEC5(2) PANTEIL
JMWSTValue added tax indicator JMWSTCHAR1JANE
VVABBLNSettlement Identification ->Accounting Ref. Doc.Number VVABBLN1CHAR16XBLNR1IAB
JVSTOPTInput tax opting (indicator) VVJVSTOPTCHAR1JANE
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
SNKSRMSService charge collector for object with tenant SC settlemnt VVSNKSRMSCHAR22Assigned to domainJ_OBJNR
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
HEIZPROZPercentage Rate VVDEC3_2DEC5(2) DEC3_2
SBELEGNGRU occupancy by LO (used by third-prty/private/corp.grp) VVSBELEGNGCHAR1VVSBELEGNG
BELEGNGRMSRU occupancy by LO (used by third-prty/private/corp.grp) VVSBELEGNGCHAR1VVSBELEGNG
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table AIVBP

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