PAYNL_NATIONAL SAP (Country-Specific Part Payroll Result) Structure details

Dictionary Type: Structure
Description: Country-Specific Part Payroll Result




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




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

PAYNL_NATIONAL 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 "Country-Specific Part Payroll Result" 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_PAYNL_NATIONAL TYPE PAYNL_NATIONAL.

The PAYNL_NATIONAL table consists of various fields, each holding specific information or linking keys about Country-Specific Part Payroll Result data available in SAP. These include ST (), SV (), SP (), PS ().. 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 PAYNL_NATIONAL 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
ABP 0
ST 0
SV 0
SP 0
PS 0
NWV 0
NADR 0
SUBTYSubtype SUBTYCHAR4SUBTYSUB
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
ORT01City PAD_ORT01CHAR40PAD_ORT01
PSTLZPostal Code PSTLZCHAR10PSTLZ
LAND1Country Key LAND1CHAR3LAND1LND
ENTKMDistance in Kilometers ENTKMDEC3DEC3
BUSRTBus Route BUSRTCHAR3CHAR3
LOCAT2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
HSNMRHouse Number PAD_HSNMRCHAR10PAD_HSNMR
POSTAIdentification of an apartment in a building PAD_POSTACHAR10PAD_HSNMR
ENTK2Distance in Kilometers ENTKMDEC3DEC3
NAME2Contact Name PAD_CONAMCHAR40PAD_NACHN
NNAM 0
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
NAME2Second Name PAD_NACH2CHAR40PAD_NACHN
VORSWName Prefix VORSWCHAR15TITEL
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
TITELTitle TITELCHAR15TITEL
TITL2Second Title TITL2CHAR15TITEL
VORS2Second Name Prefix VORS2CHAR15TITEL
RUFNMNickname PAD_RUFNMCHAR40PAD_VORNM
INITSInitials INITSCHAR10TEXT10
KNZNMName Format Indicator for Employee in a List KNZNMNUMC2KNZN2
ANREDForm-of-Address Key ANRDECHAR1ANRDE
GESCHGender Key GESCHCHAR1GESCH
GBDATDate of Birth GBDATDATS8PDATEGBDAT
NATIONationality NATSLCHAR3LAND1NAT
FAMSTMarital Status Key FAMSTCHAR1FAMST
FAMDTValid From Date of Current Marital Status FAMDTDATS8DATUM
SNAMEName Format P05_SNAMECHAR30CHAR30
ENAMEName Format P05_ENAMECHAR40CHAR40
NTDG 0
AK 0
INFD 0
PSTSPPostal Code Location P05_PSTSPCHAR10PSTLZ
DNSTVEmployment P05_DNSTVCHAR1CHAR1
SRTDTShift Type P05_SRTDTCHAR1CHAR1
CATGRCategory P05_CATGRCHAR2CHAR2
INDDAEntry Date P05_INDDADATS8DATUM
UITDALeaving Date P05_UITDADATS8DATUM
AFWADDifferent Working Hours P05_AFWADCHAR1CHAR1
CAOCDPay Scale Indicator P05_CAOCDCHAR6CHAR6
VAKFDVacation Fund P05_VAKFDCHAR1P05_VAKFD
BEDRVExecutive Authority Indicator P05_BEDRVCHAR4SUBTY_591A
CDVERZPrimary Insurance Cover/Capacity of the Insured P05_CDVRZCHAR2P05_CDVRZ
BEROPProfessional Group Code P05_BEROEPCHAR3P05_BEROEP
VZABPABP Insured Yes/No P05_VZABPCHAR1CHAR1_X
RISCFSocial Fund Indicator P05_RISCFCHAR1P05_RISCF
VANGNCode Welfare Claimant P05_VANGNCHAR1P05_VANGN
RPCBSRepresenting Legal Person P05_REPERCHAR4P05_REPER
RPUVIRepresenting Legal Person P05_REPERCHAR4P05_REPER
EH_CAOCDUnit Pay Scale [CAO] Indicator P05_EH_CAOCDCHAR1P05_EH_CAOCD
SCHNRGroup Number for CBS Tape P05_SCHNRCHAR3CHAR3
SALNRPayroll Number for CBS Tape P05_SALNRCHAR3CHAR3
NSR0 0
NKO 0
PK 0
LA 0
SR 0
CB 0
NB 0
FB 0
NARG 0
PRAP 0

Key field Non-key field



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

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

How to access SAP table PAYNL_NATIONAL

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