REYC_EXPPOOL_L SAP (Expense Pool Structure for ALV tree) Structure details

Dictionary Type: Structure
Description: Expense Pool Structure for ALV tree




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




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

REYC_EXPPOOL_L 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 "Expense Pool Structure for ALV tree" 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_REYC_EXPPOOL_L TYPE REYC_EXPPOOL_L.

The REYC_EXPPOOL_L table consists of various fields, each holding specific information or linking keys about Expense Pool Structure for ALV tree data available in SAP. These include CONTROLLABLE (Controllable Expense Indicator), PGID (Participation Group), EXPTYPE (Expense Type), WAERS (Currency Key).. 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: Can be enhanced (character-type or numeric)


SAP REYC_EXPPOOL_L 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
EXPENSEPOOLExpense Pool REYCEXPPOOLNUMC4REYCEXPPOOL
CONTROLLABLEControllable Expense Indicator REYCCONTROLCHAR1
PGIDParticipation Group RESCPGIDCHAR10ALPHARESCPGIDRESCPGIDRESCPG
EXPTYPEExpense Type REYCEXPTYPECHAR4REYCEXPTYPE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
COSTELEMENTCost Element REYCCOSTELEMENTCHAR10Assigned to domainALPHAKSTAR
EFFECTIVESTARTEffective Start REYCEFFSTARTDATS8RECADATE
ENDDATEEnd Date REYCENDDATEDATS8RECADATE
SEASONALITYKEYSeasonality REYCSEASONALITYCHAR4REYCSEASON
SEASONVALIDFROMSeason Start Date REYCSEASONSTARTDATS8RECADATE
SEASONVALIDTOSeason End Date REYCSEASONENDDATS8RECADATE
BASEYEARRATEBase Year Rate REYCBASEYEARRATECURR15(2) REYC_D_BASERATE
CURRYEARRATECurrent Year Rate REYCCURRYEARRATECURR15(2) REYC_D_CURRRATE
BYAMOUNTBase Year Distribution Amount REYCEXPBYAMOUNTCURR15(2) REYCBASEAMNT
BYPERCENTBase Year Distribution Percentage REYCEXPBYPERCENTDEC9(2) REYCPERCENT
GROSSMETHODTEXTText for Gross-Up Method REYCGROSSMETHODTEXTCHAR60DDTEXT
OCCRATEOccupancy Rate Percentage REYCOCCRATEDEC9(2) REYCPERCENT
GROSSAMNTGross-Up Amount REYCGROSSAMNTCURR15(2) REYCGROSSAMNT
GROSSRATEGross-Up Rate REYCGROSSRATECURR15(2) REYC_D_GROSSRATE
DENOMMETHODTEXTText for Denominator Method REYCDENOMMETHODTEXTCHAR60DDTEXT
THRESHOLDThreshold REYCDENOMTHRESHOLDDEC9(2) REYCPERCENT
DENOMINATORFixed Denominator REYCDENOMINATORDEC15(2) REYC_FIXED_DENOM
FIXEDSHAREFixed Share REYCFIXEDSHAREDEC15(2) REYC_SHARE_FIXED
MARKUPPERCPREMarkup Percentage Before Distribution REYCMARKUPPERCPREDEC9(2) REYCPERCENT
MARKUPAMNTPREMarkup Amount Before Distribution REYCMARKUPAMNTPRECURR15(2) REYCBASEAMNT
ADMINFEEPREAdministrative Fee REYCADMINFEEPRECURR13(2) WERT7
MARKUPPERCPOSMarkup Percentage After Distribution REYCMARKUPPERCPOSDEC9(2) REYCPERCENT
MARKUPAMNTPOSMarkup Amount After Distribution REYCMARKUPAMNTPOSCURR15(2) REYCBASEAMNT
ADMINFEEPOSAdministrative Fee REYCADMINFEEPOSCURR13(2) WERT7
CAPPINGRATEPRECapping Rate Before Distribution REYCCAPPINGRATEPREDEC9(2) REYCPERCENT
CAPPINGAMNTPRECapping Amount Before Distribution REYCCAPPINGAMNTPRECURR15(2) REYCBASEAMNT
CAPPINGRATEPOSCapping Rate After Distribution REYCCAPPINGRATEPOSDEC9(2) REYCPERCENT
CAPPINGAMNTPOSCapping Amount After Distribution REYCCAPPINGAMNTPOSCURR15(2) REYCBASEAMNT
FIXEDAMOUNTMajor Tenant Fixed Amount REYCFIXEDAMOUNTCURR15(2) REYCBASEAMNT
MTCPERCENTMajor Tenant Contribution Percentage REYCMTCPERCENTDEC9(2) REYCPERCENT

Key field Non-key field



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

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

How to access SAP table REYC_EXPPOOL_L

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