FVD_GDPDU_XSTR_FLOW_ITEM SAP (Loans: Line Item) Structure details

Dictionary Type: Structure
Description: Loans: Line Item




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




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

FVD_GDPDU_XSTR_FLOW_ITEM 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 "Loans: Line Item" 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_FVD_GDPDU_XSTR_FLOW_ITEM TYPE FVD_GDPDU_XSTR_FLOW_ITEM.

The FVD_GDPDU_XSTR_FLOW_ITEM table consists of various fields, each holding specific information or linking keys about Loans: Line Item data available in SAP. These include BUKRS (Company Code), RBELKPFD (Document Number of Document Header (Loan)), RPOSNR (Activity number), SBEWART (Flow Type).. 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 FVD_GDPDU_XSTR_FLOW_ITEM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RBELKPFDDocument Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
RPOSNRActivity number NVORGANGCHAR3CHAR3
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SREFBEWReference flow type SREFBEWCHAR4Assigned to domainSBEWART
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
BNWHRNominal Amount FVD_GDPDU_BNWHRCHAR16CHAR16
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
BBWHRAmount in Position Currency FVD_GDPDU_BBWHRCHAR16CHAR16
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BCWHRSettlement Amount FVD_GDPDU_BCWHRCHAR16CHAR16
SCWHRSettlement Currency SCWHRCUKY5Assigned to domainWAERS
BHWHRAmount in Local Currency FVD_GDPDU_BHWHRCHAR16CHAR16
PKKURSPurchase Price of Borrower's Note FVD_GDPDU_PKKURSCHAR13CHAR13
PRUCKRepayment Rate in Percent FVD_GDPDU_PRUCKCHAR13CHAR13
DVALUTCalculation Date DVALUTDATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
DBESTANDPosition value date DBESTANDDATS8DATUM
DBERVONStart of Calculation Period DBERVONDATS8DATUM
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
RSOLLAccount for debit posting RSOLLCHAR10Assigned to domainALPHASAKNR
RHABENAccount for credit posting RHABENCHAR10Assigned to domainALPHASAKNR
SBSLSOLLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHSLHABENPosting Key BSCHLCHAR2Assigned to domainBSCHL
RBANKKBank account RBANKKCHAR10Assigned to domainALPHASAKNRBKT
PKONDPercentage Rate for Condition Item FVD_GDPDU_PKONDCHAR13CHAR13
BBASISCalculation Base Amount FVD_GDPDU_BBASISCHAR16CHAR16
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
DBERBISEnd of Calculation Period DBERBISDATS8DATUM
ATAGENumber of days VVATAGENUMC6INT6
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
SSTCKKZAccrued interest method SSTCKKZCHAR1SSTCKKZ
RKONTQuota number RKONTNUMC6RKONTRKT
DERFFirst Entered on DERFDATS8DATUM
DBEARLast Edited on DBEARDATS8DATUM

Key field Non-key field



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

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

How to access SAP table FVD_GDPDU_XSTR_FLOW_ITEM

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