BBP_IV_FRSEG SAP (Logistics Invoice Item Structure) Structure details

Dictionary Type: Structure
Description: Logistics Invoice Item Structure




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




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

BBP_IV_FRSEG 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 "Logistics Invoice Item Structure" 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_BBP_IV_FRSEG TYPE BBP_IV_FRSEG.

The BBP_IV_FRSEG table consists of various fields, each holding specific information or linking keys about Logistics Invoice Item Structure data available in SAP. These include EBELP (Item Number of Purchasing Document), ZEKKN (ABAB Dictionary: Two-Digit Numeric Field), LFBNR (Document Number of a Reference Document), LFGJA (Fiscal Year of Current Period).. 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 BBP_IV_FRSEG 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ZEKKNABAB Dictionary: Two-Digit Numeric Field NUM02NUMC2NUM02
LFBNRDocument Number of a Reference Document BBP_LFBNRCHAR10ALPHABELNR
LFGJAFiscal Year of Current Period BBP_LFGJANUMC4GJAHRGJAHR
LFPOSItem of a Reference Document BBP_LFPOSNUMC4BBP_MBLPO
WEBREIndicator: GR-Based Invoice Verification BBP_WEBRECHAR1XFELD
MENGEQuantity MENGE_DQUAN13(3) MENG13
BPMNGQuantity in order price quantity unit BBP_BPMNGQUAN13(3) MENG13
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
BNKAN_FWDelivery costs' share of item value BBP_BNK_ANTEILCURR13(2) WERT7
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
SGTXTItem Text SGTXTCHAR50TEXT50
STBUZEnterprise Buyer Item in Material Document BBP_MBLPONUMC4BBP_MBLPOPOSIV
TBTKZIndicator: Subsequent Debit BBP_TBTKZCHAR1BBP_TBTKZ
XEKBEIndicator: update purchase order history BBP_XEKBECHAR1XFELD
XEKBZIndicator: update purchase order delivery costs BBP_XEKBZCHAR1XFELD
GRICDActivity Code for Gross Income Tax BBP_J_1AGICD_DCHAR2BBP_J_1AGICD2
GRIRGSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
GITYPDistribution Type for Employment Tax BBP_J_1ADTYP_DCHAR2BBP_J_1ADTYP

Key field Non-key field



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

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

How to access SAP table BBP_IV_FRSEG

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