RPROLOUT SAP (IS-IS: Rollover: Evaluations (Display)) Structure details

Dictionary Type: Structure
Description: IS-IS: Rollover: Evaluations (Display)




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




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

RPROLOUT 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 "IS-IS: Rollover: Evaluations (Display)" 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_RPROLOUT TYPE RPROLOUT.

The RPROLOUT table consists of various fields, each holding specific information or linking keys about IS-IS: Rollover: Evaluations (Display) data available in SAP. These include STITEL (Loan Type Indicator), KENNZ (Version Number Component), XKBEZ (Short Name), ANG_STCK (Row Index of Internal Tables).. 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 RPROLOUT 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
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
STITELLoan Type Indicator STITELNUMC3Assigned to domainSTITEL
KENNZVersion Number Component CHAR2CHAR2CHAR2
XKBEZShort Name XKBEZCHAR15XKBEZ
ANG_STCKRow Index of Internal Tables SYTABIXINT410SYST_LONG
ANG_BRPWRRem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
ANG_BRPWR1Rem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
ANG_SONDERTotal of all unscheduled repayments as part of rollover VVSONDERWRCURR15(2) WERTV8_TR
ANG_UMBUCHTotal of transfers before rollover VVUMBUCHWRCURR15(2) WERTV8_TR
PRO_STCKRow Index of Internal Tables SYTABIXINT410SYST_LONG
PRO_BRPWRRem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
PRO_BRPWR1Rem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
PRO_SONDERTotal of all unscheduled repayments as part of rollover VVSONDERWRCURR15(2) WERTV8_TR
PRO_SSTCKRow Index of Internal Tables SYTABIXINT410SYST_LONG
PRO_UMBUCHTotal of transfers before rollover VVUMBUCHWRCURR15(2) WERTV8_TR
PRO_USTCKRow Index of Internal Tables SYTABIXINT410SYST_LONG
ZGEZSTCKRow Index of Internal Tables SYTABIXINT410SYST_LONG
ZGEZBRPWRRem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
ZGEZBRPWR1Rem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
ZGEZSONDERTotal of all unscheduled repayments as part of rollover VVSONDERWRCURR15(2) WERTV8_TR
ZGEZUMBUCHTotal of transfers before rollover VVUMBUCHWRCURR15(2) WERTV8_TR
ZGEFSTCKRow Index of Internal Tables SYTABIXINT410SYST_LONG
ZGEFBRPWRRem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
ZGEFBRPWR1Rem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
ZGEFSONDERTotal of all unscheduled repayments as part of rollover VVSONDERWRCURR15(2) WERTV8_TR
ZGEFUMBUCHTotal of transfers before rollover VVUMBUCHWRCURR15(2) WERTV8_TR
UNE_STCKRow Index of Internal Tables SYTABIXINT410SYST_LONG
UNE_BRPWRRem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
UNE_BRPWR1Rem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
UNE_SONDERTotal of all unscheduled repayments as part of rollover VVSONDERWRCURR15(2) WERTV8_TR
UNE_UMBUCHTotal of transfers before rollover VVUMBUCHWRCURR15(2) WERTV8_TR

Key field Non-key field



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

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

How to access SAP table RPROLOUT

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