KOMLFL_SELECT_COPY SAP (ComStruct Selection of SettReqListItems During Copying) Structure details

Dictionary Type: Structure
Description: ComStruct Selection of SettReqListItems During Copying




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




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

KOMLFL_SELECT_COPY 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 "ComStruct Selection of SettReqListItems During Copying" 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_KOMLFL_SELECT_COPY TYPE KOMLFL_SELECT_COPY.

The KOMLFL_SELECT_COPY table consists of various fields, each holding specific information or linking keys about ComStruct Selection of SettReqListItems During Copying data available in SAP. These include POSNR (Agency business: Item in list), WBELN (Agency Business: Document Number), LFART (Agency business: Billing document type), LFART_NEW (Agency business: Billing document type).. 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 KOMLFL_SELECT_COPY 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
CHECKBOXCheckbox XFELDCHAR1XFELD
POSNRAgency business: Item in list WPOSNR_RLNUMC6Assigned to domainWPOSNR_RL
WBELNAgency Business: Document Number WBELN_AGCHAR10Assigned to domainALPHAWBELN
LFARTAgency business: Billing document type WFARTCHAR4Assigned to domainWFARTWFA
LFART_NEWAgency business: Billing document type WFARTCHAR4TMFKWFARTWFA
LIFREDifferent Invoicing Party LIFRECHAR10LFA1ALPHALIFNRLRE
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
WAERLCurrency of Agency Document WAERLCUKY5Assigned to domainWAERSFWS
BRTWRAgenncy Business: Gross value in document currency BRTWR_LFCURR15(2) WERTV8
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BLDATDocument Date in Document BLDATDATS8DATUM
KUNRE_NEWBill-to party KUNRECHAR10KNA1ALPHAKUNNRKUN
KUNRG_NEWPayer KUNRGCHAR10KNA1ALPHAKUNNR
CPDK_ADDRAgency Business: Address of One-Time Customer WLF_CPDK_ADDRCHAR10Assigned to domainALPHAAD_ADDRNUM
IDOBJ_TYPE_CAB: Identification Object Type Customer WLF_IDOBJ_TYPE_CUSTOMERCHAR4TMIDTCWLF_IDOBJ_TYPE_CUSTOMER
IDOBJ_CUSTOMERAB: Identification Object Customer WLF_IDOBJ_CUSTOMERCHAR30WLF_IDOBJ

Key field Non-key field



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

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

How to access SAP table KOMLFL_SELECT_COPY

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