/TDAG/GFWWIC_PLS SAP () Table details

Dictionary Type: Table
Description:




ABAP Code to SELECT data from /TDAG/GFWWIC_PLS
Related tables to /TDAG/GFWWIC_PLS
Access table /TDAG/GFWWIC_PLS




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

/TDAG/GFWWIC_PLS is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The /TDAG/GFWWIC_PLS table consists of various fields, each holding specific information or linking keys about data available in SAP. These include PARAM_ID (Genifix: ID for parameter), SEQ_NO (Genifix: Sort number for parameter values), PARAM_BCTYPE (Genifix: Contains the ID for the barcode types), VALUE_IN_TAG (Genifix: Parameter value in a label).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /TDAG/GFWWIC_PLS table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PARAM_IDGenifix: ID for parameter /TDAG/GFWWIE_PARAM_IDCHAR32/TDAG/GFWWID_PARAM_ID
SEQ_NOGenifix: Sort number for parameter values /TDAG/GFWWIE_PARAM_SEQ_NONUMC3/TDAG/GFWWID_PARAM_SEQ_NO
PARAM_BCTYPEGenifix: Contains the ID for the barcode types /TDAG/GFWWIE_BCTYPECHAR10/TDAG/GFWWID_BARCODETYPES
VALUE_IN_TAGGenifix: Parameter value in a label /TDAG/GFWWIE_PARAM_VAL_IN_TAGCHAR10/TDAG/GFWWID_PARAM_VAL_IN_TAG
VALUE_TXTSYMGenifix: Text symbol identifier of a parameter value descr /TDAG/GFWWIE_PARAM_VAL_TXTSYMCHAR3/TDAG/GFWWID_PARAM_VAL_TXTSYM
VALUE_CHARGenifix: character parameter value /TDAG/GFWWIE_PARAM_VALUE_CHARCHAR32/TDAG/GFWWID_PARAM_VALUE_CHAR
VALUE_NUMGenifix: Numerical value of a parameter /TDAG/GFWWIE_PARAM_VALUE_NUMDEC11(3) /TDAG/GFWWID_PARAM_VALUE_NUM

Key field Non-key field



How do I retrieve data from SAP table /TDAG/GFWWIC_PLS using ABAP code

The following ABAP code Example will allow you to do a basic selection on /TDAG/GFWWIC_PLS to SELECT all data from the table
DATA: WA_/TDAG/GFWWIC_PLS TYPE /TDAG/GFWWIC_PLS.

SELECT SINGLE *
FROM /TDAG/GFWWIC_PLS
INTO CORRESPONDING FIELDS OF WA_/TDAG/GFWWIC_PLS
WHERE...

How to access SAP table /TDAG/GFWWIC_PLS

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