BKK_ACCL_DC_REAT SAP (Account Closure: Texts on Rejection Reasons) Table details

Dictionary Type: Table
Description: Account Closure: Texts on Rejection Reasons




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




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

BKK_ACCL_DC_REAT is a standard SAP Table which is used to store Account Closure: Texts on Rejection Reasons data and is available within R/3 SAP systems depending on the version and release level.

The BKK_ACCL_DC_REAT table consists of various fields, each holding specific information or linking keys about Account Closure: Texts on Rejection Reasons data available in SAP. These include SPRAS (Language Key), DECLINE_KEY (Reason for Rejecting Release), DECLINE_TEXT (Account Closure: Rejection Reasons for Release (Texts)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table for: BKK_ACCL_DC_REAS


SAP BKK_ACCL_DC_REAT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
DECLINE_KEYReason for Rejecting Release BKK_DECLINE_KEYCHAR2BKK_ACCL_DC_REASCHAR2
DECLINE_TEXTAccount Closure: Rejection Reasons for Release (Texts) BKK_DECLINE_TEXTCHAR25BKK_DECLINE_TEXT

Key field Non-key field



How do I retrieve data from SAP table BKK_ACCL_DC_REAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on BKK_ACCL_DC_REAT to SELECT all data from the table
DATA: WA_BKK_ACCL_DC_REAT TYPE BKK_ACCL_DC_REAT.

SELECT SINGLE *
FROM BKK_ACCL_DC_REAT
INTO CORRESPONDING FIELDS OF WA_BKK_ACCL_DC_REAT
WHERE...

How to access SAP table BKK_ACCL_DC_REAT

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