IVBP SAP (Line Item (Settlement: Service Charge Collector) (Obsolete)) Table details

Dictionary Type: Table
Description: Line Item (Settlement: Service Charge Collector) (Obsolete)




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




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

IVBP is a standard SAP Table which is used to store Line Item (Settlement: Service Charge Collector) (Obsolete) data and is available within R/3 SAP systems depending on the version and release level.

The IVBP table consists of various fields, each holding specific information or linking keys about Line Item (Settlement: Service Charge Collector) (Obsolete) data available in SAP. These include BUKRS (Company Code), IV_BELNR (Document number), BELPOSI (Line item), SNKS (Service Charge Collector Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IVBP table 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

Key field Non-key field



How do I retrieve data from SAP table IVBP using ABAP code

The following ABAP code Example will allow you to do a basic selection on IVBP to SELECT all data from the table
DATA: WA_IVBP TYPE IVBP.

SELECT SINGLE *
FROM IVBP
INTO CORRESPONDING FIELDS OF WA_IVBP
WHERE...

How to access SAP table IVBP

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