T5W5A SAP (Bank check digit verification table for South Africa) Table details

Dictionary Type: Table
Description: Bank check digit verification table for South Africa




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




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

T5W5A is a standard SAP Table which is used to store Bank check digit verification table for South Africa data and is available within R/3 SAP systems depending on the version and release level.

The T5W5A table consists of various fields, each holding specific information or linking keys about Bank check digit verification table for South Africa data available in SAP. These include BANKS (Bank country key), BANKL (Bank number), BKONT (Bank Control Key), A_IND (Account Indicator ZA CDV Routine).. 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: Cannot Be Enhanced


SAP T5W5A 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 MANDTCLNT3T000MANDT
BANKSBank country key BANKSCHAR3T005LAND1BKL
BANKLBank number BANKLCHAR15BANKLBLZ
BKONTBank Control Key BKOZACHAR2T5WABKONT
A_INDAccount Indicator ZA CDV Routine P16_A_INDCHAR1P16_A_IND
FUDGEFudge Factor P16_FUDGENUMC2P16_FUDGE
MODULModulus ZA CDV Routine P16_MODULNUMC2P16_MODUL
XCODEException Code P16_XCODECHAR2P16_XCODE
SCODEStream Code CDV ZA P16_SCODENUMC2P16_SCODE
WT_11CDV Weighting Digit 11 P16_WT11NUMC2P16_WT
WT_10CDV Weighting Digit 10 P16_WT10NUMC2P16_WT
WT_9CDV Weighting Digit 9 P16_WT9NUMC2P16_WT
WT_8CDV Weighting Digit 8 P16_WT8NUMC2P16_WT
WT_7CDV Weighting Digit 7 P16_WT7NUMC2P16_WT
WT_6CDV Weighting Digit 6 P16_WT6NUMC2P16_WT
WT_5CDV Weighting Digit 5 P16_WT5NUMC2P16_WT
WT_4CDV Weighting Digit 4 P16_WT4NUMC2P16_WT
WT_3CDV Weighting Digit 3 P16_WT3NUMC2P16_WT
WT_2CDV Weighting Digit 2 P16_WT2NUMC2P16_WT
WT_1CDV Weighting Digit 1 P16_WT1NUMC2P16_WT
D_INDDeletion Indicator P16_D_INDCHAR2P16_DEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5W5A
INTO CORRESPONDING FIELDS OF WA_T5W5A
WHERE...

How to access SAP table T5W5A

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