BBP_LFM1_46 SAP (Vendor Master Purchasing Org. Data, Valid: 31H-46D) Structure details

Dictionary Type: Structure
Description: Vendor Master Purchasing Org. Data, Valid: 31H-46D




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




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

BBP_LFM1_46 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 "Vendor Master Purchasing Org. Data, Valid: 31H-46D" 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_LFM1_46 TYPE BBP_LFM1_46.

The BBP_LFM1_46 table consists of various fields, each holding specific information or linking keys about Vendor Master Purchasing Org. Data, Valid: 31H-46D data available in SAP. These include LIFNR (Vendor Account Number), EKORG (Purchasing Organization), ERDAT (Date on Which Record Was Created), ERNAM (Name of Person who Created the Object).. 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_LFM1_46 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
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
SPERMPurchasing Block at Purchasing Organization Level BBP_SPERM_MCHAR1XFELD
LOEVMDelete flag for vendor at purchasing level BBP_LOEVM_MCHAR1XFELD
LFABCABC Indicator BBP_LFABCCHAR1CHAR1
WAERSPO Currency BBP_BSTWACUKY5Assigned to domainWAERS
VERKFResponsible salesperson at vendor's office BBP_EVERKCHAR30TEXT30
TELF1Vendor's Telephone Number BBP_TELFECHAR16TEXT16
MINBWMinimum Order Value BBP_MINBWCURR13(2) WERT7
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
INCO1Incoterms (Part 1) BBP_INCO1CHAR3BBP_INCO1
INCO2Incoterms (Part 2) BBP_INCO2CHAR28BBP_INCO2
WEBREIndicator: GR-Based Invoice Verification BBP_WEBRECHAR1XFELD
KZABSOrder Acknowledgment Requirement BBP_KZABSCHAR1XFELD
KALSKGroup for Calculation Schema (Vendor) BBP_KALSKCHAR2CHAR2
KZAUTAutomatic Generation of Purchase Order Allowed BBP_KZAUTCHAR1XFELD
EXPVZMode of Transport for Foreign Trade BBP_EXPVZCHAR1BBP_EXPVZ
ZOLLACustoms office: Office of exit for foreign trade BBP_DZOLLSCHAR6BBP_ZOLLS
MEPRFPricing date category (controls date of price determination) BBP_MEPRFCHAR1BBP_MEPRF
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
BOLREIndicator: Vendor Subject to Subseq. Settlement Accounting BBP_BOLRECHAR1XFELD
UMSAEComparison of Business Volumes Necessary BBP_UMSAECHAR1XFELD
XERSYEvaluated Receipt Settlement (ERS) BBP_XERSYCHAR1XFELD
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
MRPPPPlanning Calendar BBP_MRPPP_WCHAR3CHAR3
LFRHYPlanning Cycle BBP_LFRHYCHAR3CHAR3
LIBESPurchase Order Entry by Vendor BBP_LIBESCHAR1CHAR1
LIPREPrice marking, vendor BBP_LIPRECHAR2CHAR2
LISERRack-Jobbing: Vendor BBP_LISERCHAR1CHAR1
PRFREIndicator: 'relev. to price determination (vend. hierarchy) BBP_PRFRE_LHCHAR1XFELD
NRGEWIndicator Whether Discount in Kind Granted BBP_NRGEWCHAR1CHAR1
BOINDIndicator: Index Compilation for Subseq. Settlement Active BBP_BOINDCHAR1XFELD
BLINDIndicator: Doc. Index Compilation Active for Purchase Orders BBP_BLINDCHAR1XFELD
KZRETIndicates Whether Vendor Is Returns Vendor BBP_KZRETCHAR1XFELD
SKRITVendor Sort Criterion for Materials BBP_SKRITCHAR1CHAR1
BSTAEConfirmation Control Key BBP_BSTAECHAR4BBP_BSTAE
RDPRFRounding Profile BBP_RDPRFCHAR4BBP_RDPRF
MEGRUUnits of Measure Group BBP_MEGRUCHAR4BBP_MEGRU
VENSLSupplier Service Level BBP_VENSLDEC4(1) DEC3_1
BOPNRRestriction Profile for PO-based Load Building BBP_BOPNRCHAR4CHAR4
XERSRAutomatic Evaluated Receipt Settlement for Return Items BBP_XERSRCHAR1XFELD
EIKTOOur account number with the vendor BBP_EIKTO_MCHAR12CHAR12
ABUEBRelease Creation Profile BBP_ABUEBCHAR4BBP_ABUEB
PAPRFProfile for Transferring Material Data via IDoc PROACT BBP_WVMI_PAPRFCHAR4CHAR4
AGRELIndicator: Relevant for Agency Business BBP_AGRELCHAR1XFELD
XNBWYRevaluation Allowed BBP_XNBWYCHAR1XFELD
VSBEDShipping Conditions BBP_VSBEDCHAR2BBP_VSBED
LEBREIndicator for Service-Based Invoice Verification BBP_LEBRE_R3CHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BBP_LFM1_46

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