/TDAG/GFWWIM_CDT SAP (Genifix: Binary data of a component) Table details

Dictionary Type: Table
Description: Genifix: Binary data of a component




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




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

/TDAG/GFWWIM_CDT is a standard SAP Table which is used to store Genifix: Binary data of a component data and is available within R/3 SAP systems depending on the version and release level.

The /TDAG/GFWWIM_CDT table consists of various fields, each holding specific information or linking keys about Genifix: Binary data of a component data available in SAP. These include COMPID (Genifix: ID of the componet), BLOCKID (Genifix: Block-ID of the component), COMPSIZE (Genifix: Size of the component), COMPDATA (Genifix: Binary word document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /TDAG/GFWWIM_CDT 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
COMPIDGenifix: ID of the componet /TDAG/GFWWIE_CPDATACOMPIDINT410/TDAG/GFWWID_ID
BLOCKIDGenifix: Block-ID of the component /TDAG/GFWWIE_CPDATABLOCKIDINT410/TDAG/GFWWID_ID
COMPSIZEGenifix: Size of the component /TDAG/GFWWIE_CPDATASIZEINT410/TDAG/GFWWID_COMP_DATASIZE
COMPDATAGenifix: Binary word document /TDAG/GFWWIE_COMP_DATARAW127/TDAG/GFWWID_COMP_DATA

Key field Non-key field



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

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

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

How to access SAP table /TDAG/GFWWIM_CDT

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