REMIRENEWAL_OLD SAP (Renewal: Rule and Value) Structure details

Dictionary Type: Structure
Description: Renewal: Rule and Value




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




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

REMIRENEWAL_OLD 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 "Renewal: Rule and Value" 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_REMIRENEWAL_OLD TYPE REMIRENEWAL_OLD.

The REMIRENEWAL_OLD table consists of various fields, each holding specific information or linking keys about Renewal: Rule and Value data available in SAP. These include SRNWOPTION (Renewal Rule), JACCEPTOWN (Renewal requires own approval), JACCEPTPAR (Renewal requires partner approval), JAUTOCOPY (Automatically Repeat Last Option if Option Used).. 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)


SAP REMIRENEWAL_OLD 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
SRNWOPTIONRenewal Rule RECNSRNWOPTIONCHAR4Assigned to domainRECNSRNWOPTION
JACCEPTOWNRenewal requires own approval RECNJACCEPTOWNCHAR1XFELD
JACCEPTPARRenewal requires partner approval RECNJACCEPTPARCHAR1XFELD
JAUTOCOPYAutomatically Repeat Last Option if Option Used RECNJAUTOCOPYCHAR1XFELD
DRNWCNEND1First contract end date RECNDRNWCNEND1DATS8DATE
SRNWAUTEXTRule for automatic renewal (not subject to approval) RECNSRNWAUTEXTCHAR4Assigned to domainRECNSRNWOPTIONRECNTIVCN09AUTO
JAUTOCOPY2Automatically repeat last renewal in case of acceptance RECNJAUTOCOPY2CHAR1XFELD
.INCLU-_CN 0
SRNWLFDNUM_CNSequential number RECNSRNWLFDNUMNUMC3
NRNWSORTNB_CNSequential number RECNSRNWLFDNUMNUMC3
SRNWOPTION_CNRenewal Rule RECNSRNWOPTIONCHAR4Assigned to domainRECNSRNWOPTION
NRNWJHR_CNContract Renewed for Number of Years RECNRNWYEARSNUMC3RECNNRNWNUMBER
NRNWMON_CNContract Renewed for Number of Months RECNRNWMONTHSNUMC3RECNNRNWNUMBER
NRNWTAG_CNContract Renewed for Number of Days RECNRNWDAYSNUMC3RECNNRNWNUMBER
SRNWDAYRND_CNRounding Rule for Determined Renewal Date RECNRNWDAYRNDCHAR1RECNRNWDAYRND
NAMTJHR_CNNotification Must Be This No. of Years before Renewal Date RECNAMTYEARSNUMC3RECNNRNWNUMBER
NAMTMON_CNNotification Must Be This No. of Months before Renewal Date RECNAMTMONTHSNUMC3RECNNRNWNUMBER
NAMTTAG_CNNotification Must Be This No. of Days before Renewal Date RECNAMTDAYSNUMC3RECNNRNWNUMBER
SAMTDAYRND_CNRounding Rule for Determined Notification Date RECNAMTDAYRNDCHAR1RECNRNWDAYRND
DRNWDATE_CNRenewal date (new contract end date) RECNDRNWDATEDATS8DATE
DAMTDATE_CNNotification Date (Latest Date for Declaring Option) RECNDAMTDATEDATS8DATE
DRNWACCOWN_CNApproval date for renewal (own) RECNDRNWACCOWNDATS8DATE
DRNWACCPAR_CNApproval date for renewal (partner) RECNDRNWACCPARDATS8DATE
DRNWOPTACT_CNDate of activation of renewal RECNDRNWOPTACTDATS8DATE
JRNWDCTINP_CNRenewal date added (no rule evaluation) RECNJRNWDCTINPCHAR1XFELD
XRNWINFTXT_CNShort text for renewal date RECNXRNWINFTXTCHAR50RECNXRNWINFTXT
SRNWSOURCE_CNSource of Renewal Date (Option or Automatic) RECNSRNWSOURCENUMC1RECNSRNWSOURCE
XSRNWSOURCE_CNText for Source of Renewal Date RECNXSRNWSOURCECHAR50RECNXSRNWSOURCE

Key field Non-key field



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

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

How to access SAP table REMIRENEWAL_OLD

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