BAPI1102 SAP () Structure details

Dictionary Type: Structure
Description:




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




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

BAPI1102 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_BAPI1102 TYPE BAPI1102.

The BAPI1102 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include LNDREGNO (Land register number), USAGE_LMAP (Usage Type of Property According to Land Use Map), MARKET_VAL (Currency amount in BAPI interfaces), PURC_PRICE (Currency amount in BAPI interfaces).. 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 BAPI1102 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
TEXTText for property XGRTXTCHAR60XLBEZ
LNDREGNOLand register number SGRUNDBNUMC8Assigned to domainSGRUNDBGBS
USAGE_LMAPUsage Type of Property According to Land Use Map RGRNARTCHAR2CHAR2
MARKET_VALCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
PURC_PRICECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
LNDREF_VALCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
LAND_VALUECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
LND_VAL_DTDate of land value DBDNWERTDATS8DDAT
DEVEL_PLANDevelopment plan RBEPLANCHAR30XMBEZ
DTE_DEV_PLDate of development plan DBEPLANDATS8DDAT
CURRUSACurrent usage of property XNUTZGRUCHAR30XMBEZ
AMTFLRSPCPermitted Usage: Site Occupancy Index NZGRZDEC3(2) DEC1_2
AMTSTORARPermitted Usage: Floor Area Ratio NZGFZDEC4(2) DEC2_2
CNSTDIMPERPermitted Usage: Construction Dimension Number NZBMZDEC5(2) DEC3_2
AMFLRSPActual Usage: Site Occupancy Index NTGRZDEC3(2) DEC1_2
AMSTOARActual Usage: Floor Area Ratio NTGFZDEC4(2) DEC2_2
CNSTDIMACTActual Usage: Construction Dimension Number NTBMZDEC5(2) DEC3_2
OPTION_TYPOption rate calculation type RARTOPTNUMC1RARTOPT
USAGDPLANUsage type according to development plan RNBPLANCHAR4RGRNART
FACTORConversion factor for fractional share of property VVRFAKTNUMC6VVRFAKT
PROPTYPEProperty type VVSGRARTNUMC4Assigned to domainVVSGRART
LOCQUALProperty: Quality of location VVSGRQALNUMC3Assigned to domainVVSGRQAL
GRNDTYPProperty ground type VVSGRFRMNUMC3Assigned to domainVVSGRFRM
OVERCONDOverall condition of property VVSGRGZSNUMC3Assigned to domainVVSGRGZS
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
TR_USE_CHRTransfer usage / charges VVDWIRTUBDATS8DATUM
SALESale date VVDVERKAUFDATS8DATUM
MUSAGTYPMain usage type VVSUNARTCHAR8Assigned to domainVVSUNART
PUSAGIndicator: Predominant usage type ' '-ANLKL, 'X'-TIV36 VVJUNUTZACHAR1JANE
SETTPRCTSettlement profile for costs VVAPROFCHAR6Assigned to domainALPHAAPROF
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PLAN_SALEPlanned sale VVDVRKPLANDATS8DATUM
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
AUTHGROUPAuthorization group VVBERGRPCHAR40VVBERGRP
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_ENTSite Number SWENRCHAR8Assigned to domainSWENRSWENRWEHMCWE
PROPERTYProperty Number for BE SGRNRCHAR8Assigned to domainSGRNRSGRNRGRSMCGR
SAPIDInternal Real Estate Master Data Code VVINTRENOCHAR13VVINTRENO

Key field Non-key field



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

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

How to access SAP table BAPI1102

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