REPRC_FLOW_TYPES_X SAP () Structure details

Dictionary Type: Structure
Description:




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




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

REPRC_FLOW_TYPES_X 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 "" 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_REPRC_FLOW_TYPES_X TYPE REPRC_FLOW_TYPES_X.

The REPRC_FLOW_TYPES_X table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MANDT (Client), RANTYP (Contract Type), SBEWART (Flow Type), SBEWAGRP (Flow type group).. 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: Not classified


SAP REPRC_FLOW_TYPES_X 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 MANDTCLNT3T000MANDT
RANTYPContract Type RANTYPCHAR1RANTYP
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SBEWAGRPFlow type group SBAGRPCHAR2TZB10SBEWAGRP
SBEWZITIFlow category SBEWZITICHAR4TZB03SBEWZITI
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
JZINSBASFlow in interest base JZINSBASCHAR1JANEI
JZINSZPTInterest date JZINSZPTCHAR1JANEI
JRESALDTransaction for remaining balance RSALDNUMC2Assigned to domainSTATI
XBUCHKPosting short text XBUCHKCHAR4CHAR4
JBUCKZTransaction is to be posted BUCKZCHAR1KENZX
JFDBUCRelevant to Cash Management FDBUCCHAR1KENZX
JEFFZIPart of effective interest rate calculation EFFZICHAR1KENZX
SABGRENZAccrual/deferral method VVSABGRENZNUMC1VVSABGRENZ
SEFFZIVZ+/- sign for effective interest rate calculation VVSEFFZIVZCHAR1VVSEFFZIVZ
JSTOCKPremium reserve fund-relevant indicator VVJSTOCKCHAR1JANEI
SZEGENGenerate incoming payment immediately SZEGENNUMC2TD21SZEGEN
JZIABBAInterest-based accruals/deferrals indicator VVJZIABBACHAR1JANEI
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4AT40SBEWFIMA
SFIBUControl entry of overpayment and advance payment data VVSFIBUCHAR2VVSFIBU
SBUSTPosting control key VVSBUSTNUMC2TZB09VVSBUST
SVORGKZActivity indicator for debit/credit control VVSVORGKZNUMC2VVSVORGKZ
SAKTPASIndicator: Asset/Liability Transaction VVSAKTPASCHAR1VVSAKTPAS
JVGLEFFZEffective int.-relevant comparative effective int. VVJVGLEFFZCHAR1KENZX
JEFFZI2Effective int.-relevant internal effective interest VVJEFFZI2CHAR1KENZX
SEINBEHALTFlag for Withholding Amount on Disbursement VVSEINBECHAR1VVSEINBE
SWPTERMSecurities forward dealings indicator VVSWPTERMCHAR1KENZX
SABGVAccrual/deferral procedure TB_SABGVCHAR1T_SABGV
SZADRIPayment to third-party SZADRICHAR1XFELD
SPAYRQPayment request allowed TB_SPAYRQCHAR1T_SPAYRQ
SPRSNGIndividual payment required TB_SPRSNGCHAR1T_SPAYRQ
SNODUNNNo dunning for flow type SNODUNNCHAR1XFELD
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
SPAYRQ_LOPayment Request Allowed SPAYRQ_LOANCHAR1XFELD
SPRSNG_LOIndividual Payment Required SPRSNG_LOANCHAR1XFELD
SNODUN_INTDunning Interest Not Calculated SNODUNN_INTERESTCHAR1XFELD
XHIDE_SMHide flow in account statement as default XHIDE_SMCHAR1XFELD
.INCLU--AP 0
VORGTYPActivity Category (Posting Area) VORGTYP_LOCHAR4VORGTYP_LO
VEDEFFZRelevant for Closely Defined Effective Interest VEDEFFZCHAR1KENZX
VJAHREFFZRelevant for Yearly Effective Interest acc. Reg 87/102/EMG VJAHREFFZINSCHAR1KENZX
.INCLU--AP 0
CLI_RELEVANTRelevant for Credit Life Insurance TB_CLI_RELEVANTCHAR1XFELD
CONTAB_RELEVANTRelevant for Condition Table TB_FICO_CONTAB_RELEVANTCHAR1XFELD
SSPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
XBEWARTName of flow type XBEWARTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table REPRC_FLOW_TYPES_X

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