UKM_COMM_DYNPRO_FIELDS SAP (Screen Fields Liability and so on) Structure details

Dictionary Type: Structure
Description: Screen Fields Liability and so on




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




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

UKM_COMM_DYNPRO_FIELDS 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 "Screen Fields Liability and so on" 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_UKM_COMM_DYNPRO_FIELDS TYPE UKM_COMM_DYNPRO_FIELDS.

The UKM_COMM_DYNPRO_FIELDS table consists of various fields, each holding specific information or linking keys about Screen Fields Liability and so on data available in SAP. These include X_OBLIGO (Detailed Information Exists), DEL_ITEM (Delete Line Items), DEL_TOTALS (Delete Credit Exposure Totals), REBUILD (Recreate Credit Exposure Totals).. 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 UKM_COMM_DYNPRO_FIELDS 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
COMM_TOTALTotal Credit Exposure in Credit Segment Currency UKM_COMM_TOTALCURR13(2) WRTV7
X_OBLIGODetailed Information Exists UKM_DETAIL_FLGCHAR1XFELD
DEL_ITEMDelete Line Items UKM_DEL_ITEMCHAR1XFELD
DEL_TOTALSDelete Credit Exposure Totals UKM_DEL_TOTALSCHAR1XFELD
REBUILDRecreate Credit Exposure Totals UKM_REBUILDCHAR1XFELD
LIMIT_USEDCredit Limit Utilization in Percent UKM_CREDLIMIT_USEDDEC9(1) UKM_PROZENT
COMM_TOTAL_DYNCredit Exposure Within Credit Horizon UKM_COMM_TOTAL_DYNCURR15(2) UKM_EXP_SALES_VOLUME
LIMIT_USED_DYNCredit Limit Utilization in Percent UKM_CREDLIMIT_USEDDEC9(1) UKM_PROZENT
HORIZONCredit Horizon in Days UKM_CREDIT_HORIZONNUMC3NUMC3
HORIZON_DATEEnd of Credit Horizon UKM_CREDIT_HORIZON_DATEDATS8DATS
COMM_TOTAL_LCredit Exposure Total (Actual) UKM_SGM_AMOUNTCURR15(2) UKM_EXP_SALES_VOLUME

Key field Non-key field



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

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

How to access SAP table UKM_COMM_DYNPRO_FIELDS

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