BAPIFVDEXP_VDBEKI SAP (Export Loan: Flow Data Actual Document Header) Structure details

Dictionary Type: Structure
Description: Export Loan: Flow Data Actual Document Header




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




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

BAPIFVDEXP_VDBEKI 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 "Export Loan: Flow Data Actual Document Header" 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_BAPIFVDEXP_VDBEKI TYPE BAPIFVDEXP_VDBEKI.

The BAPIFVDEXP_VDBEKI table consists of various fields, each holding specific information or linking keys about Export Loan: Flow Data Actual Document Header data available in SAP. These include DOC_NO_1 (Document Number of Document Header (Loan)), PRODUCT_CATEGORY (Product Category), CONTRACT_NO (Contract Number), CONDITION_VALID_FROM (Date Condition Effective from).. 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 BAPIFVDEXP_VDBEKI 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
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
DOC_NO_1Document Number of Document Header (Loan) RBELKPFDCHAR10ALPHARBELKPFD
PRODUCT_CATEGORYProduct Category SANLFNUMC3Assigned to domainVVSANLF
CONTRACT_NOContract Number RANLCHAR13ALPHARANLRAN
CONDITION_VALID_FROMDate Condition Effective from DGUELDATS8DATUM
CONS_NOOffer consecutive number NLFD_ANGNUMC3LFNR3
FIN_PROJClassification Number for Finance Projects RKLAMMERCHAR13ALPHARANL
ACTIV_DTEActivity date DVORGANGDATS8DATUM
ACTIVITYBusiness Operation (Activity) SVORFALLCHAR4SVORFALL
ACT_NOActivity number NVORGANGCHAR3CHAR3
STATUSStatus of data record SSTATINUMC2Assigned to domainSTATI
ACCTASSREFAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8Assigned to domainUSTRUKRE
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10SKB1ALPHASAKNR
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
DOC_TYPEDocument Type BLARTCHAR2T003BLARTBAR
DOC_DATEDocument Date in Document BLDATDATS8DATUM
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FIS_PERIODFiscal Period MONATNUMC2MONAT
REVER_INDReversal indicator SSTORNOCHAR1SSTORNO
REV_REASONReason for Reversal SSTOGRDCHAR2TZSTSSTOGRD
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
REVERSAL_DOCReverse Document Number STBLGCHAR10ALPHABELNR
DOC_NO_2Doc.no. of debit pos. doc.header (only for inc.pmnt records) RZEBELCHAR10ALPHARBELKPFD
ORDER_DATEOrder day DORDERDATS8DATUM
DTEJOURNDate of transferal to journal DANJRNLDATS8DATUM
DTE_FIACDate of transferal to FiAc DANFIBUDATS8DATUM
TMETOFIACTime of transfer to financial accounting UANFIBUTIMS6TIMES
EXPEN_KEYExpenses key SSPESENCHAR1SSPESEN
ORDER_NOOrder Number NORDERNUMC8NUM8ORD
INT_BNK_ACBank account RBANKKCHAR10SKB1ALPHASAKNRBKT
ACCINTMETHAccrued interest method SSTCKKZCHAR1SSTCKKZ
DAYS_METHAccrued interest: Daily method SSTCKTGCHAR1SZBMETH
ISSUE_YIELDEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
YIELD_METHODEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
ENTERED_BYEntered by RERFCHAR12SYCHAR12
ENTERED_ONFirst Entered on DERFDATS8DATUM
TIME_INITTime of Initial Entry TERFTIMS6TIMES
SOUINTENTRSource of initial entry REHERCHAR10CHAR10
PRF_DATEPremium reserve fund date VVDSTOCKDATS8DATUM
DAYBK_NODaybook no. VVRPNNRCHAR10VVRPNNR
AC_DOC_NO_1Accounting Document Number BELNR_DCHAR10ALPHABELNRBLN
SUPERPRIMSuper prima nota for grouping in autom.deb.pos. VVRPNSUPCHAR10VVRPNNR
REFTRNDOCReference transfer document number UMBLGCHAR10ALPHABELNR
PEC_RUNPEC for flow executed indicator yes/no SEVALPOSTCHAR1XFELD
AC_DOC_NO_2Accounting Document Number BELNR_DCHAR10ALPHABELNRBLN
SRCE_IN_PASource in TR-LO posting area ACENV_LONUMC4ACENV_LO
SUMMAR_IDSummarization indicator for summarization of loan doc. data S_COMPRCHAR1S_COMPR

Key field Non-key field



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

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

How to access SAP table BAPIFVDEXP_VDBEKI

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