EXBEWEG SAP (Flow/order data export structure) Structure details

Dictionary Type: Structure
Description: Flow/order data export structure




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




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

EXBEWEG 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 "Flow/order data export structure" 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_EXBEWEG TYPE EXBEWEG.

The EXBEWEG table consists of various fields, each holding specific information or linking keys about Flow/order data export structure data available in SAP. These include VONDAT (Start Date of Evaluation), BISDAT (Date of evaluation end), RSTICH (Key date reference), BUKRS (Company 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: Cannot Be Enhanced


SAP EXBEWEG 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
VONDATStart Date of Evaluation DVONDATDATS8DATUM
BISDATDate of evaluation end DBISDATDATS8DATUM
RSTICHKey date reference RSTICHCHAR1RSTICH
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
RBELNRDocument number of reference document FTI_RBELNRCHAR10ALPHABELNR
RPNNRDaybook no. VVRPNNRCHAR10VVRPNNR
SPLANISTPlan/actual record/record to be released indicator SPLANISTCHAR1SPLANIST
BUCHSTPosting status of flow for security BUCHSTCHAR1BUCHST
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
SSTATIStatus of data record SSTATINUMC2Assigned to domainSTATI
SVORGKZActivity indicator for debit/credit control VVSVORGKZNUMC2VVSVORGKZ
SVORGANGSecurities-Activity RVORGANGCHAR8RVORGANG
DVORGANGActivity date DVORGANGDATS8DATUM
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
DBERVONStart of Calculation Period DBERVONDATS8DATUM
DBERBISEnd of Calculation Period DBERBISDATS8DATUM
BBASISCalculation base amount BBASISCURR13(2) WERTV7
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
ATAGENumber of days VVATAGENUMC6INT6
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
RKONTRAReference to Counterparty RKONTRA_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RDEALERTrader RDEALERCHAR12Assigned to domainRDEALER
RZBANKPaying Bank VVRZBANK_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RBANKKBank account RBANKKCHAR10Assigned to domainALPHASAKNRBKT
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
NORDEROrder Number NORDERNUMC8NUM8ORD
DORDEROrder day DORDERDATS8DATUM
DBUDATPosting Date in the Document BUDATDATS8DATUM
DBESTANDPosition value date DBESTANDDATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
DVALUTInterest Value Date/Calculation Date VVDZINVALDATS8DATUM
DDISPOValue date / planning day VVDWERTSTDATS8DATUM
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
DPKONDDetermination date for percentage rate of condition items VVDPKONDDATS8DATUM
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
PEFFZINSEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
DSCHLUSSDate of business closing VVDSCHLUSSDATS8DATUM
TSCHLUSSTime of business closing VVTSCHLUSSTIMS6UZEIT
RHANDPLExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
DGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DMONATFiscal Period MONATNUMC2MONAT
SFLATIndicator 'Traded flat',i.e.no accrued interest calculation VVSFLATCHAR1XFELD
KURS1Exchange rate into settlement currency VVKURS1DEC9(5) KURSF
KURS2Exchange rate from settlement currency into local currency VVKURS2DEC9(5) KURSF
PWKURSSecurity price for percentage quotation PWKURSDEC10(7) PWKURS
BWKURSSecurity price for unit quotation BWKURSCURR13(2) BWKURS
SSWHRStock price currency VVSSWHRCUKY5Assigned to domainWAERS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
SCWHRSettlement Currency SCWHRCUKY5Assigned to domainWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
EBBETR-->Profit/loss amount in position/transaction currency EBBETRCURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table EXBEWEG

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