BAPI_IBKK_TOTAL_COMMITMENT SAP (Total Commitment Business Partner in BCA) Structure details

Dictionary Type: Structure
Description: Total Commitment Business Partner in BCA




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




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

BAPI_IBKK_TOTAL_COMMITMENT 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 "Total Commitment Business Partner in BCA" 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_TOTAL_COMMITMENT TYPE BAPI_IBKK_TOTAL_COMMITMENT.

The BAPI_IBKK_TOTAL_COMMITMENT table consists of various fields, each holding specific information or linking keys about Total Commitment Business Partner in BCA data available in SAP. These include ROLECATEGORY (Business Partner Role Category), INTERNALID (Internal Account Identification), EXTERNALID (External Account Identification), PRODUCT_DESCRIPTION (Product Description).. 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_TOTAL_COMMITMENT 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
IDNUMIdentification Number for Business Partner BAPIBP_IDNUMCHAR60BPIDNUM
ROLECATEGORYBusiness Partner Role Category BAPI_BKK_DTE_BUPA_RLTYPCHAR6Assigned to domainBU_RLTYP
INTERNALIDInternal Account Identification BAPI_BKK_DTE_ACC_ID_CHARCHAR32SYSUUID_C
EXTERNALIDExternal Account Identification BAPI_BKK_DTE_ACC_KEY_EXTCHAR70TEXT70
PRODUCT_DESCRIPTIONProduct Description BAPI_BKK_DTE_PROODUCT_DESCRIPCHAR35TEXT35
START_OF_TERMTerm Start Date BAPI_BKK_DTE_ACC_START_OF_TERMDATS8
TERMINATION_DATEReplacement for Unknown Field Ext. Appl. in Total Commitment BAPI_BKK_DTE_TC_DUMMY_DATS8DATS8DATS
END_OF_TERMTerm End Date BAPI_BKK_DTE_TC_END_OF_TERMDATS8DATS
CONTRACT_AMOUNTAccount Balance BAPI_BKK_DTE_TC_ACC_BALANCEDEC28(9) BAPICUREXT
CONTRACT_CURRENCYAccount Currency BAPI_BKK_DTE_ACCNT_CURRENCYCUKY5Assigned to domainWAERS
CONTRACT_CURRENCY_ISOISO Currency Code BAPI_BKK_DTE_TC_CURR_ISOCHAR3ISOCD
S_COLL_AVAILABLEReplacement for Unknown Field Ext. Appl. in Total Commitment BAPI_BKK_DTE_TC_DUMMY_CHAR1CHAR1BOOLE
3RD_PARTYReplacement for Unknown Field Ext. Appl. in Total Commitment BAPI_BKK_DTE_TC_DUMMY_CHAR1CHAR1BOOLE
ASSET_LIABILITYReplacement for Unknown Field Ext. Appl. in Total Commitment BAPI_BKK_DTE_TC_DUMMY_CHAR1CHAR1BOOLE
ACCOUNT_BALANCEBalance BAPI_BKK_DTE_BALANCEDEC28(9) BAPICUREXT
ACCOUNT_CURRENCYAccount Currency BAPI_BKK_DTE_ACCNT_CURRENCYCUKY5Assigned to domainWAERS
ACCOUNT_CURRENCY_ISOISO Currency Code BAPI_BKK_DTE_TC_CURR_ISOCHAR3ISOCD
LIMIT_EXTERNALExternal Account Limit BAPI_BKK_DTE_TC_LIMIT_EXTERNDEC28(9) BAPICUREXT
LIMIT_INTERNALInternal Account Limit BAPI_BKK_DTE_TC_LIMIT_INTERNDEC28(9) BAPICUREXT
LIMIT_CARDReplacement for Unknown Field Ext. Appl. in Total Commitment BAPI_BKK_DTE_TC_DUMMY_DEC28DEC28(9) BAPICUREXT
LIMIT_CURRENCYCurrency BAPI_BKK_DTE_CURRENCYCUKY5Assigned to domainWAERS
LIMIT_CURRENCY_ISOISO Currency Code BAPI_BKK_DTE_TC_CURR_ISOCHAR3ISOCD
BLOCKEDReplacement for Unknown Field Ext. Appl. in Total Commitment BAPI_BKK_DTE_TC_DUMMY_CHAR1CHAR1BOOLE
STATUSAccount Status BAPI_BKK_DTE_TC_STATUSCHAR20TEXT20
CAT_KEYProduct Category BAPI_BKK_DTE_TC_CAT_KEYCHAR10
CAT_DESCRDescription of Product Category BAPI_BKK_DTE_TC_CAT_DESCRCHAR40
TYPE_KEYProduct Type BAPI_BKK_DTE_TC_TYPE_KEYCHAR10
CONTRACT_DESCRContract Purpose BAPI_BKK_DTE_TC_CONTRACT_DESCRCHAR70

Key field Non-key field



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

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

How to access SAP table BAPI_IBKK_TOTAL_COMMITMENT

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