PIQCORR_STRU_CMS2_STUD_ADM SAP (Admission Data) Structure details

Dictionary Type: Structure
Description: Admission Data




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




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

PIQCORR_STRU_CMS2_STUD_ADM 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 "Admission Data" 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_PIQCORR_STRU_CMS2_STUD_ADM TYPE PIQCORR_STRU_CMS2_STUD_ADM.

The PIQCORR_STRU_CMS2_STUD_ADM table consists of various fields, each holding specific information or linking keys about Admission Data data available in SAP. These include STUDENT_OBJECTID (Object ID of Student), STUDY_OBJECTID (Object ID of Study Object (CS)), PROGRAM_OBJECTID (Program ID), BEGDA (Start Date).. 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 (Deep)


SAP PIQCORR_STRU_CMS2_STUD_ADM 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
WA_STUD_ADM 0
STUDENT_OBJECTIDObject ID of Student PIQSTUDENTNUMC8HROBJIDSTUDENT
STUDY_OBJECTIDObject ID of Study Object (CS) PIQCSOBJIDNUMC8HROBJID
PROGRAM_OBJECTIDProgram ID PIQSCOBJIDNUMC8HROBJIDPON
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
ADMIS_STATUSAdmission Application Status PIQADMSTATECHAR1PIQADMSTATE
ADMIS_STATUS_SUPStatus Supplement PIQADMSTSUPCHAR4PIQPROCESSSTSUP
CHOICE_NOProgram Choice PIQCHOICE_NONUMC2PIQCHOICE_NO
ACAD_YEARAcademic Year PIQPERYRNUMC4PIQPERYR
ACAC_SESSIONAcademic Session PIQPERIDNUMC3PIQPERID
STAGEStage PIQLEVELNUMC2PIQLEVEL
PROGRESS_CLASSProgress Classification PIQPROGCLASSCHAR4PIQPROGCLASS
PARTTIMEIndicator: Part-Time Study PIQPARTTCHAR1XFELD
ADMIS_CATEGORYAdmission Category PIQADM_CATEGCHAR2PIQADM_CATEG
REGIST_TYPERegistration Type PIQENRCATEGCHAR2PIQENRCATEG
ADMISSION_CODEAdmission Code PIQADMCODECHAR12CHAR12
COMPL_LENGTH_STUDYCompleted Length of Study PIQPERCTNUMC3PIQPERCT
NOTIFICATION_NONotification No QMNUMCHAR12ALPHAQMNUMIQM
ADMIS_DECDecision Date of Rejection or Admission PIQADM_DECDATS8DATS
ADMIS_RECPTDate of Admission Application Receipt PIQADM_RECPTDATS8DATS
ADMIS_WITH_DECLDate of Withdrawal or Declination PIQADM_WITH_DECLDATS8DATS
WA_STUD_ADMTX 0
PROGRAM_SHORTProgram (Abbreviation) PIQSCSHORTCHAR12TEXT12
PROGRAM_TXTProgram Description PIQSCTXTCHAR40TEXT40
ADMIS_STATUS_TXTAdmission Application Status (Description) PIQADMSTATETCHAR30TEXT30
ADMIS_STATUS_SUP_TXTStatus Supplement (Description) PIQADMSTSUPTCHAR40CHAR40
CHOICE_NO_TXTProgram Choice (Description) PIQCHOICE_NOTCHAR25TEXT25
ACAD_YEAR_TXTAcademic Year (Description) PIQPERYTCHAR20TEXT20
ACAC_SESSION_TXTAcademic Session (Description) PIQPERITCHAR20TEXT20
STAGE_TXTStage (Description) PIQLEVELTCHAR30TEXT30
PROGRESS_CLASS_TXTProgress Classification (Description) PIQPROGCLASSTCHAR30TEXT30
ADMIS_CATEGORY_TXTAdmission Category (Description) PIQADM_CATEGTCHAR30TEXT30
REGIST_TYPE_TXTRegistration Type (Description) PIQENRCATEGTCHAR30TEXT30
TIMEUNIT_TXTTime Unit for Program Duration (Description) PIQTIMEUNITTCHAR15PIQTIMEUNITT

Key field Non-key field



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

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

How to access SAP table PIQCORR_STRU_CMS2_STUD_ADM

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