WLF_IV_HELP_PARAM_REP SAP (Report Parameters) Structure details

Dictionary Type: Structure
Description: Report Parameters




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




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

WLF_IV_HELP_PARAM_REP 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 "Report Parameters" 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_IV_HELP_PARAM_REP TYPE WLF_IV_HELP_PARAM_REP.

The WLF_IV_HELP_PARAM_REP table consists of various fields, each holding specific information or linking keys about Report Parameters data available in SAP. These include P_SR_G (Select Parked Documents), P_EKORG (Purchasing Organization), P_EKGRP (Purchasing Group), P_BUKRS (Company Code).. 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 (Deep)


SAP WLF_IV_HELP_PARAM_REP 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
P_WBELRLCheckbox XFELDCHAR1XFELD
P_SR_GSelect Parked Documents WLF_IV_PAR_SR_GCHAR1XFELD
P_EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
P_EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
P_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
P_VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
P_SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
P_VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
P_BLDATDocument Date in Document BLDATDATS8DATUM
P_WAERLTransaction Currency WLF_IV_WAERLCUKY5Assigned to domainWAERS
P_BKTXTDocument Header Text BKTXTCHAR25TEXT25
P_TOLInclude Tolerances WLF_IV_TOLCHAR1XFELD
P_NO_TOLWithout Tolerances WLF_IV_NO_TOLCHAR1XFELD
P_T_GRPInclude Tolerance Group WLF_IV_T_GRPCHAR1XFELD
P_AP_ABSAbsolute Tolerance (LC) - Expense WLF_IV_TOL_ABS_EXPCURR13(2) WERTV7
P_AP_PRZTolerance % - Expense WLF_IV_TOL_PRZ_EXPDEC6(3) WLF_IV_PRZ33
P_EP_ABSAbsolute Tolerance (LC) - Revenue WLF_IV_TOL_ABS_REVCURR13(2) WERTV7
P_EP_PRZTolerance%-Revenue WLF_IV_TOL_PRZ_REVDEC6(3) WLF_IV_PRZ33
P_LA_MCAccrual Unclarified Differences WLF_IV_PAR_LA_MCCHAR1XFELD
P_PA_QCAccrual Parked Documents WLF_IV_PAR_PA_QCCHAR1XFELD
P_ACC_CClear Accruals WLF_IV_PAR_ACC_CCHAR1XFELD
P_PROCVAProcessing Variant WLF_IV_PROCVARCHAR1WLF_IV_PROCVAR
P_CHK_NBCheck Net / Gross WLF_IV_CHECK_PRT_NETCHAR1WLF_IV_CHECK_PRT_NET
P_AUTOMAutomatic Assignment WLF_IV_AUTOMCHAR1XFELD
P_CURCLEClearing Currency WLF_IV_CURCLECHAR1WLF_IV_CURCLE
P_DETLISDetail List WLF_IV_DETLISCHAR1XFELD
P_ALLLISAll Messages (Without Filter) WLF_IV_ALLLISCHAR1XFELD
P_ERRLISError Messages Only WLF_IV_ERRLISCHAR1XFELD
P_ATTADisplay / edit attachments WLF_IV_ATTACHMENTCHAR1XFELD
A_RRLREC 0
A_WBELN 0
A_WFDAT 0
A_RLDAT 0
A_BLDAT 0
A_ERDAT 0
A_LFART 0
A_WAERL 0
X_XBLNR 0
X_WFDAT 0
X_KIDNO 0
X_BLDAT 0
X_WBELN 0
X_ERDAT 0
X_LFART 0
X_RFBSK 0
V_XBLNR 0
V_WFDAT 0
V_BLDAT 0
V_ERDAT 0
V_WBELN 0
V_LFART 0
V_RFBSK 0
P_OLDCheckbox XFELDCHAR1XFELD
C_LFTYPS 0
C_WBELN 0
C_WRART 0
C_LFART 0
C_XBLNR 0
C_WFDAT 0
C_BLDAT 0
G_XBLNR 0
G_RFBSK 0
G_WBELN 0
G_WFDAT 0
G_BLDAT 0
G_COMPCompress Parked Documents WLF_IV_COMPRESS_PARKED_DOCSNUMC3NUMC3

Key field Non-key field



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

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

How to access SAP table WLF_IV_HELP_PARAM_REP

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