BAPI_RE_NA_VALUE_INT SAP (Annual Value - Internal) Structure details

Dictionary Type: Structure
Description: Annual Value - Internal




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




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

BAPI_RE_NA_VALUE_INT 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 "Annual Value - Internal" 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_NA_VALUE_INT TYPE BAPI_RE_NA_VALUE_INT.

The BAPI_RE_NA_VALUE_INT table consists of various fields, each holding specific information or linking keys about Annual Value - Internal data available in SAP. These include OBJTYPE (Business Object Type of Object), OBJID (ID of Object), VALIDFROM (Assessed Value Valid From), VALIDTO (Assessed Value Valid To).. 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_NA_VALUE_INT 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
OBJNRObject Number RECAOBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJTYPEBusiness Object Type of Object RECABUSOBJTYPECHAR2Assigned to domainJ_OBART
OBJIDID of Object RECABUSOBJIDCHAR45CHAR45
VALIDFROMAssessed Value Valid From RELMNAVVALIDFROMDATS8RECADATEBEG
VALIDTOAssessed Value Valid To RELMNAVVALIDTODATS8REDATRECADATEEND
ASSESSDATEDate of Notice of Assessment RELMNAVALUEDATEDATS8RECADATE
ASSESSVALUEAssessed Value: Land RELMNAVALUECURR15(2) RECACURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TAXVAL1Basic Property Tax Amount RELMNATAXVAL1CURR15(2) RECACURR
TAXVAL2Assessed Value Based on Valuation Law (Germany) RELMNATAXVAL2CURR15(2) RECACURR
MEASVALUETotal Size of Area RELMNAMEASVALUEQUAN17(4) REBDMEASVALUE
MEASUNITMeasurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
NAPRTYPELand Type in Notice of Assessment RELMNAPRTYPECHAR4RELMNAPRTYPE
LOCATION1Assessed Value: Location Name RELMNALOCATION1CHAR60RELMNALOCATION1
LOCATION2Assessed Value: Location Name 2 RELMNALOCATION2CHAR60RELMNALOCATION1
SEARCHTERMAssessed Value: Custom Search Term RELMNASEARCHTERMCHAR35RELMNASEARCHTERM
MCLOCATION1Assessed Value: Location Name RELMNAMCLOCATION1CHAR60RELMNAMCLOCATION1
MCLOCATION2Assessed Value: Location Name RELMNAMCLOCATION2CHAR60RELMNAMCLOCATION1
MCSEARCHTERMAssessed Value: Custom Search Term RELMNALOCSEARCHTERMCHAR35RELMNALOCSEARCHTERM
NASTMNTTYPEDetermination Type in Notice of Assessment RELMNASTMNTTYPECHAR4RELMNASTMNTTYPE
NAOWNRELType of Possession in Notice of Assessment RELMNAOWNRELCHAR4RELMNAOWNREL
NAMETHODType of Method in Notice of Assessment RELMNAMETHODCHAR4RELMNAMETHOD
NAPRTYPEARLand Type for Assessment Rate RELMNAPRTYPEARCHAR4RELMNAPRTYPEAR
ZONEMEAS1Area of Zone 1 RELMNAZONEMEAS1QUAN17(4) REBDMEASVALUE
ZONEMEASUNIT1Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
ZONEVALUE1Value per Measurement Unit Zone 1 RELMNAZONEVALUE1CURR15(2) RECACURR
ZONEMEAS2Area of Zone 2 RELMNAZONEMEAS2QUAN17(4) REBDMEASVALUE
ZONEMEASUNIT2Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
ZONEVALUE2Value per Measurement Unit Zone 2 RELMNAZONEVALUE2CURR15(2) RECACURR
ZONEMEAS3Area of Zone 3 RELMNAZONEMEAS3QUAN17(4) REBDMEASVALUE
ZONEMEASUNIT3Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
ZONEVALUE3Value per Measurement Unit Zone 3 RELMNAZONEVALUE3CURR15(2) RECACURR
PROPERTYVAL1Land Value RELMNAPROPERTYVAL1CURR15(2) RECACURR
BUILDINGVAL1Building Value RELMNABUILDINGVAL1CURR15(2) RECACURR
GROUNDVALValue of Grounds Improvements RELMNAGROUNDVALCURR15(2) RECACURR
BASICVALStarting Value RELMNABASICVALCURR15(2) RECACURR
CALCPERCENTValue Used in Calculating Cost Approach to Appraisal RELMNACALCPERCENTDEC5(2) DEC3_2
PROPERTYVAL2Land Value Portion RELMNAPROPERTYVAL2CURR15(2) RECACURR
BUILDINGVAL2Building Value Portion RELMNABUILDINGVAL2CURR15(2) RECACURR
CALCVALUECalculated Assessed Value RELMNACALCVALUECURR15(2) RECACURR
CALCDIFFCalculated Difference RELMNACALCDIFFCURR15(2) RECACURR
DIFFERENCESpecified Difference RELMNADIFFERENCECURR15(2) RECACURR
MEAS1Area Used for Agriculture RELMNAMEAS1QUAN17(4) REBDMEASVALUE
MEASUNIT1Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEAS2Area Is Poorest Quality Land RELMNAMEAS2QUAN17(4) REBDMEASVALUE
MEASUNIT2Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEAS3Area Is Unusable Land RELMNAMEAS3QUAN17(4) REBDMEASVALUE
MEASUNIT3Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEAS4Area of Courtyard and Buildings RELMNAMEAS4QUAN17(4) REBDMEASVALUE
MEASUNIT4Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS
MEAS5Area Used for Forestry RELMNAMEAS5QUAN17(4) REBDMEASVALUE
MEASUNIT5Measurement Unit REBDMEASUNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table BAPI_RE_NA_VALUE_INT

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