FTI_PFA_FLOW_MAPPING SAP (Cash Flow Interface for PA Flows) Structure details

Dictionary Type: Structure
Description: Cash Flow Interface for PA Flows




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




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

FTI_PFA_FLOW_MAPPING 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 "Cash Flow Interface for PA Flows" 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_FTI_PFA_FLOW_MAPPING TYPE FTI_PFA_FLOW_MAPPING.

The FTI_PFA_FLOW_MAPPING table consists of various fields, each holding specific information or linking keys about Cash Flow Interface for PA Flows data available in SAP. These include GSART (Product Type), PORTFOLIO (Portfolio), SECURITY_ID (Security ID Number), LOANS_CONTRACT (Contract 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 FTI_PFA_FLOW_MAPPING 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
DEAL_NUMBERPosition-Generating Financial Transaction FTI_POSRFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10Assigned to domainTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
SECURITY_ACCOUNTSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10Assigned to domainTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
FLAG_LONG_SHORTIndicator: Long or Short Position TPM_FLAG_LONG_SHORTCHAR1TPM_FLAG_LONG_SHORT
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
DLOTGENERATIONDate On Which Lot Was Generated DLOTGENERATIONDATS8DATUM
TLOTGENERATIONLot Generation Time TLOTGENERATIONTIMS6UZEIT
LOTGENERATION_USERLot Entered By FTI_LOTGENERATIONUSERCHAR12SYCHAR12
LOTGENERATION_BUSTRANSCATBusiness Transaction Category Which Generated the Lot FTI_LOTGENERATION_BUSTRANSCATNUMC4Assigned to domainTPM_BUSTRANSCAT
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
RANTYP_RContract Type RANTYPCHAR1RANTYP
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
PARTNRPartner with Whom Commitment Exists FTI_LDB_RISK_COUNTERPARTYCHAR10Assigned to domainALPHABU_PARTNERBUPA
RKONTRAReference to Counterparty RKONTRA_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
FINPROJFinance Project TB_TFPROJCHAR13T_TFPROJ
RMAIDMaster Agreement TB_RMAIDCHAR10VTBMAALPHAT_RMAIDTMAVTMA
RGARANTGuarantor of Financial Transaction TB_RGARANT_NEWCHAR10BUT000ALPHABU_PARTNERBPABUPA
NORDEXTExternal Reference TB_NORDEXTCHAR16FTI_CHAR16LOW
ZUONDAssignment TB_ZUONDCHAR18TEXT18
REFERInternal Reference TB_REFERCHAR16CHAR16
MERKMCharacteristics TB_MERKMCHAR25CHAR25
PORTFOLIO_TMPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
DBESTANDPosition value date DBESTANDDATS8DATUM
DORDEROrder day DORDERDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
SBEWART_RFlow Type SBEWARTCHAR4Assigned to domainSBEWART
FLOW_TYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4Assigned to domainTPM_BUSTRANSCAT
WZBETRPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
SHWHRLocal Currency TB_SHWHRCUKY5Assigned to domainWAERS
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
CF_CCPayment amount in payment currency FTI_PAYAMOUNT_PYCCURR21(2) TPM_AMOUNT
CF_LCPayment Amount in Local Currency FTI_PAYAMOUNT_LCCURR21(2) TPM_AMOUNT
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO

Key field Non-key field



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

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

How to access SAP table FTI_PFA_FLOW_MAPPING

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