BAPI1136 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

BAPI1136 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_BAPI1136 TYPE BAPI1136.

The BAPI1136 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include MAINTDIST (Maintenance district), TRANSCONN (Transport Connections of Business Entity), BETEXT (Business entity identification), LOCATION (Business entity location number).. 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 BAPI1136 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
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
MAINTDISTMaintenance district SINSTBEZNUMC5Assigned to domainSINSTBEZ
TRANSCONNTransport Connections of Business Entity SVERKEHRCHAR1Assigned to domainSVERKEHR
BETEXTBusiness entity identification XWETEXTCHAR30XMBEZ
LOCATIONBusiness entity location number SLAGEWENUMC4Assigned to domainSLAGEWE
DISTRICTIndicator - District of Object SOBJLAGENUMC2Assigned to domainRESOBJLAGE
REPLSTRNTSRepresentative list of rents assignment SMIETSPCHAR6Assigned to domainSMIETSP
OPTION_TYPOption rate calculation type RARTOPTNUMC1RARTOPT
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
UNITArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
VOL_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
VOL_UNITUnit for cubic volume REINSUNIT3Assigned to domainCUNITMEINS
NORGEPRInternal number range for property NUMKIGRNUMC8NUMKIGR
NORGEBUBuilding internal number range NUMKIGENUMC8NUMKIGE
RNT_UN_NOInternal number range for rental unit NUMKIMECHAR8Assigned to domainSMENRSMENR
TENAN_LAWTenancy law SMIETRCHAR5Assigned to domainSMIETR
PRED_OCPredefined operating costs settlement variant VORBKCHAR4Assigned to domainABRVAR
PRED_HEPredefined heating expenses settlement variant VORHKCHAR4Assigned to domainABRVAR
ACTPRTFDate active in portfolio DAKTBESTDATS8DATUM
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
UNITLENGTH_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
UNITLENGTHUnit of length VVLENUNIT3Assigned to domainCUNITMEINS
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
FACTOR_1Conversion factor for fractional share of property VVRFAKTNUMC6VVRFAKT
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
REG_LOCRegional location VVSSTDORTCHAR10Assigned to domainVVSSTDORT
SETTPRCTSettlement profile for costs VVAPROFCHAR6Assigned to domainALPHAAPROF
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PLANPROFPlanning profile for Real Estate objects VVPROFILCHAR7Assigned to domainVVPROFIL
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
AUTHGROUPAuthorization group VVBERGRPCHAR40VVBERGRP
NO_AUTOMNo automatic creation of functional location allowed VVXNOTPLCHAR1XFELD
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_ENTSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
SAPIDInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO

Key field Non-key field



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

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

How to access SAP table BAPI1136

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