PTDB_BKAN SAP (Data Record ANMEL:De/Registrations / Amendments Master Data) Structure details

Dictionary Type: Structure
Description: Data Record ANMEL:De/Registrations / Amendments Master Data




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




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

PTDB_BKAN 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 "Data Record ANMEL:De/Registrations / Amendments Master Data" 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_PTDB_BKAN TYPE PTDB_BKAN.

The PTDB_BKAN table consists of various fields, each holding specific information or linking keys about Data Record ANMEL:De/Registrations / Amendments Master Data data available in SAP. These include SKPNR (Personnel Number for Notifications in SFP), MSCHL (Notification Key for Data Record ANMEL), BEGDA (Start of Notification Period), ENDDA (End of Notification Period).. 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: Cannot Be Enhanced


SAP PTDB_BKAN 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
ZVKANEmployee Number at a Construction Social Insurance Fund P01B_BKANRNUMC13NUM13
SKPNRPersonnel Number for Notifications in SFP P01B_BKPNRCHAR13CHAR13
MSCHLNotification Key for Data Record ANMEL P01B_BKMSANUMC4P01B_BKMSA
BEGDAStart of Notification Period P01B_BKBEGDATS8DATUM
ENDDAEnd of Notification Period P01B_BKENDDATS8DATUM
ANGRPEmployee Group for Data Record ANMEL P01B_BKAGPNUMC4P01B_BKAGP
NACHNLast Name P01B_BKNAMCHAR30CHAR30
VORNAFirst Name P01B_BKVNACHAR30CHAR30
GBDATDate of Birth P01B_BKGBDDATS8DATUM
GBORTBirthplace P01B_BKGBOCHAR30CHAR30
STRASHouse Number and Street P01B_BKSTRCHAR30CHAR30
ORT01City P01B_BKORTCHAR25CHAR25
LAND1Country Indicator P01B_BKLANCHAR3CHAR3
EMAILE-mail Address P01B_BKEMACHAR50CHAR50
GESCHGender Key P01B_BKGESCHAR1P01B_BKGES
WOSTDWeekly Working Time for Social Fund Procedure P01B_BKWOSNUMC4NUM4
NATIONationality P01B_BKNATCHAR3CHAR3
SPRSLLanguage of Communication P01B_BKSPRCHAR3CHAR3
BANKLBank Number P01B_BKBKLNUMC8NUM8
BANKNBank Account Number P01B_BKBANNUMC10NUM10
EMFTXPayee Text P01B_BKBEMCHAR8CHAR8
BANKSBank Country Key P01B_BKBKSCHAR3CHAR3
HEFTABook Request for Data Record ANMEL P01B_BKHAFCHAR1CHAR1
NUS03Field of length 16 CHAR16CHAR16CHAR16
PSTLZPostal Code P01B_BKPLZCHAR7CHAR7
BANKAForeign Bank Details P01B_BKBAACHAR35CHAR35
BANKIBank Account Holder P01B_BKBAICHAR30CHAR30
NUS043-Byte field CHAR3CHAR3CHAR3
NUS05Character field, 8 characters long CHAR8CHAR8CHAR8
TSCHLOccupational Code P01B_BKTSLNUMC9NUM9
IBANIBAN P01B_BKIBACHAR34CHAR34
BICBIC P01B_BKBICCHAR11CHAR11

Key field Non-key field



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

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

How to access SAP table PTDB_BKAN

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