IBKK_DI_BKKNTC SAP (Direct Input Structure for BKKNTC and BKKVRS Table) Structure details

Dictionary Type: Structure
Description: Direct Input Structure for BKKNTC and BKKVRS Table




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




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

IBKK_DI_BKKNTC 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 "Direct Input Structure for BKKNTC and BKKVRS Table" 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_IBKK_DI_BKKNTC TYPE IBKK_DI_BKKNTC.

The IBKK_DI_BKKNTC table consists of various fields, each holding specific information or linking keys about Direct Input Structure for BKKNTC and BKKVRS Table data available in SAP. These include NTC_ERR1 (Pushbutton: With/Without Errors), NTC_ERR2 (Pushbutton: With/Without Errors), NTC_ERR3 (Pushbutton: With/Without Errors), NTCNO (Notice Number for Direct Input).. 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 IBKK_DI_BKKNTC 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
CHIND_NTCDirect Input: Type of Change (U, I, D) BKK_DICHGCHAR1BU_CHIND
NTC_ERR1Pushbutton: With/Without Errors BKK_BMFLGERRORCHAR1CHAR1
NTC_ERR2Pushbutton: With/Without Errors BKK_BMFLGERRORCHAR1CHAR1
NTC_ERR3Pushbutton: With/Without Errors BKK_BMFLGERRORCHAR1CHAR1
NTCNONotice Number for Direct Input BKK_DI_NOTICE_NUMBERCHAR10CHAR10
NTCTYPENotice Category BKK_NOTICE_TYPECHAR2BKK_NOTICE_TYPE
NTC_DATE_RECEIPTNotice Receipt Date for DI BKK_NOTICE_DATE_RECEIPT_DICHAR8
DISPO_PD_STARTWithdrawal Period Start for DI BKK_DISPO_PD_START_DICHAR8
DISPO_PD_ENDWithdrawal Period End BKK_DISPO_PD_END_DICHAR8
NTC_AMTNotice Amount BKK_NOTICE_AMOUNT_DICHAR19
NTC_STATUSNotice Status BKK_NOTICE_STATUSCHAR2BKK_NOTICE_STATUS
ACURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS
NTC_REAS_KEYNotice Reason (Key) BKK_NOTICE_REASON_KEYCHAR3BKK_NOTICE_REASON_KEY
NTC_RELEASE_STATUSNotice: Release Status BKK_NOTICE_RELEASEDCHAR1BKK_DUAL_CONTROL_KEY
VRSNOAvailable Balance Series Number for DI BKK_VRSNO_DICHAR10
CHIND_VRSDirect Input: Type of Change (U, I, D) BKK_DICHGCHAR1BU_CHIND
FREE_SALDOAllowance Balance for DI BKK_FA_AMNT_DICHAR19
FREE_ACURAccount Currency BKK_ACURCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table IBKK_DI_BKKNTC

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