FMFG_IPACD_RPT_RESULT SAP (US Federal IPACed Processing Results) Structure details

Dictionary Type: Structure
Description: US Federal IPACed Processing Results




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




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

FMFG_IPACD_RPT_RESULT 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 "US Federal IPACed Processing Results" 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_FMFG_IPACD_RPT_RESULT TYPE FMFG_IPACD_RPT_RESULT.

The FMFG_IPACD_RPT_RESULT table consists of various fields, each holding specific information or linking keys about US Federal IPACed Processing Results data available in SAP. These include ACCT_ASSIGNMT (IPACed Account Assignment Used for Proposed Document), REC_NUM (US Fed IPACed Record Number), TRANS_ID (US Fed. IPAC transaction ID), CUST_ALC (Agency Location Code).. 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: Cannot Be Enhanced


SAP FMFG_IPACD_RPT_RESULT 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
FMFG_IPACD_TYPEType of IPACed record FMFG_IPACD_TYPECHAR4FMFG_IPACD_TYPE
ACCT_ASSIGNMTIPACed Account Assignment Used for Proposed Document IPACD_ACCT_ASSGMTCHAR8IPACD_ACCT_ASSGMT
REC_NUMUS Fed IPACed Record Number REC_NUMNUMC6REC_NUM
TRANS_IDUS Fed. IPAC transaction ID IPAC_TRAN_IDCHAR16CHAR16
CUST_ALCAgency Location Code FMFG_ALCCHAR8Assigned to domainFMFG_ALCFMFG_ALC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RFINUSEApplication of Secondary Source Funds FM_FINUSECHAR16Assigned to domainFM_FINUSEFIU
AMT_CLEARProposed Amt AMT_CLEARCURR11(2) WRBTR
DOC_ORIG_FINUSE_AMTOriginal Application of funds amt on document DOC_ORIG_FINUSE_AMTCURR11(2) WRBTR
DOC_FINUSE_AMT_AVAILApplic of Funds Amt Avail in Doc DOC_FINUSE_AMT_AVAILCURR11(2) WRBTR
DOC_ORIG_AMTOriginal Amount on Document DOC_ORIG_AMTCURR11(2) WRBTR
DOC_AMT_AVAILTotal amount available on document DOC_AMT_AVAILCURR11(2) WRBTR
DET_AMTIPAC Detail Amount as character field DET_AMTCHAR14CHAR14
DET_AMT_NUMIPAC Detail Amount as numeric field DET_AMT_NUMCURR11(2) WRBTR
MATCH_ID_IPACIPAC Match ID MATCH_ID_IPACCHAR4MATCH_ID_IPAC
MATCH_ID_SAPSAP Element Match ID MATCH_ID_SAPCHAR5MATCH_ID_SAP
MATCH_ID_SAP_REFDOCSAP Match Reference Document Number MATCH_ID_SAP_REFDOCCHAR35CHAR35
MATCH_ID_SAP_REFLINESAP Match Reference Document Line Item MATCH_ID_SAP_REFLINECHAR5CHAR5
GEBERProposed Fund PROP_BP_GEBERCHAR10Assigned to domainBP_GEBER
FISTLProposed Fund Center PROP_FISTLCHAR16Assigned to domainFISTL
FKBERProposed Functional Area PROP_FKBERCHAR16Assigned to domainFKBER
KOSTLProposed Cost Center PROP_KOSTLCHAR10Assigned to domainALPHAKOSTL
HKONTProposed GL Account PROP_SAKNRCHAR10Assigned to domainALPHASAKNR
FIPOSProposed Commitment Item PROP_FIPOSCHAR14Assigned to domainFMCISFIPOS
MEASUREProposed Measure PROP_MEASURECHAR24Assigned to domainFM_MEASURE
BUDGET_PDProposed Budget Period PROP_FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIOD
ACCP_DTUS Fed. Incoming Transaction Accomplish Date ACCOMPLISH_DTCHAR10CHAR10
NET_DUE_DATENet Due Date NET_DUE_DATECHAR10NET_DUE_DATE
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
ORIG_ALCAgency Location Code FMFG_ALCCHAR8Assigned to domainFMFG_ALCFMFG_ALC
INV_NBRIPACed incoming transaction invoice number INV_NBRCHAR22CHAR22
DET_LNIPACed Detail line Number DET_LNCHAR9CHAR9
RECV_TFASIPACed Receiver Treasury Acct Symbol RECV_TFASCHAR21CHAR21
DEPTIPAC Department Number DEPTCHAR2CHAR2
OBL_DOCIPACed Obligating Document OBL_DOCCHAR17CHAR17
KOARTAccount Type KOARTCHAR1KOART
TRANS_TYIPACed Transaction Type TRANS_TYCHAR1CHAR01
ORIG_DOSIPACed Sender/Originating Disbursement Office Symbol ORIG_DOSCHAR5CHAR5
LINE_EDIT 0

Key field Non-key field



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

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

How to access SAP table FMFG_IPACD_RPT_RESULT

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