IFMFG_GTAS_ALV SAP (ALV list structure for GTAS file creation program) Structure details

Dictionary Type: Structure
Description: ALV list structure for GTAS file creation program




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




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

IFMFG_GTAS_ALV 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 "ALV list structure for GTAS file creation program" 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_IFMFG_GTAS_ALV TYPE IFMFG_GTAS_ALV.

The IFMFG_GTAS_ALV table consists of various fields, each holding specific information or linking keys about ALV list structure for GTAS file creation program data available in SAP. These include RYEAR (Fiscal Year), REP_PERIOD (GTAS: Reporting Period), ALTRAID (Allocation Transfer Agency Identifier (ATA)), AGENCID (Agency Identifier (AID)).. 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 IFMFG_GTAS_ALV 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
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REP_PERIODGTAS: Reporting Period FMFG_GTAS_REP_PERIODNUMC2
ALTRAIDAllocation Transfer Agency Identifier (ATA) FMFG_ALTRAIDCHAR3FMFG_ALTRAID
AGENCIDAgency Identifier (AID) FMFG_AGENCIDCHAR3FMFG_AGENCID
BEGPERBeginning Period of Availability (BPOA) FMFG_BEGPERCCHAR4
ENDPEREnding Period of Availability (EPOA) FMFG_ENDPERCCHAR4
AVTYPEAvailability Type Code (A) FMFG_AVTYPECHAR1FMFG_AVTYPE
FUND_ACC_SYMBLTreasury Account Symbol - Main Account FM_MAIN_ACCTCHAR4FM_MAIN_ACCT
SUB_ACCTTreasury Account Symbol - Subaccount FM_SUB_ACCTCHAR3FM_SUB_ACCT
SGL_ACCOUNTStandard General Ledger Account for US Federal Government FM_SGL_ACCOUNTCHAR6FM_SGL_ACCOUNTSGL_ACCOUNTFMFG_SGL_ACCOUNT
USD_AMOUNTGTAS: Dollar Amount in GTAS file format FMFG_GTAS_USD_AMOUNTNUMC21
DEBIT_CREDITGTAS Debit/Credit FMFG_GTAS_DEBIT_CREDITCHAR1
BEGIN_ENDGTAS Begin/End FMFG_GTAS_BEGIN_ENDCHAR1
FLG_AUTHORAuthority Type FM_FLG_AUTHORCHAR1FM_FLG_AUTHOR
FLG_REIMBURReimbursable FM_FLG_REIMBURCHAR1FM_FLG_REIMBUR
FLG_APPORTApportionment Category FM_FLG_APPORTCHAR1FM_FLG_APPORT
APPOR_CATB_DTL_9Apportionment Category B Program Code FMFG_APPORTDTLCHAR4
PROG_REPT_CATProgram Reporting Category FMFG_GTAS_PROG_REPT_CATCHAR2
FLG_FEDERALFederal/Nonfederal Code FM_FLG_FEDERALCHAR1FM_FLG_FEDERAL
TP_AGENCIDAgency Identifier (AID) for Trading Partner FMFG_TP_AGENCIDCHAR3FMFG_AGENCID
TP_MAIN_ACCTMain Account for Trading Partner FMFG_TP_MAIN_ACCTCHAR4
YEAR_BDGT_AUTH_9Year of Budget Authority FMFG_GTAS_YR_BUD_AUTHCHAR3
FLG_AVAILAvailability Time FM_FLG_AVAILCHAR1FM_FLG_AVAIL
FLG_BEABudget Enforcement Act Category FM_FLG_BEACHAR1FM_FLG_BEA
FLG_BORROWBorrowing Source FM_FLG_BORROWCHAR1FM_FLG_BORROW
FLG_EXCHANGEExchange Indicator FM_FLG_EXCHANGECHAR1FM_FLG_EXCHANGE
FLG_CUSTODIALCustodial Indicator FM_FLG_CUSTODIALCHAR1FM_FLG_CUSTODIAL
BDGT_IMPACTBudgetary Impact FMFG_BDGT_IMPACTCHAR1FMFG_BDGT_IMPACT
FLG_PYAPrior Year Adjustment Code FMFG_FLG_PYACHAR1FMFG_FLG_PYA
COHORTReporting Year for Cohort FM_COHORTCHAR4FM_COHORT
PROGRAM_INDProgram FMFG_PROGRAM_INDCHAR1FMFG_PROGRAM_IND
DEFENSE_INDIC_9Defense Indicator FMFG_DEFENSE_INDICATORCHAR3FMFG_DEFENSE_INDICATOR
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FM_AREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
AMOUNTGTAS Amount FMFG_GTAS_AMOUNTCURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table IFMFG_GTAS_ALV

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