FMFG_IPACED_ALV SAP (US Federal IPACed ALV list) Structure details

Dictionary Type: Structure
Description: US Federal IPACed ALV list




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




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

FMFG_IPACED_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 "US Federal IPACed ALV list" 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_IPACED_ALV TYPE FMFG_IPACED_ALV.

The FMFG_IPACED_ALV table consists of various fields, each holding specific information or linking keys about US Federal IPACed ALV list data available in SAP. These include REC_NUM (US Fed IPACed Record Number), TRANS_ID (US Fed. IPAC transaction ID), ACCOMPLISH_DT (US Fed. Incoming Transaction Accomplish Date), 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: Can be enhanced (character-type or numeric)


SAP FMFG_IPACED_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
FMFG_IPACD_TYPEType of IPACed record FMFG_IPACD_TYPECHAR4FMFG_IPACD_TYPE
REC_NUMUS Fed IPACed Record Number REC_NUMNUMC6REC_NUM
TRANS_IDUS Fed. IPAC transaction ID IPAC_TRAN_IDCHAR16CHAR16
ACCOMPLISH_DTUS Fed. Incoming Transaction Accomplish Date ACCOMPLISH_DTCHAR10CHAR10
CUST_ALCAgency Location Code FMFG_ALCCHAR8Assigned to domainFMFG_ALCFMFG_ALC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
KOARTAccount Type KOARTCHAR1KOART
WRBTRIPAC amount IPAC_AMTCURR13(2) WERT7
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
TRANS_TYIPACed Transaction Type TRANS_TYCHAR1CHAR01
ORIG_DOSIPACed Sender/Originating Disbursement Office Symbol ORIG_DOSCHAR5CHAR5

Key field Non-key field



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

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

How to access SAP table FMFG_IPACED_ALV

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