BAPI1135 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

BAPI1135 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 "" 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_BAPI1135 TYPE BAPI1135.

The BAPI1135 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include HER_BU_RIG (Heritable building right indicator), BUILD_COND (General condition of building), CONSTYR (ConstYr), MODERN (Year of modernization).. 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 BAPI1135 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
BUILD_TYPEType of building RGEBARTNUMC2Assigned to domainSOBJART
HER_BU_RIGHeritable building right indicator JERBBAUCHAR1Assigned to domainSOBJERBBAU
BUILD_CONDGeneral condition of building RGEBZUSTNUMC2Assigned to domainVVRZUSTAND
CONSTYRConstYr VVYBAUJAHRDATS8DATUM
MODERNYear of modernization VVYMODERNDATS8DATUM
RECONSYear of reconstruction VVYAUFBAUDATS8DATUM
BEG_CONSTConstruction start date DBAUBEGIDATS8DDAT
BLD_V_1913Currency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
BLD_VALCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
AMT_V_UNITCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
BUILD_PERBuilding permit DBAUGENEDATS8DDAT
BUILDPERNNote on building permit XBAUGENECHAR30XMBEZ
READY_OCCReady for occupancy DBEZUGSFDATS8DDAT
COMPLETCompletion DFERTIGDATS8DDAT
FIN_INSPFinal Inspection DSCHLUSSDATS8DDAT
ATT_SPACEAttic space FDACHFLDEC8(2) DEC6_2
ROOF_CONDCondition of roof RDAZUSTNUMC2Assigned to domainVVRZUSTAND
FACADE_CONCondition of facade RFAZUSTNUMC2Assigned to domainVVRZUSTAND
CUBIC_VOLCubic Volume BUBRADEC11(3) DEC8_3
ARCH_CONSProtection of Historical Sites JDENKMALCHAR1JANE
BASEMENTSNumber of basements AUGESCHDEC2DEC2
OPTION_TYPOption rate calculation type RARTOPTNUMC1RARTOPT
PLAN_INQDate of planning inquiry DBAUVORDATS8DDAT
PRIOR_NOTDate of prior notice DVORBESDATS8DDAT
BUILAPPApplication for building permit DANTBAUDATS8DATUM
TEXTBuilding text XGETXTCHAR60XLBEZ
ASS_VALCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
ASS_YEARAssessed value base year NEINHEITWNUMC4GJAHRGJAHR
INS_VALCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
TYPINSVALType of insurance value RVERSWRTNUMC1RVERSWRT
LOC_CLASSLocation class SLAGKNUMC2Assigned to domainSLAGK
FACTORConversion factor for fractional share of property VVRFAKTNUMC6VVRFAKT
ONLY_YRIndicator: Only regard construction date in terms of years VVJNURJCHAR1JANE
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
TR_USE_CHRTransfer usage / charges VVDWIRTUBDATS8DATUM
SALESale date VVDVERKAUFDATS8DATUM
MUSAGTYPMain usage type VVSUNARTCHAR8Assigned to domainVVSUNART
STTLMPROFSettlement profile APROFCHAR6Assigned to domainALPHAAPROF
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PLAN_SALEPlanned sale VVDVRKPLANDATS8DATUM
USAGE_ENDEnd of usage VVDNUTZENDDATS8DATUM
FUND_FRMPublic funding from VVDFRDVONDATS8DATUM
FUND_TOPublic funding to VVDFRDBISDATS8DATUM
STORELEVNumber of highest floor reached by elevator VVNSTCKLFTNUMC3NUMC3
STOREYSNumber of floors VVBANZGEDEC4(1) DEC3_1
SUPBUILDBuilding no. of hierarchical superior building part VVRPGENRCHAR8Assigned to domainSGENRSGENR
ASS_SUB_BUIndicator: Asset allocation valid for subordin. building VVJANLHIECHAR1JANE
TOPSTOREYUppermost Floor of a Building VVSTCKBISNUMC3Assigned to domainVVSSTOCKW
ELEV_UPTOElevator to Floor in Building VVLIFTBISNUMC3Assigned to domainVVSSTOCKW
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_ENTSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
BUILDINGBuilding Number SGENRCHAR8Assigned to domainSGENRSGENRGEBMCGE
SAPIDInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO

Key field Non-key field



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

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

How to access SAP table BAPI1135

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