TERSVWBWER_CASH SAP (Structure for Generated Payment Flows for Rights) Structure details

Dictionary Type: Structure
Description: Structure for Generated Payment Flows for Rights




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




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

TERSVWBWER_CASH 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 "Structure for Generated Payment Flows for Rights" 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_TERSVWBWER_CASH TYPE TERSVWBWER_CASH.

The TERSVWBWER_CASH table consists of various fields, each holding specific information or linking keys about Structure for Generated Payment Flows for Rights data available in SAP. These include MANDT (Client), BUKRS (Company Code), RLDEPO (Securities Account), ERNR (ID number of exercised right).. 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 TERSVWBWER_CASH 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
MARK6Single-Character Indicator CHAR1CHAR1CHAR1
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
ERNRID number of exercised right TER_HEADNUMBERCHAR13TERTVWERKOALPHATER_RIGHTNUMBER
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
NTRANSTransaction data key: Consecutive number VVNTRANSNUMC4NUMC4
TB_SBEWEBEPosting Status of Flow TB_SBEWEBECHAR1T_SBEWEBE
FSTATUSUpdate status of flow FSTATUSCHAR1FSTATUS
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SSTOGRDReason for Reversal SSTOGRDCHAR2TZSTSSTOGRD
XZUSATZAssignment XZUSATZCHAR18CHAR18
RERFEntered by RERFCHAR12SYCHAR12
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
SBEWZITIFlow category SBEWZITICHAR4TZB03SBEWZITI
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
SVORGKZActivity indicator for debit/credit control VVSVORGKZNUMC2VVSVORGKZ
DDISPOValue date / planning day VVDWERTSTDATS8DATUM
DBESTANDPosition value date DBESTANDDATS8DATUM
DVALUTCalculation Date DVALUTDATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNWHRNominal amount BNWHRCURR13(2) WERTV7
NOMIMAL_ORG_AMTOriginal Nominal Amount in Position Currency TPM_NOMINAL_ORG_AMTCURR21(2) TPM_AMOUNT
SNWHRCurrency of nominal amount SNWHRCUKY5TCURCWAERS
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
SCWHRSettlement Currency SCWHRCUKY5TCURCWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5TCURCWAERS
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
SHWHRLocal currency SHWHRCUKY5TCURCWAERS
KURS1Exchange rate into settlement currency VVKURS1DEC9(5) KURSF
KURS2Exchange rate from settlement currency into local currency VVKURS2DEC9(5) KURSF
RBELNRFIAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RBELNRFI2Accounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RSTBLGReverse Document Number STBLGCHAR10ALPHABELNR
RSTBEG2Reverse Document Number STBLGCHAR10ALPHABELNR
DBEST6BDate for ยง6b EstG relevant postings DBEST6BDATS8DATUM
REFDBEST6B6b date of initiating flow REFDBEST6BDATS8DATUM
REF6BSelect date for price gain depreciation REF6BNUMC1REF6B
NORDER1Position number SECPOSITIONNUMBERNUMC8NUM8
NORDER2Position number SECPOSITIONNUMBERNUMC8NUM8
POSNRItem number of executable right TER_POSNRNUMC8NUM8
KGV_FLAGManages status of the related price gains/losses flows TKGVCHAR1TKGV
DEVALPOSTDate of period-end closing DEVALPOSTDATS8DATUM
RAHABKIShort key for own house bank TB_RHABKICHAR5T012HBKID
RAHKTIDShort key for house bank account TB_RHKTIDCHAR5T012KHKTID
EXRATEExchange rate (book rate) TER_FO_BOOK_RATEFLTP16(16) FLTP
BEW_TEXTName of flow type XBEWARTCHAR30TEXT30
DBERVONStart of Calculation Period DBERVONDATS8DATUM
DBERBISEnd of Calculation Period DBERBISDATS8DATUM
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL

Key field Non-key field



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

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

How to access SAP table TERSVWBWER_CASH

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