HRCCE_ALV_COLL_PEOPLE SAP (PA-PD: CE Persons Found (Find Objects for...)) Structure details

Dictionary Type: Structure
Description: PA-PD: CE Persons Found (Find Objects for...)




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




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

HRCCE_ALV_COLL_PEOPLE 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 "PA-PD: CE Persons Found (Find Objects for...)" 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_HRCCE_ALV_COLL_PEOPLE TYPE HRCCE_ALV_COLL_PEOPLE.

The HRCCE_ALV_COLL_PEOPLE table consists of various fields, each holding specific information or linking keys about PA-PD: CE Persons Found (Find Objects for...) data available in SAP. These include HITS_OQ (Qualifications Fulfilled), HITS_OQ_SUM (Number of Qualifications Fulfilled), HITS_EQ (Alternative Qualification Fulfilled), SOBID (ID of Related Object).. 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 or numeric)


SAP HRCCE_ALV_COLL_PEOPLE 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
HITS_OQQualifications Fulfilled HRPE_HAS_QUALIINT410INT4
HITS_OQ_SUMNumber of Qualifications Fulfilled HRPE_HAS_QUALI_SUMNUMC3NUMC3
HITS_EQAlternative Qualification Fulfilled HRPE_HAS_ALTERNUMC3NUMC3
SOBIDID of Related Object SOBIDCHAR45CHAR45
OTEXTObject Type Text OTEXTCHAR25TEXT25
SHORTLast Name HRPDV_SHORT_NCHAR12TEXT12
STEXTName HRPDV_STEXT_NCHAR40TEXT40
QUALIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
QUALSTXTName of Qualification HRPDV_STEXT_QCHAR40TEXT40
PROFCYProficiency of a Quality Scale RATINGNUMC4CHARA
PROFC_TEXTScale Proficiency Text PROFC_TEXTCHAR40TEXT40
ORG_QIs a Qualification HRPDV_H_QUALICHAR1CHAR1_X
ALT_QIs an Alternative Qualification HRPDV_H_ALTERCHAR1CHAR1_X
ALV_COLOR3-Byte field CHAR3CHAR3CHAR3
MARK_XSingle-Character Indicator CHAR1CHAR1CHAR1
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
PLVARPlan Version PLVARCHAR2T778PPLVARPOP
ESSENTIALFlag: Include Essential Requirements ESSENTIALCHAR1CHAR1_XPEM
VBEGDAStart Date BEGDATUMDATS8DATUMBEG
VENDDAEnd Date ENDDATUMDATS8DATUMEND
AVAILAvailability Date AVAIL_DATUMDATS8DATUM
INHERITED_FROMInherited from HRPE_IS_INHERITED_FROMNUMC8Assigned to domainHROBJID
INHERITED_FROM_TXTName of Qualification Bundle HRPE_IS_INHERITED_FROM_TXTCHAR40TEXT40
TOTAL_QSSum of all Qualifications HRPE_TOTAL_SUM_OF_QUALISINT410
PERSONID_EXTExternal Person ID PERSONID_EXT_ABACHAR20PERSONID_EXT_ABA
PRTXTPersonnel assignment text HRCCE_PADCE_PRTXTCHAR80HRCCE_PADCE_PRTXT

Key field Non-key field



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

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

How to access SAP table HRCCE_ALV_COLL_PEOPLE

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