PIQBW_PCP SAP (BW Extraction Structure: Program Completions) Structure details

Dictionary Type: Structure
Description: BW Extraction Structure: Program Completions




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




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

PIQBW_PCP 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 "BW Extraction Structure: Program Completions" 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_PIQBW_PCP TYPE PIQBW_PCP.

The PIQBW_PCP table consists of various fields, each holding specific information or linking keys about BW Extraction Structure: Program Completions data available in SAP. These include CQ_OBJECTID (Internal Qualification Identification (ID)), BPARTNER (Business Partner Number), STUDNR (Student Number), PROGRAM_OBJECTID (Program 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: Can be enhanced (character-type or numeric)


SAP PIQBW_PCP 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
CQGUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
CQ_OBJECTIDInternal Qualification Identification (ID) PIQCQOBJIDNUMC8Assigned to domainHROBJID
BPARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
STUDNRStudent Number PIQSTUDENT12CHAR12PIQSTPIQSTUDENT12
PROGRAM_OBJECTIDProgram ID PIQSCOBJIDNUMC8Assigned to domainHROBJIDPON
STUDY_OBJECTIDObject ID of Study Object (CS) PIQCSOBJIDNUMC8Assigned to domainHROBJID
ACAD_YEARPERIDAcademic Period (Year and Session) PIQBW_YRSESNUMC7PIQBW_YRSES
STATUSGraduation Status PIQGRAD_STATUSCHAR1PIQGRAD_STATUS
REGDATEActivity Key Date for Graduation Registration PIQGRAD_REGDATEDATS8DATUM
REASONActivity Reason PIQGRAD_REASONNUMC4Assigned to domainPIQAPPREASON
CRMNY_DATEGraduation Ceremony Date PIQGRAD_CEREMONY_DATEDATS8DATUM
CRMNY_LOCATIONBusiness Event Location LOCIDNUMC8Assigned to domainHROBJID
CRMNY_BUILDINGBuilding BUILDCHAR8Assigned to domainBUILD
CRMNY_ROOMRoom ROMIDNUMC8Assigned to domainHROBJID
CRMNY_BEGTIMEStart Time BEGUZTIMS6UZEIT
CRMNY_ENDTIMEEnd Time ENDUZTIMS6UZEIT
CRMNY_SEATNOSeat Number PIQGRAD_CEREMONY_SEATNOCHAR10CHAR10
CRMNY_CATEGORYGraduation Ceremony Characteristic PIQGRAD_CEREMONY_CATEGORYCHAR4Assigned to domainPIQGRAD_CEREMONY_CATEGORY
GRADEStd Value for Scale Value PIQSCALE_NORM_VALDEC8(2) PIQSCALE_NORM_VAL
GRADESYMGrade Symbol PIQGRADESYMCHAR10PIQGRADESYM
GRADESCALEAcademic Scale Identification (ID) PIQSCALE_IDCHAR4Assigned to domainPIQSCALE_IDPIQSCALE_ID
CONF_COMMENTAppraisal (Description) PIQAGRTEXTCHAR50TEXT50
CONFER_DATEAppraisal Date PIQAGRDATEDATS8PIQDATE
VALID_FROMStart Date BEGDADATS8DATUM
VALID_TOEnd Date ENDDADATS8DATUM
TRANSFERFLAGExternal Academic Work or Qualification Transferred PIQTRANSFERCHAR1PIQTRANSFER
PERIDFORCQDuration of Study Required to Achieve Qualification PIQCONFERQ_PERIDFORCQNUMC3PIQPERCT
PERIDFORCQUNITUnit for Number of Periods PIQCONFERQ_PERIDFORCQUNITCHAR1PIQCONFERQ_PERIDFORCQUNIT
ACADHONOR_SYMAcademic Honors PIQCONFERQ_ACADHONOR_GRADESYMCHAR10PIQGRADESYM
ACADHONOR_GRADEAcademic Honors: Standard Value PIQCONFERQ_ACADHONOR_GRADEDEC8(2) PIQSCALE_NORM_VAL
ACADHONOR_SCALEAcademic Honors Scale PIQCONFERQ_ACADHONOR_SCALECHAR4Assigned to domainPIQSCALE_ID
DIPLOMANAMEDiploma Name PIQCONFERQ_DIPLOMANAMECHAR80TEXT80
FINALW_TITLETitle of Qualifying Work PIQCONFERQ_FINALWTITLECHAR100TEXT100
FINALW_LANGUOriginal Language PIQCONFERQ_FINALWLANGULANG1Assigned to domainISOLASPRAS
FINALW_TITLEALTTitle of Qualifying Work in Other Language PIQCONFERQ_FINALWTITLEALTCHAR100TEXT100
FINALW_LANGUALTOther Language PIQCONFERQ_FINALWLANGUALTLANG1Assigned to domainISOLASPRAS
RECORDMODEBW Delta Procedure: Update Mode PIQBW_UPDMODCHAR1PIQBW_UPDMOD

Key field Non-key field



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

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

How to access SAP table PIQBW_PCP

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