LFB1_FS SAP (Vendor Company Code) Structure details

Dictionary Type: Structure
Description: Vendor Company Code




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




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

LFB1_FS 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 Company Code" 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_LFB1_FS TYPE LFB1_FS.

The LFB1_FS table consists of various fields, each holding specific information or linking keys about Vendor Company Code data available in SAP. These include ERNAM (Name of Person who Created the Object), SPERR (Posting block for company code), LOEVM (Deletion Flag for Master Record (Company Code Level)), AKONT (Reconciliation Account in General Ledger).. 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 LFB1_FS 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
ERDATDate on which the Record Was Created ERDAT_RFDATS8DATUM
ERNAMName of Person who Created the Object ERNAM_RFCHAR12USNAM
SPERRPosting block for company code SPERB_BCHAR1XFELD
LOEVMDeletion Flag for Master Record (Company Code Level) LOEVM_BCHAR1XFELD
AKONTReconciliation Account in General Ledger AKONTCHAR10Assigned to domainALPHASAKNR
VZSKZInterest calculation indicator VZSKZCHAR2Assigned to domainVZSKZ
ZAHLSBlock Key for Payment DZAHLSCHAR1Assigned to domainZAHLS
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
BUSABAccounting clerk BUSABCHAR2Assigned to domainBUSAB
LNRZEHead office account number LNRZECHAR10Assigned to domainALPHALIFNR
LNRZBAccount number of the alternative payee LNRZBCHAR10Assigned to domainALPHALIFNR
ZINDTKey date of the last interest calculation DZINDTDATS8DATUM
ZINRTInterest calculation frequency in months DZINRTNUMC2ZINRT
REPRFCheck Flag for Double Invoices or Credit Memos REPRFCHAR1XFELD
TOGRUTolerance group for the business partner/G/L account TOGRUCHAR4Assigned to domainTOGRU
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
XPOREIndicator: Pay all items separately ? XPORECHAR1XFELD
QSSKZWithholding Tax Code QSSKZCHAR2Assigned to domainQSSKZ
QSBGRAuthority for Exemption from Withholding Tax QSBGRCHAR1QSBGR
XEDIPIndicator: Send Payment Advices by EDI XEDIPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table LFB1_FS

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