LFB1_DI SAP (Vendor Master (Company Code) Direct Input) Structure details

Dictionary Type: Structure
Description: Vendor Master (Company Code) Direct Input




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




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

LFB1_DI 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 (Company Code) Direct Input" 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_DI TYPE LFB1_DI.

The LFB1_DI table consists of various fields, each holding specific information or linking keys about Vendor Master (Company Code) Direct Input data available in SAP. These include ALTKN_LFB1 (Previous Master Record Number), PERNR_LFB1 (Personnel Number (Batch Input Field)), AKONT_LFB1 (Reconciliation Account in General Ledger), ZUAWA_LFB1 (Key for sorting according to assignment numbers).. 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)


SAP LFB1_DI 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
BEGRU_LFB1Authorization Group BRGRUCHAR4Assigned to domainBRGRU
ALTKN_LFB1Previous Master Record Number ALTKNCHAR10CHAR10
PERNR_LFB1Personnel Number (Batch Input Field) PERNR_BICHAR8CHAR8
AKONT_LFB1Reconciliation Account in General Ledger AKONTCHAR10Assigned to domainALPHASAKNR
ZUAWA_LFB1Key for sorting according to assignment numbers DZUAWACHAR3Assigned to domainZUAWA
LNRZEHead office account number LNRZECHAR10Assigned to domainALPHALIFNR
FRGRP_LFB1Release Approval Group FRGRPCHAR4Assigned to domainFRGRP
FDGRV_LFB1Planning group FDGRVCHAR10Assigned to domainALPHAFDGRP
BLNKZ_LFB1Subsidy indicator for determining the reduction rates BLNKZCHAR2Assigned to domainBLNKZ
MINDKMinority Indicators MINDKCHAR3Assigned to domainMINDK
CERDTDate of Certification (DI) CERDT_DICHAR10
VZSKZ_LFB1Interest calculation indicator VZSKZCHAR2Assigned to domainVZSKZ
ZINRT_LFB1Interest Calculation Frequency in Months (Direct Input) DZINRT_DICHAR2
ZINDT_LFB1Key Date of Last Interest Calculation (Direct Input) DZINDT_DICHAR10CHAR10
DATLZ_LFB1CPU Date of Last Interest Calculation Run (Direct Input) DATLZ_DICHAR10CHAR10
QSSKZWithholding Tax Code QSSKZCHAR2Assigned to domainQSSKZ
QLANDWithholding Tax Country Key QLANDCHAR3Assigned to domainQLAND
QSRECVendor Recipient Type QSRECCHAR2Assigned to domainQSREC
QSZNRCertificate Number of the Withholding Tax Exemption QSZNRCHAR10CHAR10
QSZDTValidity Date for Withholding Tax Exemption Certificate (DI) QSZDT_DICHAR10
QSBGRAuthority for Exemption from Withholding Tax QSBGRCHAR1QSBGR
ZTERM_LFB1Terms of Payment Key DZTERMCHAR4ZTERM
GUZTE_LFB1Payment Terms Key for Credit Memos GUZTECHAR4ZTERM
KULTG_LFB1Probable Time Until Check Is Encashed KULTG_DICHAR3CHAR3
TOGRU_LFB1Tolerance group for the business partner/G/L account TOGRUCHAR4Assigned to domainTOGRU
REPRFCheck Flag for Double Invoices or Credit Memos REPRFCHAR1XFELD
ZWELS_LFB1List of the Payment Methods to be Considered DZWELSCHAR10ZWELS
ZAHLS_LFB1Block Key for Payment DZAHLSCHAR1Assigned to domainZAHLS
LNRZBAccount number of the alternative payee LNRZBCHAR10Assigned to domainALPHALIFNR
HBKID_LFB1Short Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
XPORE_LFB1Indicator: Pay all items separately ? XPORECHAR1XFELD
ZGRUP_LFB1Key for Payment Grouping DZGRUPCHAR2Assigned to domainZGRUP
WEBTR_LFB1Bill of Exchange Limit (in Local Currency) (Direct Input) WEBTR_DICHAR16CHAR16
UZAWE_LFB1Payment Method Supplement UZAWECHAR2Assigned to domainUZAWE
XEDIP_LFB1Indicator: Send Payment Advices by EDI XEDIPCHAR1XFELD
TOGRRTolerance group; Invoice Verification TOGRRCHAR4Assigned to domainTOGRR

Key field Non-key field



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

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

How to access SAP table LFB1_DI

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