WLF_AGENCY_DATA_FORM_PARAMS SAP (AB: Parameter String Data Procurement for Printout) Structure details

Dictionary Type: Structure
Description: AB: Parameter String Data Procurement for Printout




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




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

WLF_AGENCY_DATA_FORM_PARAMS 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 "AB: Parameter String Data Procurement for Printout" 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_WLF_AGENCY_DATA_FORM_PARAMS TYPE WLF_AGENCY_DATA_FORM_PARAMS.

The WLF_AGENCY_DATA_FORM_PARAMS table consists of various fields, each holding specific information or linking keys about AB: Parameter String Data Procurement for Printout data available in SAP. These include KOMLFP_READ (AB: Read Item Data (KOMLFP)), KONV_READ (Agency Business: Read Conditions (KONV)), KONV_POS_READ (AB: Read Conditions for List Item (KONV)), ORG_DATA_READ (AB: Read Organizational Data).. 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 WLF_AGENCY_DATA_FORM_PARAMS 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
KOMLFK_POS_READAB: Read Header Data for List Items (KOMLFK) WLF_KOMLFK_POS_READCHAR1XFELD
KOMLFP_READAB: Read Item Data (KOMLFP) WLF_KOMLFP_READ0CHAR1XFELD
KONV_READAgency Business: Read Conditions (KONV) WLF_KONV_READCHAR1WLF_KONV_READ
KONV_POS_READAB: Read Conditions for List Item (KONV) WLF_KONV_POS_READ0CHAR1XFELD
ORG_DATA_READAB: Read Organizational Data WLF_ORG_DATA_READ0CHAR1XFELD
OUTPUT_READAB: Read Message Entries (for Document) WLF_OUTPUT_READCHAR1XFELD
OUTPUT_POS_READAB: Determine Message Entries at Item Level WLF_OUTPUT_POS_READCHAR1XFELD
KOMK_READAB: Determination of the KOMK Data (for Document) WLF_KOMK_READCHAR1XFELD
MWSKZ_SETAB: Enter Tax Code from Document in KOMV WLF_MWSKZ_SET0CHAR1XFELD
KOMVD_HEADAB: Provide KOMVD at Header Level WLF_KOMVD_HEAD0CHAR1XFELD
KOMVD_ITEMAB: Provide KOMVD at Item Level WLF_KOMVD_ITEM0CHAR1XFELD
TAX_VALUES_DETAILAB: Prepare Tax Amounts in Detail WLF_TAX_VALUES_DETAILCHAR1XFELD
ZTERM_READAB: Prepare Terms of Payment WLF_ZTERM_READCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WLF_AGENCY_DATA_FORM_PARAMS

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