W3DYNPFIEL SAP (ITS: Screen Fields for Copy and Rename) Structure details

Dictionary Type: Structure
Description: ITS: Screen Fields for Copy and Rename




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




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

W3DYNPFIEL 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 "ITS: Screen Fields for Copy and Rename" 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_W3DYNPFIEL TYPE W3DYNPFIEL.

The W3DYNPFIEL table consists of various fields, each holding specific information or linking keys about ITS: Screen Fields for Copy and Rename data available in SAP. These include SERVICE_S (Service name of Internet Application Component), SERVICE_T (Service Name), THEME (Theme of Internet Application Component), THEME_S (Theme of Internet Application Component).. 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 W3DYNPFIEL 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
SERVICEService name of Internet Application Component IACSERVIC_CHAR14IACSIACSERVICE
SERVICE_SService name of Internet Application Component IACSERVIC_CHAR14IACSIACSERVICE
SERVICE_TService Name ITSAPPLCHAR14CHAR14
THEMETheme of Internet Application Component IACTHEMECHAR2IACRIACTHEMEW3_THEME
THEME_STheme of Internet Application Component IACTHEMECHAR2IACRIACTHEMEW3_THEME
THEME_TTheme of Internet Application Component IACTHEMECHAR2IACTHEMEW3_THEME
DYNPRO_SScreen number of IAC template IACDYNNRCHAR4SYCHAR04
DYNPRO_TScreen number of IAC template IACDYNNRCHAR4SYCHAR04
MODULPOOLSWeb object name of Internet Application Component IACNAMECHAR20IACNAME
MODULPOOLTWeb object name of Internet Application Component IACNAMECHAR20IACNAME
MIMENAME_SWeb object name of Internet Application Component IACNAMECHAR20IACNAME
MIMENAME_TWeb object name of Internet Application Component IACNAMECHAR20IACNAME
PROGRAMLong Key for IAC Objects IACKEYLONGCHAR120IACKEYLONG
DYNPROScreen number SCRFDYNNRCHAR4DYNNRDYN
GENERATEITS: HTML Generation W3HTMLGENECHAR1
BYNAMEITS: Create HTML template directly W3HTMLNAMECHAR1
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
TEMPLANGLong Key for IAC Objects IACKEYLONGCHAR120IACKEYLONG
TEMPLANGSLong Key for IAC Objects IACKEYLONGCHAR120IACKEYLONG
TEMPLANGTLong Key for IAC Objects IACKEYLONGCHAR120IACKEYLONG
MIMELANGSExternal object ID of Web objects of IAC IACEOBJIDCHAR120TROBJ_NAME
MIMELANGTExternal object ID of Web objects of IAC IACEOBJIDCHAR120TROBJ_NAME
MINIAPP_SMiniApp Name S_APPNAMECHAR30TEXT30
MINIAPP_TMiniApp Name S_APPNAMECHAR30TEXT30
STYLEWAB: Style for Generating Templates W3STYLECHAR10W3STYLEW3_STYLE
LANGU_SLanguage Key LANGULANG1Assigned to domainISOLASPRAS
LANGU_TLanguage Key LANGULANG1Assigned to domainISOLASPRAS
JSNAME_SWeb object name of Internet Application Component IACNAMECHAR20IACNAME
JSNAME_TWeb object name of Internet Application Component IACNAMECHAR20IACNAME
LONGMIMELong Key for IAC Objects IACKEYLONGCHAR120IACKEYLONG
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS

Key field Non-key field



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

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

How to access SAP table W3DYNPFIEL

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