PAE_HAEPSOS0_ALV SAP (Structure of Report HAEPRAC0 ALV) Structure details

Dictionary Type: Structure
Description: Structure of Report HAEPRAC0 ALV




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




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

PAE_HAEPSOS0_ALV 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 "Structure of Report HAEPRAC0 ALV" 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_PAE_HAEPSOS0_ALV TYPE PAE_HAEPSOS0_ALV.

The PAE_HAEPSOS0_ALV table consists of various fields, each holding specific information or linking keys about Structure of Report HAEPRAC0 ALV data available in SAP. These include FNAME (Full Name), GNDER (Gender), FATXT (Marital Status), GPSER (GPSSA Employer Registration Number).. 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: Can be enhanced (character-type)


SAP PAE_HAEPSOS0_ALV 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
PERNRPersonnel Number PAE_PERNRNUMC8PERNR
FNAMEFull Name PAE_FNAMECHAR120
GNDERGender PAE_GNDERCHAR10
FATXTMarital Status FATXTCHAR6FATXT
GPSERGPSSA Employer Registration Number PAE_GPSERCHAR25TEXT25
AEPPMSocial Insurance Membership Number PAE_PPMCHAR15
SINUMSocial Insurance Number PAE_SINUMCHAR20
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
POBOXPO Box PAE_POBOXCHAR10
TELNOTelephone Number PAE_TLNMBR1CHAR30CHAR30
FAXNOFax Number PAE_FXNMBR1CHAR30CHAR30
NATIONationality NATIOCHAR15TEXT15
GBDATDate of Birth GBDATDATS8PDATEGBDAT
ECITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
STEXTCertificate text SATXTCHAR40TEXT40
ATEXTEduc./train. text ASBTXCHAR40TEXT40
AECTXEmployer Name PAE_AECTXCHAR40TEXT40
PZCHYSingle-Character Indicator CHAR1CHAR1CHAR1
PZCHNSingle-Character Indicator CHAR1CHAR1CHAR1
ARBGBName of employer VORAGCHAR60TEXT60
PORANName of Company Code or Company BUTXTCHAR25TEXT25
SLABSCertificate SLABSCHAR2Assigned to domainSLABS
INSTIInstitute/location of training INSTICHAR80TEXT80
AUSBIEducation/training AUSBINUMC8Assigned to domainAUSBI
ADRESResident Address PAE_ADDRSCHAR60
TELNRTelephone Number TELNRCHAR14TELNR
FAXPMFax Number PAE_FXNMBR1CHAR30CHAR30
GESCHGender Key GESCHCHAR1GESCH
BIRCTBirth Certificate Number PAE_BIRCTCHAR20CHAR20
NATRNNationality Acquisition Reason PAE_NATRNCHAR60TEXT60
FAMSTMarital Status Key FAMSTCHAR1Assigned to domainFAMST
SPONONumber of Wives PAE_SPONOCHAR1
FENMONumber of Children PAE_FENMOCHAR2
FMNMONumber of Children PAE_FENMOCHAR2
ACDDGAcademic Degree PAE_ADCDGCHAR10PAE_ADCDG
EMPLREmployer's Name PAE_EMPLRCHAR40TEXT40
SPECLSpecialization PAE_SPECLCHAR40TEXT40
SADXT Academic Degree Text0
SPEXT Specialization Text0
AETXT Profession or job text0
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
WDATE Work Joining Date0
SDATE Salary start Date0
PDATE Participation start date0
TDATE Transfer date( if exist)0
NATDT Nationality date0

Key field Non-key field



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

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

How to access SAP table PAE_HAEPSOS0_ALV

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