FMFGT_IPACED_RPT SAP (IPACed Reversal Program fields) Structure details

Dictionary Type: Structure
Description: IPACed Reversal Program fields




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




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

FMFGT_IPACED_RPT 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 "IPACed Reversal Program fields" 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_FMFGT_IPACED_RPT TYPE FMFGT_IPACED_RPT.

The FMFGT_IPACED_RPT table consists of various fields, each holding specific information or linking keys about IPACed Reversal Program fields data available in SAP. These include TRANS_ID (US Federal IPACed Transation ID), ORIG_ALC (Agency Location Code), COUNTER (IPACed Record Counter), FIKRS (Financial Management Area).. 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 FMFGT_IPACED_RPT 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TRANS_IDUS Federal IPACed Transation ID FMFG_IPACD_TRANSIDCHAR16FMFG_IPACD_TRANSID
ORIG_ALCAgency Location Code FMFG_ALCCHAR8Assigned to domainFMFG_ALCFMFG_ALC
COUNTERIPACed Record Counter FMFG_COUNT10NUMC10NUMC10
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRInvoice Document Number FMFG_INVBELNRCHAR10ALPHABELNR
GJAHRInvoice Document Fiscal Year FMFG_INVGJAHRNUMC4GJAHRGJAHR
BUZEIInvoice Line Item FMFG_INVBUZEINUMC3BUZEI
ORIGOrigination of Invoice Document FMFG_IPACD_ORIGNCHAR1FMFG_IPACD_ORIGN
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
AUGBLPayment Document FMFG_PAYAUGBLCHAR10ALPHABELNR
AUGGJPayment Document Fiscal Year FMFG_PAYAUGGJNUMC4GJAHRGJAHR
KOARTAccount Type KOARTCHAR1KOART
MATCH_ID_SAPSAP Element Match ID FMFG_MATCH_ID_SAPCHAR5FMFG_MATCH_ID_SAP
MATCH_ID_IPACIPAC Match ID FMFG_MATCH_ID_IPACCHAR4FMFG_MATCH_ID_IPAC
MATCH_SAP_REFDOCSAP Match Reference Document Number FMFG_MATCH_ID_SAP_REFDOCCHAR35CHAR35
RE_BELNRDocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
RE_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RE_REV_BELNRDocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
RE_REV_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
INV_GLVORBusiness Transaction GLVORCHAR4CHAR4
INV_AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
INV_AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
INV_AWKEYReference Key AWKEYCHAR20AWKEY
REV_MM_AWKEYReference Key AWKEYCHAR20AWKEY
REVRS_INVReverse Invoice Doc Number FMFG_REVBELNRCHAR10ALPHABELNR
REVRS_INV_FYReversal Invoice Year FMFG_REVGJAHRNUMC4GJAHRGJAHR
REVRS_PAYDOCReverse Payment Document No. FMFG_REVAUGBLCHAR10ALPHABELNR
REVRS_PAYDOC_FYReversal Payment Doc Yr FMFG_REVAUGGJNUMC4GJAHRGJAHR
PAY_GLVORBusiness Transaction GLVORCHAR4CHAR4
PAY_AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
PAY_AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
PAY_AWKEYReference Key AWKEYCHAR20AWKEY
PAYDOC_CLRDOCDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
PAYDOC_CLRDOCFYFiscal Year of Clearing Document AUGGJNUMC4GJAHRGJAHR
FINUSEApplication of Secondary Source Funds FM_FINUSECHAR16Assigned to domainFM_FINUSEFIU
WRBTRPayment Doc Amount FMFG_PAYWRBTRCURR13(2) WERT7

Key field Non-key field



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

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

How to access SAP table FMFGT_IPACED_RPT

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