IWB_DIFF_DYNPRO SAP (Input/Output Fields on DIFF Screen) Structure details

Dictionary Type: Structure
Description: Input/Output Fields on DIFF Screen




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




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

IWB_DIFF_DYNPRO 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 "Input/Output Fields on DIFF Screen" 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_IWB_DIFF_DYNPRO TYPE IWB_DIFF_DYNPRO.

The IWB_DIFF_DYNPRO table consists of various fields, each holding specific information or linking keys about Input/Output Fields on DIFF Screen data available in SAP. These include CHNG_TIME2 (Time of change (UTC)), RELEASE1 (Enhancement Release), RELEASE2 (Enhancement Release), INDUSTRY1 (Enhancement).. 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: Cannot Be Enhanced


SAP IWB_DIFF_DYNPRO 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
CHNG_TIME1Time of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP
CHNG_TIME2Time of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP
RELEASE1Enhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
RELEASE2Enhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
INDUSTRY1Enhancement IWEXTIDCHAR10Assigned to domainIWEXTID
INDUSTRY2Enhancement IWEXTIDCHAR10Assigned to domainIWEXTID
COUNTRY1Country Key LAND1CHAR3Assigned to domainLAND1LND
COUNTRY2Country Key LAND1CHAR3Assigned to domainLAND1LND
LANGUAGE1Language Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGUAGE2Language Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
TECHNAME1Technical name of an information object IW_TECNAMECHAR40CHAR40
TECHNAME2Technical name of an information object IW_TECNAMECHAR40CHAR40
PHIO1_CLASSDocument class SDOK_CLASSCHAR10SDOKIOCLSDOK_CLASS
PHIO1_OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
PHIO2_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
PHIO2_OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
LOIO1_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
LOIO1_OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID
LOIO2_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
LOIO2_OBJIDID for documents and relations SDOK_DOCIDCHAR32SDOK_DOCID

Key field Non-key field



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

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

How to access SAP table IWB_DIFF_DYNPRO

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