TBKK03A SAP (Parameters for Modulo Methods of Check Digit Calculation) Table details

Dictionary Type: Table
Description: Parameters for Modulo Methods of Check Digit Calculation




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




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

TBKK03A is a standard SAP Table which is used to store Parameters for Modulo Methods of Check Digit Calculation data and is available within R/3 SAP systems depending on the version and release level.

The TBKK03A table consists of various fields, each holding specific information or linking keys about Parameters for Modulo Methods of Check Digit Calculation data available in SAP. These include MODULO (Modulus for Check Digit Calculation Method), WEIGHT1 (Weighting Factor 1), WEIGHT2 (Weighting Factor 2), WEIGHT3 (Weighting Factor 3).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TBKK03A 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
PARAMNOParameter Number for Check Digit Calculation Method BKK_PARANOCHAR4ALPHABKK_PARANO
MODULOModulus for Check Digit Calculation Method BKK_MODULOINT13BKK_MODULO
WEIGHT1Weighting Factor 1 BKK_WGHT01INT13BKK_WEIGHT
WEIGHT2Weighting Factor 2 BKK_WGHT02INT13BKK_WEIGHT
WEIGHT3Weighting Factor 3 BKK_WGHT03INT13BKK_WEIGHT
WEIGHT4Weighting Factor 4 BKK_WGHT04INT13BKK_WEIGHT
WEIGHT5Weighting Factor 5 BKK_WGHT05INT13BKK_WEIGHT
WEIGHT6Weighting Factor 6 BKK_WGHT06INT13BKK_WEIGHT
WEIGHT7Weighting Factor 7 BKK_WGHT07INT13BKK_WEIGHT
WEIGHT8Weighting Factor 8 BKK_WGHT08INT13BKK_WEIGHT
WEIGHT9Weighting Factor 9 BKK_WGHT09INT13BKK_WEIGHT
WEIGHT10Weighting Factor 10 BKK_WGHT10INT13BKK_WEIGHT
WEIGHT11Weighting Factor 11 BKK_WGHT11INT13BKK_WEIGHT
WEIGHT12Weighting Factor 12 BKK_WGHT12INT13BKK_WEIGHT
FLGMULMultiplication Indicator for Check Digit Calculation Method BKK_FLGMULCHAR1BKK_FLGMUL
FLGADDSummation Indicator for Check Digit Calculation Method BKK_FLGSUMCHAR1BKK_FLGSUM
XCOMPLEIndicator: Complment Formation BKK_XCOMPLCHAR1X
COMPLEValue for Complement Creation BKK_COMPLEINT13BKK_COMPLE
FLGVAL0Indicator for Exceptional Treatment of Number 0 BKK_FLGDG0CHAR1BKK_FLGDIG
VALUE0Replacement Value for Digit 0 BKK_VALUE0NUMC1NUM1
FLGVAL1Indicator for Exceptional Treatment of Number 1 BKK_FLGDG1CHAR1BKK_FLGDIG
VALUE1Replacement Value for Digit 1 BKK_VALUE1NUMC1NUM1
CHKDGNUMCheck Digit Place BKK_CHKDIGNUMC2BKK_CHKDIG
EXCEPTNOException Number for Check Digit Calculation Methods BKK_EXCEPTCHAR4ALPHABKK_PARANO

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKK03A
INTO CORRESPONDING FIELDS OF WA_TBKK03A
WHERE...

How to access SAP table TBKK03A

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