BAPI_IBKK_ACCNT_MDATA SAP (Master Data Account: General) Structure details

Dictionary Type: Structure
Description: Master Data Account: General




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




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

BAPI_IBKK_ACCNT_MDATA 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 "Master Data Account: General" 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_ACCNT_MDATA TYPE BAPI_IBKK_ACCNT_MDATA.

The BAPI_IBKK_ACCNT_MDATA table consists of various fields, each holding specific information or linking keys about Master Data Account: General data available in SAP. These include SEARCHFIELD1 (Search term 1), SEARCHFIELD2 (Search term 1), CREATEUSER (User Who Created Current Account), ACCOUNTCREATETIMESTAMPISO (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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_ACCNT_MDATA 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
FLGACCOUNTDELETEDCentral Archiving Flag? BAPI_BKK_DTE_ACCNT_DELCHAR1XFELD
SEARCHFIELD1Search term 1 BAPI_BKK_DTE_SEARCHFIELDCHAR20CHAR20
SEARCHFIELD2Search term 1 BAPI_BKK_DTE_SEARCHFIELDCHAR20CHAR20
CREATEUSERUser Who Created Current Account BAPI_BKK_DTE_ERUSERCHAR12USNAM
ACCOUNTCREATETIMESTAMPISOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) BAPI_BKK_DTE_TIMESTAMPDEC15TZNTSTMPS
CREATETIMETIMEZONETime Zone BAPI_BKK_DTE_TIMEZONECHAR6Assigned to domainTZNZONE
CHANGEUSERLast changed by BAPI_BKK_DTE_AEUSERCHAR12USNAM
ACCOUNTCHANGETIMESTAMPISOUTC Time Stamp in Short Form (YYYYMMDDhhmmss) BAPI_BKK_DTE_TIMESTAMPDEC15TZNTSTMPS
CHANGETIMETIMEZONETime Zone BAPI_BKK_DTE_TIMEZONECHAR6Assigned to domainTZNZONE
ACCOUNTSTATUSAccount Status BAPI_BKK_DTE_ACCNTSTATUSCHAR1BKK_STATUS
DESCRACCOUNTSTATUSShort text for fixed values BAPI_BKK_DTE_VAL_TEXTCHAR60DDTEXT
ACCOUNTDELETEDATEDate Account Closed BAPI_BKK_DTE_DELETEDATEDATS8DATUM
ACCOUNTPRODUCTIVEDATEAccount Go-Live Date BAPI_BKK_DTE_PRODDATEDATS8DATUM
ACCOUNTBALANCEDATEDate of Balance Transfer BAPI_BKK_DTE_BALANCDATEDATS8DATUM
ADDITIONALACCOUNTSTATUSAccount Status Enhancement BAPI_BKK_DTE_ADD_ACCNTSTATUSCHAR4Assigned to domainBKK_STATAD
DESCRADDITIONALACCOUNTSTATAccount Status Enhancement BAPI_BKK_DTE_DES_ADD_ACNT_STATCHAR25TEXT25
ACCOUNTOFFERIndicator: Create Account as Offer BAPI_BKK_DTE_ACCNTOFFERCHAR1XFELD
FLAGNOCHECKDIGITCALCULATIONIndicator: No Check Digit Calculation BAPI_BKK_DTE_NO_CHECKDIGITCHAR1XFELD
ACCOUNTOPENDATEDate Account Opened BAPI_BKK_DTE_OPENDATEDATS8DATUM
CREATION_DATEDate Account Opened BAPI_BKK_DTE_OPENDATEDATS8DATUM
CHANGE_DATEDate Account Opened BAPI_BKK_DTE_OPENDATEDATS8DATUM
PLANNEDCLDATEPlanned Account Closure Date BAPI_BKK_DTE_CLS_PL_DTDATS8BKK_CLS_PLAN_DT
CLOSUREREASONReason Key BAPI_BKK_DTE_REASON_KEYCHAR2Assigned to domainBKK_REASON_KEY
CLSREACLASSReason Class BAPI_BKK_DTE_REASON_CLASSCHAR2Assigned to domainBKK_REASON_CLASS
PRENOTCLOSUREPrenotification for Account Closure BAPI_BKK_DTE_CLS_PRENOTCHAR1XFELD
PRENOTDAYSNo. of Days for Acct Closure Prenotification Correspondence BAPI_BKK_DTE_CLS_PRENOT_DAYSDEC3BKK_CLS_PRENOT_DAYS
PRENOTPRINTEDClosure Prenotification Correspondence Generated Successfull BAPI_BKK_DTE_CLS_PRENOT_PRINTDCHAR1XFELD
CLOSURECORRAccount Closure Correspondence BAPI_BKK_DTE_CLS_CORRCHAR1XFELD
REACNDATEReactivation Date BAPI_BKK_DTE_REACTIVATION_DATEDATS8BKK_REACTIVATION_DATE
REACNREASONReason Key BAPI_BKK_DTE_REASON_KEYCHAR2Assigned to domainBKK_REASON_KEY
REACNREACLASSReason Class BAPI_BKK_DTE_REASON_CLASSCHAR2Assigned to domainBKK_REASON_CLASS
ROOTACNUMINTInternal Account Number for Current Account BAPI_BKK_DTE_ACCNT_INTCHAR10Assigned to domainALPHABKK_ACCNTACI

Key field Non-key field



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

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

How to access SAP table BAPI_IBKK_ACCNT_MDATA

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