PC3AC SAP (Applicant Activities) Structure details

Dictionary Type: Structure
Description: Applicant Activities




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




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

PC3AC 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 "Applicant Activities" 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_PC3AC TYPE PC3AC.

The PC3AC table consists of various fields, each holding specific information or linking keys about Applicant Activities data available in SAP. These include ACTID (Identification number for applicant activity), APACT (Applicant activity type), DATUM (Changed On), UZEIT (Time).. 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 PC3AC 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
INDICIndicator: Completed/planned INDIKCHAR1CHAR1
ACTIDIdentification number for applicant activity ACTIDNUMC4ACTID
APACTApplicant activity type APACTNUMC3T750JAPACT
DATUMChanged On AEDATDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
OTYPEObject type (vacancy) VACTYPECHAR2CHAR2
OBJIDVacancy VACIDNUMC8T528BPLANSHRPAD00_VACANCY
REFIDReference activity ID REFIDNUMC4ACTID
IDTXTStandard text TEXTNAMECHAR70TDOBNAME
RECTKStatus of recurring task: Print letter RCTSTCHAR1CHAR1
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
PERNR1Personnel Number PERNR_DNUMC8PERNRPER
PERNR2Personnel Number PERNR_DNUMC8PERNRPER
PLDATPerformance date PLDTEDATS8DATUM
PLTIMPerformance time PLTIMTIMS6UZEIT
LETEXIndicator: Letter saved LETEXCHAR1CHAR1
NOTEXIndicator for notes NOTEXCHAR1CHAR1
LEMODIndicator: Letter changed LEMODCHAR1CHAR1
REMEMDate of last time mail sent REMEMDATS8DATUM
GEBNRBuilding Number GEBNRCHAR6CHAR6
ZIMNRRoom Number DZIMNRCHAR6CHAR6
RCTK2Send mail MAILSCHAR1CHAR1
RCTK3Format of letter for action FORMATLETTCHAR1CHAR1
RCTK4Format of note on action FORMATNOTECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PC3AC

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