HCM_RPLEHAD3_EMPLOYEE_PDF SAP (Structure for Form HR_DE_EH_SB_2004 for Pages 4&5) Structure details

Dictionary Type: Structure
Description: Structure for Form HR_DE_EH_SB_2004 for Pages 4&5




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




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

HCM_RPLEHAD3_EMPLOYEE_PDF 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 for Form HR_DE_EH_SB_2004 for Pages 4&5" 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_HCM_RPLEHAD3_EMPLOYEE_PDF TYPE HCM_RPLEHAD3_EMPLOYEE_PDF.

The HCM_RPLEHAD3_EMPLOYEE_PDF table consists of various fields, each holding specific information or linking keys about Structure for Form HR_DE_EH_SB_2004 for Pages 4&5 data available in SAP. These include AG_STRAS (Street), AG_PLZ (Postal Code), AG_ORT (City), BTR_NAMBZ ().. 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 HCM_RPLEHAD3_EMPLOYEE_PDF 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
AG_NAMBZ 0
AG_STRASStreet P01_SB_STRASCHAR30TEXT30
AG_PLZPostal Code P01_SB_PLZNUMC5NUMC5
AG_ORTCity P01_SB_ORTCHAR30TEXT30
BTR_NAMBZ 0
BTR_STRASStreet P01_SB_STRASCHAR30TEXT30
BTR_PLZPostal Code P01_SB_PLZNUMC5NUMC5
BTR_ORTCity P01_SB_ORTCHAR30TEXT30
BTRNR 0
NR_1Character Field Length 1 CHAR01CHAR1CHAR1
NR_2Character Field Length 1 CHAR01CHAR1CHAR1
NR_3Character Field Length 1 CHAR01CHAR1CHAR1
NR_4Character Field Length 1 CHAR01CHAR1CHAR1
NR_5Character Field Length 1 CHAR01CHAR1CHAR1
NR_6Character Field Length 1 CHAR01CHAR1CHAR1
NR_7Character Field Length 1 CHAR01CHAR1CHAR1
NR_8Character Field Length 1 CHAR01CHAR1CHAR1
NR_9Character Field Length 1 CHAR01CHAR1CHAR1
NR_10Character Field Length 1 CHAR01CHAR1CHAR1
BTDAULength of Company Activity P01_SB_BTDAUCHAR1XFELD
BEGDAVerification Valid From P01_SB_BEGNWDATS8DATS
ENDDAStatement Validity End Date P01_SB_ENDNWDATS8DATS
DSBAGLeaving the Company P01_SB_AUSDTCHAR8P01_SB_DATUM
DSBZULeaving the Company P01_SB_AUSDTCHAR8P01_SB_DATUM
VERZ_5 0

Key field Non-key field



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

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

How to access SAP table HCM_RPLEHAD3_EMPLOYEE_PDF

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