BAPI_IBKK_ACCNT_OP_MDATAIN SAP (Account Operative Data) Structure details

Dictionary Type: Structure
Description: Account Operative Data




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




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

BAPI_IBKK_ACCNT_OP_MDATAIN 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 Operative Data" 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_OP_MDATAIN TYPE BAPI_IBKK_ACCNT_OP_MDATAIN.

The BAPI_IBKK_ACCNT_OP_MDATAIN table consists of various fields, each holding specific information or linking keys about Account Operative Data data available in SAP. These include AUTHORITYGROUP (Authorization Group), GENERALLEDGERGROUP (General Ledger Group), GENERALLEDGERKEY (Netting Group GL), ACCOUNTTEXT (Account Description for Current Account).. 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_OP_MDATAIN 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
CONDITIONAREACondition Area BAPI_BKK_DTE_COND_AREACHAR4Assigned to domainBKK_CONDARCOR
AUTHORITYGROUPAuthorization Group BAPI_BKK_DTE_AUTHORITY_GROUPCHAR4BEGRU
GENERALLEDGERGROUPGeneral Ledger Group BAPI_BKK_DTE_GEN_LEDGERCHAR4Assigned to domainBKK_GLGRP
GENERALLEDGERKEYNetting Group GL BAPI_BKK_DTE_GEN_LEDGER_KEYCHAR4CHAR4
ACCOUNTTEXTAccount Description for Current Account BAPI_BKK_DTE_ACCNT_TEXTCHAR60TEXT60
CURRENCYCurrency Key BAPI_BKK_DTE_WAERSCUKY5Assigned to domainWAERSFWS
CURRENCYISOISO currency code BAPI_BKK_DTE_ISOCDCHAR3ISOCD
CONDITIONGROUPINTERESTCondition Group: Interest BAPI_BKK_DTE_CONDGRPINTERESTCHAR4Assigned to domainBKK_KONGR
CONDITIONGROUPCHARGESCondition Group: Charges BAPI_BKK_DTE_CONDGRP_CHARGESCHAR4Assigned to domainBKK_KONGR
CONDITIONGROUPVALUEDATESCondition Group: Value Dates BAPI_BKK_DTE_CONDGRPVALUEDATECHAR4Assigned to domainBKK_KONGR
CALENDAR1Public Holiday Calendar Key 1 BAPI_BKK_DTE_CAL1CHAR2Assigned to domainWFCID
CALENDAR2Public Holiday Calendar Key 2 BAPI_BKK_DTE_CAL2CHAR2Assigned to domainWFCID
SHAREIDIndicator: Individual, AND or OR Account BAPI_BKK_DTE_SHARE_IDCHAR1BKK_SHARE
THIRDPARTYBENEFITIndicator: To the Benefit of a Third Party BAPI_BKK_DTE_THIRDPARTY_BENEFCHAR1XFELD
SECURITYIDCollateral ID BAPI_BKK_DTE_SECUR_IDCHAR20CHAR20
INTERESTINCOMETAXRELEVANTIndicator: Capital Yield Tax BAPI_BKK_DTE_INT_INCOMETAX_RELCHAR2BKK_XWHTAX
FLGCOLLECTIONAUTHAGREEMENTIndicator: Check for Collection Authority Agreement BAPI_BKK_DTE_XCOLLECTAUTHAGREECHAR1XFELD
FLGVALUEDATESPECIFICATIONIndicator: Value Date Specification Allowed BAPI_BKK_DTE_XVALUEDATE_SPECCHAR1XFELD
FLGDEBITBLOCKIndicator: Debit Lock BAPI_BKK_DTE_XDEBIT_BLOCKCHAR1XFELD
FLGCREDITBLOCKIndicator: Credit Lock BAPI_BKK_DTE_XCREDITLOCKCHAR1XFELD
FLGPOSTFEESEPARATELYPost Charges Individually BAPI_BKK_DTE_XPOSTFEESEPCHAR1XFELD
BUSINESSAREABusiness Area BAPI_BKK_DTE_BUSINESSAREACHAR4Assigned to domainGSBERGSB
MINIMUMDEPOSITMinimum Deposit Amount BAPI_BKK_DTE_MINDEPOSITDEC28(9) BAPICUREXT
INTERESTPENALTYPOSTMETHODMethod of Interest Penalty Posting BAPI_BKK_DTE_INTERESTPENALMETHCHAR1BKK_AIMETH
INTERESTPENALTYDEBITTYPEType of Interest Penalty Debit BAPI_BKK_DTE_INTERESPENALDEBITCHAR1BKK_AIPOST
GENERALDISPATCHTYPEDispatch Type of Bank Statement BAPI_BKK_DTE_DISPATCH_TYPENUMC2NUMC2
FIXINGSTANDARDCONDITIONFixing of Standard Conditions BAPI_BKK_DTE_FIXINGSTANDCONDCHAR1CHAR1
BANKL_ACCTBank Key BAPI_BKK_DTE_BANKKEYCHAR15BANKK

Key field Non-key field



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

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

How to access SAP table BAPI_IBKK_ACCNT_OP_MDATAIN

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