RESC_DTAPE_DETAIL SAP (Data Record: Individual Contract Periods) Structure details

Dictionary Type: Structure
Description: Data Record: Individual Contract Periods




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




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

RESC_DTAPE_DETAIL 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 "Data Record: Individual Contract Periods" 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_RESC_DTAPE_DETAIL TYPE RESC_DTAPE_DETAIL.

The RESC_DTAPE_DETAIL table consists of various fields, each holding specific information or linking keys about Data Record: Individual Contract Periods data available in SAP. These include SETTL_GUID (Unique Key of Settlement), SCS_SU_GUID (SU within SCS, for a Period and Measurement Type), SCS_RO_GUID (Rental Object for an SU, Period and Measurement Type), SCS_ROCN_GUID (Rental Object or Contract, Depending on Rental).. 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 RESC_DTAPE_DETAIL 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
SETTL_GUIDUnique Key of Settlement RECASETTLGUIDRAW16VISCSETTLRECAGUID
SCS_SU_GUIDSU within SCS, for a Period and Measurement Type RESCSUGUIDRAW16RECAGUID
SCS_RO_GUIDRental Object for an SU, Period and Measurement Type RESCROGUIDRAW16RECAGUID
SCS_ROCN_GUIDRental Object or Contract, Depending on Rental RESCROCNGUIDRAW16RECAGUID
RO_OBJNRObject Number of Rental Object RESCROOBJNRCHAR22Assigned to domainJ_OBJNRONR
RO_OBJINFORental Object Description RESCROOBJECTDESCHAR60RECAXLDESCRIPTION
RO_OBJIDRental Object Identification RESCROOBJECTIDCHAR35ABR_EMP
CN_OBJNRObject Number of Real Estate Contract (REC) RESCCNOBJNRCHAR22Assigned to domainJ_OBJNRONR
CN_OBJINFOLO Object Description RESCCNOBJECTDESCHAR60RECAXLDESCRIPTION
CN_OBJIDLease-Out Object Identification RESCCNOBJECTIDCHAR35ABR_EMP
SCS_PERIOD_GUIDRental Periods RESCPERIODGUIDRAW16RECAGUID
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNEROBJNRObject Number for Internal Use RETMPARTNEROBJNRCHAR22Assigned to domainJ_OBJNRONR
XNAMEShort Name of Business Partner REBPXNAMECHAR50BU_TEXT50
XPARTNERName/Address of Business Partner REBPXPARTNERCHAR80TEXT80
FIRSTNAMEFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
LASTNAMELast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
FULLNAMEFull Name BU_NAME1TXCHAR80TEXT80
ROLEBusiness Partner: Role REBPROLECHAR6Assigned to domainBU_ROLE
XROLEName of Business Partner Role REBPXROLECHAR30RECAXMDESCRIPTION
PFROMPeriod Start Date RECAPERIODFROMDATS8RECADATEBEG
PTOPeriod End Date RECAPERIODTODATS8REDATRECADATEEND
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NET_AMOUNTNet Amount in Transaction Currency RERANETAMOUNTCURR15(2) RECACURR
TAX_AMOUNTTax Amount in Transaction Currency RERATAXAMOUNTCURR15(2) RECACURR
DEDUCT_TAXDeductible Tax Amount RERADEDTAXAMTCURR15(2) RECACURR
NONDEDUCT_TAXNon-Deductible Tax Amount RERANONDEDTAXAMTCURR15(2) RECACURR
CHRGAMOUNTAmount of Apportionment Loss Risk RESCCHRGAMOUNTCURR15(2) RECACURR
NETAMOUNTNet Amount RESCNETAMOUNTDEC22(8) RESCSHCURR
NONDEDTAXAMTNon-Deductible Tax Amount RESCNONDEDTAXAMTDEC22(8) RESCSHCURR
DEDTAXAMOUNTDeductible Tax Amount RESCDEDTAXAMTDEC22(8) RESCSHCURR
NO_ENTRYNo Entry on the Tape RESCNOTAPEENTRYCHAR1RECABOOL
ASSIGNFROMDate from when assignment is valid DGULTABDATS8DDAT
INTERNAL_OBJIDIdentification of lease-out at settlement company ABNNRCHAR20TEXT20
EXTERNAL_OBJIDHeating expenses settlement company evaluation group STECHEMCHAR13STECHEM
GROSSAMOUNT_INFODistributed Gross Amount (Not Relevant to Apportionment) RESCGROSSAMOUNT_INFOCURR15(2) RECACURR
IS_TAXValue added tax indicator JMWSTCHAR1JANE

Key field Non-key field



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

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

How to access SAP table RESC_DTAPE_DETAIL

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