IFMFUSE_FMFG_GTAS SAP (Additional Application of Funds fields for GTAS) Structure details

Dictionary Type: Structure
Description: Additional Application of Funds fields for GTAS




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




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

IFMFUSE_FMFG_GTAS 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 "Additional Application of Funds fields for GTAS" 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_IFMFUSE_FMFG_GTAS TYPE IFMFUSE_FMFG_GTAS.

The IFMFUSE_FMFG_GTAS table consists of various fields, each holding specific information or linking keys about Additional Application of Funds fields for GTAS data available in SAP. These include SUBLEVL (Sublevel Prefix (SP)), AGENCID (Agency Identifier (AID)), ALTRAID (Allocation Transfer Agency Identifier (ATA)), BEGPER (Beginning Period of Availability (BPOA)).. 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)


SAP IFMFUSE_FMFG_GTAS 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
GTAS_RELGTAS Relevant Indicator FMFG_GTAS_RELCHAR1FMFG_GTAS_REL
SUBLEVLSublevel Prefix (SP) FMFG_SUBLEVLCHAR2FMFG_SUBLEVL
AGENCIDAgency Identifier (AID) FMFG_AGENCIDCHAR3FMFG_AGENCID
ALTRAIDAllocation Transfer Agency Identifier (ATA) FMFG_ALTRAIDCHAR3FMFG_ALTRAID
BEGPERBeginning Period of Availability (BPOA) FMFG_BEGPERNUMC4GJAHRFMFG_BEGPER
ENDPEREnding Period of Availability (EPOA) FMFG_ENDPERNUMC4GJAHRFMFG_ENDPER
AVTYPEAvailability Type Code (A) FMFG_AVTYPECHAR1FMFG_AVTYPE

Key field Non-key field



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

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

How to access SAP table IFMFUSE_FMFG_GTAS

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