IDKR_BUPLA_ADRESSE SAP (This is the business place address) Structure details

Dictionary Type: Structure
Description: This is the business place address




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




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

IDKR_BUPLA_ADRESSE 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 "This is the business place address" 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_IDKR_BUPLA_ADRESSE TYPE IDKR_BUPLA_ADRESSE.

The IDKR_BUPLA_ADRESSE table consists of various fields, each holding specific information or linking keys about This is the business place address data available in SAP. These include NAME1 (Name 1), STREET (House number and street), HOUSE_NUM1 (First telephone number), POST_CODE1 (Postal Code).. 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 IDKR_BUPLA_ADRESSE 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
BRANCHBusiness Place J_1BBRANC_CHAR4Assigned to domainJ_1BBRANCH
NAME1Name 1 NAME1_GPCHAR35NAME
STREETHouse number and street STRAS_GPCHAR35TEXT35
HOUSE_NUM1First telephone number TELF1CHAR16TEXT16
POST_CODE1Postal Code PSTLZCHAR10PSTLZ
CITY1City ORT01_GPCHAR35TEXT35
CITY2District ORT02_GPCHAR35TEXT35
KR_BUSTYPEThis is the business type for the korea report BUSTYP_KCHAR16
KR_INDTYPEThis is the industry type for the korea report INDTYPE_KCHAR16
KR_REPRESName of Representative REPRESCHAR10REPRES
STCD1Tax Number 1 STCD1CHAR16STCD1
STCD2Tax Number 2 STCD2CHAR11STCD2

Key field Non-key field



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

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

How to access SAP table IDKR_BUPLA_ADRESSE

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