IUSFGGTAS SAP (Fields for US Federal Government GTAS) Structure details

Dictionary Type: Structure
Description: Fields for US Federal Government GTAS




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




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

IUSFGGTAS 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 "Fields for US Federal Government 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_IUSFGGTAS TYPE IUSFGGTAS.

The IUSFGGTAS table consists of various fields, each holding specific information or linking keys about Fields for US Federal Government GTAS data available in SAP. These include PROGRAM_IND (Program), TP_SUBLEVL (Sublevel Prefix (SP) for Trading Partner), TP_AGENCID (Agency Identifier (AID) for Trading Partner), TP_ALTRAID (Allocation Transfer Agency Identifier (ATA) Trading Partner).. 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 IUSFGGTAS 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
BDG_IMPACTBudgetary Impact FMFG_BDGT_IMPACTCHAR1FMFG_BDGT_IMPACT
PROGRAM_INDProgram FMFG_PROGRAM_INDCHAR1FMFG_PROGRAM_IND
TP_SUBLEVLSublevel Prefix (SP) for Trading Partner FMFG_TP_SUBLEVLCHAR2FMFG_SUBLEVL
TP_AGENCIDAgency Identifier (AID) for Trading Partner FMFG_TP_AGENCIDCHAR3FMFG_AGENCID
TP_ALTRAIDAllocation Transfer Agency Identifier (ATA) Trading Partner FMFG_TP_ALTRAIDCHAR3FMFG_ALTRAID
TP_BEGPERBeginning Period of Availability (BPOA) for Trading Partner FMFG_TP_BEGPERNUMC4GJAHRFMFG_BEGPER
TP_ENDPEREnding Period of Availability (EPOA) for Trading Partner FMFG_TP_ENDPERNUMC4GJAHRFMFG_ENDPER
TP_AVTYPEAvailability Type Code (A) for Trading Partner FMFG_TP_AVTYPECHAR1FMFG_AVTYPE
TP_MAIN_ACCTMain Account for Trading Partner FMFG_TP_MAIN_ACCTCHAR4
TP_SUB_ACCTSubaccount for Trading Partner FMFG_TP_SUB_ACCTCHAR3
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
SUB_ACCTTreasury Account Symbol - Subaccount FM_SUB_ACCTCHAR3FM_SUB_ACCT
FUND_STATUSFM Fund Status (Unexpired, Expired, Cancelled) FM_FUND_STATUSCHAR1FM_FUND_STATUS
BETCBusiness Event Type Code FMFG_BETCCHAR10CHAR10
TP_BETCBusiness Event Type Code for Trading Partner FMFG_TP_BETCCHAR10
TREASURY_OFFSETTreasury Offset Program Eligibility FMFG_TREASURY_OFFSETCHAR1
GARNISHMENTGarnishment FMFG_GARNISHMENTCHAR1
PREPARERIDPreparer ID FM_PREPARERCHAR8
CERTIFIERIDCertifier ID FMFG_CERTIFIERIDCHAR8
USERTEMP1Derivation Rule Value FMFGDRVALUECHAR32FMFGDRVALUE
USERTEMP2Derivation Rule Value FMFGDRVALUECHAR32FMFGDRVALUE
USERTEMP3Derivation Rule Value FMFGDRVALUECHAR32FMFGDRVALUE

Key field Non-key field



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

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

How to access SAP table IUSFGGTAS

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