HRPDV_SUCCESSOR_VIEW SAP (ALV Structure for the Succession Overview) Structure details

Dictionary Type: Structure
Description: ALV Structure for the Succession Overview




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




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

HRPDV_SUCCESSOR_VIEW 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 the Succession Overview" 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_HRPDV_SUCCESSOR_VIEW TYPE HRPDV_SUCCESSOR_VIEW.

The HRPDV_SUCCESSOR_VIEW table consists of various fields, each holding specific information or linking keys about ALV Structure for the Succession Overview data available in SAP. These include STEXT_ORG (Description of the organizational unit), SOBID_ORG (Object ID), TTYPE (Object Type (Personnel Development)), TOBID (Object ID).. 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: Not classified


SAP HRPDV_SUCCESSOR_VIEW 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
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
STEXT_ORGDescription of the organizational unit HRPDV_STEXT_OCHAR40TEXT40
SOBID_ORGObject ID HRPDV_SOBIDCHAR45CHAR45
TTYPEObject Type (Personnel Development) HRPDV_DYNP_OTYPECHAR2Assigned to domainOTYPE
TOBIDObject ID HRPDV_SOBIDCHAR45CHAR45
TTEXTObject Name STEXTCHAR40TEXT40
COUNT_SUITEDNumber of Potential Successors With Suitable Qualification HRPDV_SP_COUNT_SUITEDINT410INT4
COUNT_POTENTIALNumber of Potential Successors With Potential HRPDV_SP_COUNT_POTENTIALINT410INT4
COUNT_INTERESTNumber of Potential Successors Who Expressed a Preference HRPDV_SP_COUNT_INTERESTINT410INT4
COUNT_EARMARKEDNumber of Designated Potential Successors HRPDV_SP_COUNT_EARMARKEDINT410INT4
COUNT_CARPATHCareers HRPDV_SP_COUNT_CARPATHINT410INT4
COUNT_ALLNumber of Candidates Found HRPDV_SP_COUNT_ALLINT410INT4
SUITPERCSuitability Percent SUITPDEC5(2) DEC3_2
ICONSuitability Range HRPDV_ICON_SUITACHAR4Assigned to domainICON
MARK_XSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table HRPDV_SUCCESSOR_VIEW

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