PAYBE_NATIONAL SAP (HR PAY BE: Country-Specific Part of Payroll Result) Structure details

Dictionary Type: Structure
Description: HR PAY BE: Country-Specific Part of Payroll Result




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




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

PAYBE_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 "HR PAY BE: Country-Specific Part of 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_PAYBE_NATIONAL TYPE PAYBE_NATIONAL.

The PAYBE_NATIONAL table consists of various fields, each holding specific information or linking keys about HR PAY BE: Country-Specific Part of Payroll Result data available in SAP. These include ST (), SV (), SP (), NAME ().. 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 PAYBE_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
NAME 0
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
TITELTitle TITELCHAR15TITEL
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
NAMZUOther Title NAMZUCHAR15TITEL
VORSWName Prefix VORSWCHAR15TITEL
GBNAMSecond Name PAD_NACH2CHAR40PAD_NACHN
ANREDTitle ANREDCHAR15TEXT15
I0125 0
PERM 0
GESCHGender Key GESCHCHAR1GESCH
NATIONationality NATSLCHAR3LAND1NAT
GBLNDCountry of Birth GBLNDCHAR3LAND1
GBORTBirthplace PAD_GBORTCHAR40PAD_ORT01
GBDATDate of Birth GBDATDATS8PDATEGBDAT
KONFEReligious Denomination Key KONFECHAR2KONFE
FAMSTMarital Status Key FAMSTCHAR1FAMST
PERIDPersonnel ID Number PRDNICHAR20CHAR20
DISISSIS Card Number (00167) P12_DISISNUMC10NUMC10
NPPIDNatural person PID P12_NPPIDNUMC11
ADR 0
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
LAND1Country Key LAND1CHAR3LAND1LND
ORT02District PAD_ORT02CHAR40PAD_ORT01
HSNMRHouse Number PAD_HSNMRCHAR10PAD_HSNMR
POSTAIdentification of an apartment in a building PAD_POSTACHAR10PAD_HSNMR
LOCAT2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
TELNRTelephone Number TELNRCHAR14TELNR
NAME2Name at Birth PAD_NAME2CHAR40PAD_NACHN
FIRE 0
DAYDET 0
PENS 0
SVEVL 0
SVSER 0
SVREM 0
PK 0
CI 0
CIP 0
SVCIC 0
BEEVL 0
BHOLP 0

Key field Non-key field



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

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

How to access SAP table PAYBE_NATIONAL

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