UGR31008 SAP (FIN Master Data: Dummy Field Names with Properties) Table details

Dictionary Type: Table
Description: FIN Master Data: Dummy Field Names with Properties




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




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

UGR31008 is a standard SAP Table which is used to store FIN Master Data: Dummy Field Names with Properties data and is available within R/3 SAP systems depending on the version and release level.

The UGR31008 table consists of various fields, each holding specific information or linking keys about FIN Master Data: Dummy Field Names with Properties data available in SAP. These include RFCDEST (Logical Destination (Specified in Function Call)), DSOURCE (FIN Master Data: DataSource), DSFUNCTIONFIELD (Field Name), FIELD (Field Name).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UGR31008 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
FIELDNAME_DUMMYFIN Master Data: Field Name UG_FIELDNAMECHAR30Assigned to domainFDNAMEUG_FIELDNAME_BASIC
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
DSOURCEFIN Master Data: DataSource UG_DSOURCECHAR30UG_DSOURCE
DSFUNCTIONFIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SELECTIONSelection Options of a Data Source Field UG_DSSELECTCHAR1UG_DSSELECT
UNIFIELDNMReference field for currency and qty fields REFFIELDCHAR30Assigned to domainFDNAME
KEYFLAG_DSIdentifies a key field of a table KEYFLAGCHAR1KEYFLAG
SELOPTSFIN Master Data: DataSource Selection Options UG_DSSELOPTSINT410UG_DSSELOPTS
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
POSITPosition of the field in the table TABFDPOSNUMC4AS4POS
KEYFLAGIdentifies a key field of a table KEYFLAGCHAR1KEYFLAG
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
INTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
REFTABLETable for reference field REFTABLECHAR30Assigned to domainAS4TAB
REFFIELDReference field for currency and qty fields REFFIELDCHAR30Assigned to domainFDNAME
NOTNULLIndicator that NOT NULL is forced for this field NOTNULLCHAR1NOTNULL
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
SHLPORIGINOrigin of an Input Help SHLPORIGINCHAR1SHLPORIGIN
COMPTYPEDD: Component Type COMPTYPECHAR1COMPTYPE
DDTEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT

Key field Non-key field



How do I retrieve data from SAP table UGR31008 using ABAP code

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

SELECT SINGLE *
FROM UGR31008
INTO CORRESPONDING FIELDS OF WA_UGR31008
WHERE...

How to access SAP table UGR31008

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