IBKK_STAT_ADRESS_INTINT SAP (Account Balancing: Internal Address) Structure details

Dictionary Type: Structure
Description: Account Balancing: Internal Address




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




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

IBKK_STAT_ADRESS_INTINT 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 "Account Balancing: Internal 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_IBKK_STAT_ADRESS_INTINT TYPE IBKK_STAT_ADRESS_INTINT.

The IBKK_STAT_ADRESS_INTINT table consists of various fields, each holding specific information or linking keys about Account Balancing: Internal Address data available in SAP. These include BUSINESSPARTNERCATEGORY (Category of Business Partner), TITLEKEY (Form-of-Address Key), DESCRTITLEKEY (Form of address text), LASTNAME (Last name of business partner (person)).. 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 IBKK_STAT_ADRESS_INTINT 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
BUSINESSPARTNERNUMBERBusiness Partner Number BKK_BUSPARTNER_NOCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BUSINESSPARTNERCATEGORYCategory of Business Partner BKK_BUSPARTNER_CATCHAR1BU_TYPEBPY
TITLEKEYForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
DESCRTITLEKEYForm of address text AD_TITLE_TCHAR20TEXT20
LASTNAMELast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
FIRSTNAMEFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
ACADEMICTITLEAcademic Title: Key AD_TITLE1CHAR4Assigned to domainAD_TITLE1AD_TITLE1
DESCRACADEMICTITLEAcademic Title BKK_DESCR_ACA_TITLECHAR20TEXT20
SECACADEMICTITLESecond Academic Title BKK_SEC_ACA_TITLECHAR4Assigned to domainAD_TITLE1
DESCRSECACADEMICTITLESecond Academic Title BKK_DES_SEC_ACA_TITLECHAR20TEXT20
NAMESUPPLEMENTKEYName Prefix BKK_NAME_SUPP_KEYCHAR4Assigned to domainAD_TITLES
DESCRNAMESUPPLEMENTName Prefix BKK_DES_NAME_SUPPCHAR20TEXT20
NAMEPREFIXKEYName Prefix (Key) AD_PREFIXCHAR4Assigned to domainAD_PREFIX
DESCRNAMEPREFIXName Prefix BKK_DES_NAME_PREFIXCHAR20TEXT20
SEXNAMEPREFIXKEYSecond Name Prefix BKK_SEX_NAME_PRE_KEYCHAR4Assigned to domainAD_PREFIX
DESCRSECONDNAMEPREFIXName Prefix BKK_DES_SEC_NAME_PRECHAR20TEXT20
FORMATEDNAMEFull Name BU_NAME1TXCHAR80TEXT80
PARTNERISMALESelection: Business partner is male BU_XSEXMCHAR1XFELD
PARTNERISFEMALESelection: Business partner is female BU_XSEXFCHAR1XFELD
ACCOUNTMAINETANCEOFFICERAccount Maintenance Officer BKK_XLEADERCHAR1X
CONTACTPERSONContact Person BKK_XCONTACTCHAR1X
TELEPHONNUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
TELEPHONEXTENSFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
FAXNUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAXEXTENSFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
PERSONNELNUMBERPersonnel Number BU_PERNONUMC8PERSONID
SMTPADDRESSE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

How to access SAP table IBKK_STAT_ADRESS_INTINT

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