KOMLFFP_FLOW SAP (Agency Business: Document Flow Data at Item Level) Structure details

Dictionary Type: Structure
Description: Agency Business: Document Flow Data at Item Level




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




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

KOMLFFP_FLOW 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 "Agency Business: Document Flow Data at Item Level" 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_KOMLFFP_FLOW TYPE KOMLFFP_FLOW.

The KOMLFFP_FLOW table consists of various fields, each holding specific information or linking keys about Agency Business: Document Flow Data at Item Level data available in SAP. These include POSNRV (Preceding item of a vendor billing document), LFTYPV (Agency Business: Document Category of Triggering Document), LFTYPV_TEXT (Explanatory short text), WBELNN (Document number of inbound invoice).. 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 KOMLFFP_FLOW 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
WBELNVPreceding document number for vendor billing document WBELN_VONCHAR10Assigned to domainALPHAWBELN
POSNRVPreceding item of a vendor billing document WPOSNR_VONNUMC6Assigned to domainWPOSNR
LFTYPVAgency Business: Document Category of Triggering Document WFTYP_VCHAR2WFTYP_V
LFTYPV_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
WBELNNDocument number of inbound invoice WBELNCHAR10Assigned to domainALPHAWBELN
POSNNAgency business: Document item WPOSNR_LFNUMC6Assigned to domainWPOSNR
LFTYPNFollow-on document category of a vendor billing document WFTYPNCHAR2WFTYPN
LFTYPN_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
LIFREDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
BEZEI_LIFREAddress Line WLF_LINESCHAR80LINES
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
BEZEI_KUNREAddress Line WLF_LINESCHAR80LINES
WFDATAgency business: Posting date WFDATDATS8DATUM
RFBSKStatus for transfer to accounting WFBSKCHAR1WFBSK
STATUS_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
LFARTAgency business: Billing document type WFARTCHAR4Assigned to domainWFARTWFA
LFART_TEXTDescription VTEXTCHAR20TEXT20
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort Text TXZ01CHAR40TEXT40
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MENGEVendor billing document: actual quantity billed WFIMGQUAN13(3) MENGE13
WFKMEVendor billing document: unit of measure WFKMEUNIT3Assigned to domainCUNITMEINS
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
LFAKSAgency business: cancelled (reversed) document LFAKSCHAR10Assigned to domainALPHAWBELN
FKSTOBilling document is cancelled FKSTOCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table KOMLFFP_FLOW

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