FMFG_IPACD_IP_ALV SAP (US Federal IPACed ALV list Interactive Processing) Structure details

Dictionary Type: Structure
Description: US Federal IPACed ALV list Interactive Processing




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




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

FMFG_IPACD_IP_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 Interactive Processing" 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_IP_ALV TYPE FMFG_IPACD_IP_ALV.

The FMFG_IPACD_IP_ALV table consists of various fields, each holding specific information or linking keys about US Federal IPACed ALV list Interactive Processing data available in SAP. These include FMFG_IPACD_TYPE (Type of IPACed record), ACCT_ASSIGNMT (IPACed Account Assignment Used for Proposed Document), TRANS_TY (IPACed Transaction Type), REC_NUM (US Fed IPACed Record Number).. 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_IP_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
BOXCheckbox XFELDCHAR1XFELD
FMFG_IPACD_TYPEType of IPACed record FMFG_IPACD_TYPECHAR4FMFG_IPACD_TYPE
ACCT_ASSIGNMTIPACed Account Assignment Used for Proposed Document IPACD_ACCT_ASSGMTCHAR8IPACD_ACCT_ASSGMT
TRANS_TYIPACed Transaction Type TRANS_TYCHAR1CHAR01
REC_NUMUS Fed IPACed Record Number REC_NUMNUMC6REC_NUM
TRANS_IDUS Fed. IPAC transaction ID IPAC_TRAN_IDCHAR16CHAR16
CUST_ALCCustomer ALC CUST_ALCCHAR8Assigned to domainFMFG_ALC
ORIG_ALCOriginating ALC ORIG_ALCCHAR8Assigned to domainFMFG_ALC
INV_NBRIPACed incoming transaction invoice number INV_NBRCHAR22CHAR22
OBL_DOCIPACed Obligating Document OBL_DOCCHAR17CHAR17
PO_NBRIPACed Purchase Order Number PO_NBRCHAR22CHAR22
RECV_TFASIPACed Receiver Treasury Acct Symbol RECV_TFASCHAR21CHAR21
ORIG_DOSIPACed Sender/Originating Disbursement Office Symbol ORIG_DOSCHAR5CHAR5
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
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
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
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_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
ACCP_DTUS Fed. Incoming Transaction Accomplish Date ACCOMPLISH_DTCHAR10CHAR10
NET_DUE_DATENet Due Date NET_DUE_DATECHAR10NET_DUE_DATE
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
DET_LNIPACed Detail line Number DET_LNCHAR9CHAR9
HDR_AMTIPACed Summary Amount HDR_AMTCHAR14CHAR14
KOARTAccount Type KOARTCHAR1KOART
QTYIPACed Total Quantity IPACED_QTYCHAR14CHAR14
UOIIPACed Unit Of Issue IPACED_UOICHAR2CHAR2
PRICEIPACed Unit Price IPACED_PRICECHAR19CHAR19
PAYFLGIPACed Payment Flag IPACED_PAYFLGCHAR1CHAR1
DEPTIPACed Receiver Department Code IPACED_DEPTCHAR2CHAR2
LINE_EDIT 0

Key field Non-key field



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

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

How to access SAP table FMFG_IPACD_IP_ALV

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