BAPI_IBKK_STAT_ADRESS_INT SAP (Bank Statement: Bank Internal Addresses) Structure details

Dictionary Type: Structure
Description: Bank Statement: Bank Internal Addresses




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




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

BAPI_IBKK_STAT_ADRESS_INT 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 "Bank Statement: Bank Internal Addresses" 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_BAPI_IBKK_STAT_ADRESS_INT TYPE BAPI_IBKK_STAT_ADRESS_INT.

The BAPI_IBKK_STAT_ADRESS_INT table consists of various fields, each holding specific information or linking keys about Bank Statement: Bank Internal Addresses 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 BAPI_IBKK_STAT_ADRESS_INT 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 BAPI_BKK_DTE_BUSPARTNER_NOCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BUSINESSPARTNERCATEGORYCategory of Business Partner BAPI_BKK_DTE_BUSPARTNER_CATCHAR1BU_TYPEBPY
TITLEKEYForm-of-Address Key BAPI_BKK_DTE_TITLE_KEYCHAR4Assigned to domainAD_TITLE
DESCRTITLEKEYForm of address text BAPI_BKK_DTE_DESCR_TITLE_KEYCHAR20TEXT20
LASTNAMELast name of business partner (person) BAPI_BKK_DTE_LAST_NAMECHAR40BU_NAME
FIRSTNAMEFirst name of business partner (person) BAPI_BKK_DTE_FIRST_NAMECHAR40BU_NAME
ACADEMICTITLEAcademic Title BAPI_BKK_DTE_ACADEMIC_TITLECHAR4Assigned to domainAD_TITLE1
DESCRACADEMICTITLEAcademic Title BAPI_BKK_DTE_DESCR_ACA_TITLECHAR20TEXT20
SECACADEMICTITLESecond Academic Title BAPI_BKK_DTE_SEC_ACA_TITLECHAR4Assigned to domainAD_TITLE1
DESCRSECACADEMICTITLESecond Academic Title BAPI_BKK_DTE_DES_SEC_ACA_TITLECHAR20TEXT20
NAMESUPPLEMENTKEYName Prefix BAPI_BKK_DTE_NAME_SUPP_KEYCHAR4Assigned to domainAD_TITLES
DESCRNAMESUPPLEMENTName Prefix BAPI_BKK_DTE_DES_NAME_SUPPCHAR20TEXT20
NAMEPREFIXKEYName Prefix BAPI_BKK_DTE_NAME_PREFIX_KEYCHAR4Assigned to domainAD_PREFIX
DESCRNAMEPREFIXName Prefix BAPI_BKK_DTE_DES_NAME_PREFIXCHAR20TEXT20
SEXNAMEPREFIXKEYSecond Name Prefix BAPI_BKK_DTE_SEX_NAME_PRE_KEYCHAR4Assigned to domainAD_PREFIX
DESCRSECONDNAMEPREFIXName Prefix BAPI_BKK_DTE_DES_SEC_NAME_PRECHAR20TEXT20
FORMATEDNAMEFull Name BAPI_BKK_DTE_FORMATED_NAMECHAR80TEXT80
PARTNERISMALESelection: Business partner is male BAPI_BKK_DTE_PART_IS_MALECHAR1XFELD
PARTNERISFEMALESelection: Business partner is female BAPI_BKK_DTE_PART_IS_FEMALECHAR1XFELD
ACCOUNTMAINETANCEOFFICERAccount Maintenance Officer BAPI_BKK_DTE_XLEADERCHAR1X
CONTACTPERSONContact Person BAPI_BKK_DTE_XCONTACTCHAR1X
TELEPHONNUMBERFirst telephone no.: dialling code+number BAPI_BKK_DTE_TELEPHON_NUMBERCHAR30CHAR30
TELEPHONEXTENSFirst Telephone No.: Extension BAPI_BKK_DTE_TELEPHON_EXTENSCHAR10CHAR10
FAXNUMBERFirst fax no.: dialling code+number BAPI_BKK_DTE_FAX_NUMBERCHAR30CHAR30
FAXEXTENSFirst fax no.: extension BAPI_BKK_DTE_FAX_EXTENSCHAR10CHAR10
PERSONNELNUMBERPersonnel Number BAPI_BKK_DTE_PERSONNEL_NUMBERNUMC8NUMC8
SMTPADDRESSE-Mail Address BAPI_BKK_DTE_SMTP_ADDRESSCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

How to access SAP table BAPI_IBKK_STAT_ADRESS_INT

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