IFMEUF_TYPE_ATTR SAP (Financing source attributes derived from the FS type) Structure details

Dictionary Type: Structure
Description: Financing source attributes derived from the FS type




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




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

IFMEUF_TYPE_ATTR 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 "Financing source attributes derived from the FS type" 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_IFMEUF_TYPE_ATTR TYPE IFMEUF_TYPE_ATTR.

The IFMEUF_TYPE_ATTR table consists of various fields, each holding specific information or linking keys about Financing source attributes derived from the FS type data available in SAP. These include MAXRATE (Maximum Contribution Rate), CURR (Currency of the Financing Source), BSPRT (Business Partner Number), CRTPR (Certification Procedure).. 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 IFMEUF_TYPE_ATTR 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
FINRATEContribution Rate (Percentage) FMEUF_FINRATEDEC5(2) PRZ32
MAXRATEMaximum Contribution Rate FMEUF_MAXRATEDEC5(2) PRZ32
CURRCurrency of the Financing Source FMEUF_CURRCUKY5Assigned to domainWAERS
BSPRTBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CRTPRCertification Procedure FMEUF_CRTPRCHAR4Assigned to domainFMEUF_CRTPR
ATTRIBAttributes Displayed FMEUF_ATTRIBCHAR1FMEUF_ATTRIB
CONCAConcatenation (Yes/No) FMEUF_CONCACHAR1FMEUF_CONCA
SEPFINSeparator for Financing Source FMEUF_SEPFCHAR1FM_SEPARATOR
SEPLEVSeparator for Levels FMEUF_SEPLCHAR1FM_SEPARATOR
TIMSLPTime Slice Pattern FMEUF_TIMESLPCHAR4CHAR4
EXT_REFExternal Reference FMEUF_EXTREFCHAR20CHAR20
MAINTHow the Budget is Maintained on the Financing Source FMEUF_MAINTNUMC1FMEUF_MAINT
TYPE_DESCSShort Description FMEUF_DESCSCHAR30TEXT30
TYPE_DESCLLong Description FMEUF_DESCLCHAR120TEXT120

Key field Non-key field



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

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

How to access SAP table IFMEUF_TYPE_ATTR

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