BAPI_RE_CN_OFFER_DAT SAP (Contract Offer - Data) Structure details

Dictionary Type: Structure
Description: Contract Offer - Data




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




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

BAPI_RE_CN_OFFER_DAT 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 "Contract Offer - Data" 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_BAPI_RE_CN_OFFER_DAT TYPE BAPI_RE_CN_OFFER_DAT.

The BAPI_RE_CN_OFFER_DAT table consists of various fields, each holding specific information or linking keys about Contract Offer - Data data available in SAP. These include CONTRACT_START_DATE (Date of contract start), TENANCY_LAW (Tenancy law), MAIN_CONTRACT_COMP_CODE (Company code of main contract), MAIN_CONTRACT_NUMBER (Number of Real Estate Main Contract).. 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: Cannot Be Enhanced


SAP BAPI_RE_CN_OFFER_DAT 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
CN_OFFER_TEXTName of Contract Offer REORXOFCHAR60RECAXLDESCRIPTION
CONTRACT_START_DATEDate of contract start RECNCNBEGDATS8RECADATE
TENANCY_LAWTenancy law SMIETRCHAR5TIV03SMIETR
MAIN_CONTRACT_COMP_CODECompany code of main contract RECNBUKRSCOLLECTCHAR4T001BUKRS
MAIN_CONTRACT_NUMBERNumber of Real Estate Main Contract RECNNUMBERCOLLECTCHAR13ALPHARECNNUMBERRECNNR
CURRENCY_CONTRACTCurrency for Contract RECNWAERS_CNCUKY5TCURCWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
INDUSTRYSECTORIndustry BU_IND_SECTORCHAR10TB038ABU_INDSECTOR
IS_SALES_RELATEDRelevant to Sales RECNSALESRENTRELEVANTCHAR1RECABOOL
DEPOSIT_TYPESecurity Deposit Type RECNDPTYPECHAR4TIVCNDPTYPEALPHARECNDPTYPE
RESERVED_TO_DATEContract Offer Reserved To REOROFRESTODATS8RECADATE
CONTRACT_CONCLUSION_DATEDate of Contract Conclusion RECNDATDATS8DDAT
CASH_FLOW_START_DATECash Flow Generated Starting On RECDCFSTARTFROMDATS8RECADATE
FIRST_END_DATEDate of First Contract End RECNCNEND1STDATS8RECADATE
AUTHORIZATION_GROUPAuthorization Group RECAAUTHGRPCHAR40RECAAUTHGRP
RESPONSIBLEPerson Responsible RECARESPONSIBLECHAR12Assigned to domainXUBNAMEUSER_COMP
STAT_PROFStatus Profile J_STSMACHAR8TJ20J_STSMA
POSSESSION_FROMDate From Which the Object Is Made Available for Use REBDPOSSDATEFROMDATS8RECADATE
POSSESSION_TODate Up to Which the Object Is Used REBDPOSSDATETODATS8RECADATE

Key field Non-key field



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

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

How to access SAP table BAPI_RE_CN_OFFER_DAT

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