BKK_MAX_NTC_AMT SAP (For The Calculation of Maximum Available Notice Amount) Structure details

Dictionary Type: Structure
Description: For The Calculation of Maximum Available Notice Amount




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




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

BKK_MAX_NTC_AMT 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 "For The Calculation of Maximum Available Notice Amount" 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_BKK_MAX_NTC_AMT TYPE BKK_MAX_NTC_AMT.

The BKK_MAX_NTC_AMT table consists of various fields, each holding specific information or linking keys about For The Calculation of Maximum Available Notice Amount data available in SAP. These include LIM_EXT (Limit Amount), NTC_SUM_BLITEMS (Deposit Total Relevant to Notice Period Lock), SUM_PA_TA (Notice Amount), MIN_DEPOSIT (Minimum Deposit Amount).. 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: Can be enhanced (character-type or numeric)


SAP BKK_MAX_NTC_AMT 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
BALANCEAccount balance BKK_PBALCURR23(2) BKK_TOAMT
LIM_EXTLimit Amount BKK_LIMSUMCURR17(2) TFM_WRTV9
NTC_SUM_BLITEMSDeposit Total Relevant to Notice Period Lock BKK_NTC_SUM_BLITEMSCURR17(2) BKK_ITAMT
SUM_PA_TANotice Amount BKK_NOTICE_AMOUNTCURR17(2) BKK_ITAMT
MIN_DEPOSITMinimum Deposit Amount BKK_MINDEPOSITCURR17(2) BKK_ITAMT
PLANSUM_CInclude Forward Orders (Credit) BKK_PLANSUM_CCURR17(2) BKK_ITAMT
PLANSUM_DInclude Forward Orders (Debit) BKK_PLANSUM_DCURR17(2) BKK_ITAMT
MAX_NTC_AMTNotice Amount BKK_NOTICE_AMOUNTCURR17(2) BKK_ITAMT
BAL_ACURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table BKK_MAX_NTC_AMT

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