P05_POSTCO SAP (ALV Structure for Postcode Conversion Programm) Structure details

Dictionary Type: Structure
Description: ALV Structure for Postcode Conversion Programm




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




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

P05_POSTCO 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 "ALV Structure for Postcode Conversion Programm" 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_P05_POSTCO TYPE P05_POSTCO.

The P05_POSTCO table consists of various fields, each holding specific information or linking keys about ALV Structure for Postcode Conversion Programm data available in SAP. These include PERNR (Personnel Number), SUBTY (Subtype), MESSAGE_TEXT (Message text), IN_BIM (Batch Input Session information).. 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 P05_POSTCO 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
TRAFFIC_LIGHTCarrier field for icons ICON_TEXTCHAR132SYCHAR132
PERNRPersonnel Number P_PERNRNUMC8PERNR
SUBTYSubtype SUBTYCHAR4SUBTYSUB
MESSAGE_TEXTMessage text P05_MSGTXTCHAR120CHAR120
IN_BIMBatch Input Session information P05_BIM_INFOCHAR16CHAR16
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
OADRSComplete asdress P05_COMPL_ADRESCHAR80CHAR80
NADRSComplete asdress P05_COMPL_ADRESCHAR80CHAR80
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
HSNMRHouse Number PAD_HSNMRCHAR10PAD_HSNMR
PSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
NSTRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
NHSNMRHouse Number PAD_HSNMRCHAR10PAD_HSNMR
NPSTLZPostal Code PSTLZ_HRCHAR10PSTLZ
NORT01City PAD_ORT01CHAR40PAD_ORT01
N_PERSONENDecimal Field with 13 Predecimal Places and 2 Decimal Places P05_DEC13_2DEC15(2) DEC13_2
N_RECORDSDecimal Field with 13 Predecimal Places and 2 Decimal Places P05_DEC13_2DEC15(2) DEC13_2
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
PROBCLASSApplication log: Message problem class BALPROBCLCHAR1BALPROBCL

Key field Non-key field



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

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

How to access SAP table P05_POSTCO

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