RESCCPPARTLIMIT SAP (Limitation of Settlement Participation) Structure details

Dictionary Type: Structure
Description: Limitation of Settlement Participation




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




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

RESCCPPARTLIMIT 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 "Limitation of Settlement Participation" 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_RESCCPPARTLIMIT TYPE RESCCPPARTLIMIT.

The RESCCPPARTLIMIT table consists of various fields, each holding specific information or linking keys about Limitation of Settlement Participation data available in SAP. These include PARTTYPE (Type of Service Charge Settlement Participation), TENANT_SHARE (Tenant share per service charge key, in percent), OWNER_SHARE (Share of Owner, per Service Charge Key, as Percent), PARTTYPE_CURR (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 RESCCPPARTLIMIT 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
PARTTYPEType of Service Charge Settlement Participation RESCPARTTYPECHAR1RESCPARTTYPE
TENANT_SHARETenant share per service charge key, in percent PMIETERDEC5(2) PANTEIL
OWNER_SHAREShare of Owner, per Service Charge Key, as Percent RESCPOWNERDEC5(2) PANTEIL
PARTTYPE_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MAXCOSTSUMaximum Costs Value per Settlement Unit for SCS RESCSMAXCOSTSUCURR15(2) RECACURR
BASEBasis for Calculation of All-Inclusive Rent RESCSBASECHAR1RESCSBASE
BASEAMOUNTBasis Amount for Part-Inclusive Rent RESCSBASEAMOUNTCURR15(2) RECACURR
BASEDATEDate of Base Year Settlement RESCSBASEDATEDATS8DATS
XPARTTYPEName for Settlement Participation RESCXPARTTYPECHAR60DDTEXT
XBASEShort Text for Basis of All-Inclusive Rent Calculation RESCXBASECHAR60DDTEXT
PTYPE_SHORTCUTThree-Character Description of Stt.Type for SCS RESCISPTSHORTCUTCHAR3RESCISPTSHORTCUT
XPTYPEDescription of Settlement Type for SCS RESCISXPTYPECHAR60RECAXLDESCRIPTION

Key field Non-key field



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

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

How to access SAP table RESCCPPARTLIMIT

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