PIQIB_APPL_OVW SAP (Structure for IBlock: Admission Applications) Structure details

Dictionary Type: Structure
Description: Structure for IBlock: Admission Applications




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




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

PIQIB_APPL_OVW 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 "Structure for IBlock: Admission Applications" 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_PIQIB_APPL_OVW TYPE PIQIB_APPL_OVW.

The PIQIB_APPL_OVW table consists of various fields, each holding specific information or linking keys about Structure for IBlock: Admission Applications data available in SAP. These include NOTIF_TEXT (Short Text), STATUS_LINE (System status line), STATUS_USER_LINE (User Status Line), STATUS_TEXT (System Status (Description)).. 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 PIQIB_APPL_OVW 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
NOTIF_NONotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
NOTIF_TEXTShort Text QMTXTCHAR40TEXT40
STATUS_LINESystem status line J_STEXTCHAR40TEXT40
STATUS_USER_LINEUser Status Line J_ATEXTCHAR40TEXT40
STATUS_TEXTSystem Status (Description) PIQSTTXTCHAR100TEXT100
STATUS_USER_TEXTUser Status (Description) PIQATEXTCHAR100TEXT100
PROGRAM_OBJIDProgram ID PIQSCOBJIDNUMC8Assigned to domainHROBJIDPON
PROGRAM_SHORTProgram (Abbreviation) PIQSCSHORTCHAR12TEXT12
PROGRAM_STEXTProgram Description PIQSCTXTCHAR40TEXT40
PRTYPEProgram Type PIQPROGC_VARCHAR4Assigned to domainPIQPROGC_VAR
PRTYPE_TEXTProgram Type (Description) PIQPROGC_VARTCHAR30TEXT30
PERIDAcademic Session PIQPERIDNUMC3Assigned to domainPIQPERID
PERYRAcademic Year PIQPERYRNUMC4Assigned to domainPIQPERYR
PERITAcademic Session (Description) PIQPERITCHAR20TEXT20
PERYTAcademic Year (Description) PIQPERYTCHAR20TEXT20
STAGEStage PIQLEVELNUMC2Assigned to domainPIQLEVEL
STAGE_TEXTStage (Description) PIQLEVELTCHAR30TEXT30
SELECTED_POPIN 0
CHOICE_NOProgram Choice PIQCHOICE_NONUMC2Assigned to domainPIQCHOICE_NO
CHOICE_NOTProgram Choice (Description) PIQCHOICE_NOTCHAR25TEXT25
ADM_PROGCLASSProgress Classification (Description) PIQPROGCLASSTCHAR30TEXT30
ADM_PARTTIndicator: Part-Time Study PIQPARTTCHAR1XFELD
ADM_CATEGAdmission Category PIQADM_CATEGCHAR2Assigned to domainPIQADM_CATEG
ADM_CATEGTRegistration Type (Description) PIQENRCATEGTCHAR30TEXT30
ADM_ENRCATEGRegistration Type PIQENRCATEGCHAR2Assigned to domainPIQENRCATEG
ADM_ENRCATEGTRegistration Type (Description) PIQENRCATEGTCHAR30TEXT30
ADM_CODEAdmission Code PIQADMCODECHAR12CHAR12
ADM_PERCTCompleted Length of Study PIQPERCTNUMC3PIQPERCT
ADM_STATUS_SUPStatus Supplement PIQADMSTSUPCHAR4PIQPROCESSSTSUP
ADM_STATUS_SUPTStatus Supplement (Description) PIQADMSTSUPTCHAR40CHAR40
ADM_DECDecision Date of Rejection or Admission PIQADM_DECDATS8DATS
ADM_RECPTDate of Admission Application Receipt PIQADM_RECPTDATS8DATS
ADM_WITH_DECLDate of Withdrawal or Declination PIQADM_WITH_DECLDATS8DATS
ADM_ACTIVITYAdmission Activity PIQADM_ACTIVITYCHAR4T7PIQPROCESSPIQPROCESS
ADM_ACTIVITYTActivity (Description) PIQPROCESS2TCHAR40TEXT40
E_MAIL_SPE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
COUNTRY_TLCountry for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
TELEPHONE_TLTelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NOHouse Number AD_HSNM1CHAR10TEXT10
POSTL_COD1City postal code AD_PSTCD1CHAR10CHAR10
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
COUNTRYTCountry Name LANDXCHAR15TEXT15
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
REGIONTDescription BEZEI20CHAR20TEXT20
MODGRPModule Group ID PIQCGOBJIDNUMC8Assigned to domainHROBJID
MODGRPTObject Name STEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PIQIB_APPL_OVW

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