PIQIB_ACTDOC_OVW SAP (Structure for Iblock:Activity Document) Structure details

Dictionary Type: Structure
Description: Structure for Iblock:Activity Document




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




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

PIQIB_ACTDOC_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:Activity Document" 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_ACTDOC_OVW TYPE PIQIB_ACTDOC_OVW.

The PIQIB_ACTDOC_OVW table consists of various fields, each holding specific information or linking keys about Structure for Iblock:Activity Document data available in SAP. These include DOCID (Activity Document Identification Key), PROCESS (Activity), REASON (Activity Reason), KEY_DATE (Activity Key Date (General)).. 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_ACTDOC_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
CREATE_USER_NAME 0
DOCIDActivity Document Identification Key PIQPROC_DOCIDCHAR32Assigned to domainPIQPROC_DOCID
PROCESSActivity PIQPROCESSCHAR4T7PIQPROCESSPIQPROCESS
REASONActivity Reason PIQPROCREASONNUMC4T7PIQREASONPIQAPPREASON
KEY_DATEActivity Key Date (General) PIQPROC_KEY_DATEDATS8DATUM
KEY_TIMETime on Activity Key Date PIQPROC_KEY_TIMETIMS6UZEIT
KEY_TIMEZONETime Zone of Activity Key Date and Time PIQPROC_KEY_TIMEZONECHAR6TTZZTZNZONE
PROCESSTActivity (Description) PIQPROCESS2TCHAR40TEXT40
REASONTEXTReason Description PIQREASONTCHAR25TEXT25
TIMESTAMPTime Stamp of Activity Document PIQPROC_DOC_TIMESTAMPDEC21(7) TZNTSTMPL
TIMESTAMP_DATEActivity Document Creation Date PIQPROC_DOC_DATEDATS8DATE
TIMESTAMP_TIMEActivity Document Creation Time PIQPROC_DOC_TIMETIMS6TIME
UNAMEUser Who Created the Activity Document PIQPROC_DOC_UNAMECHAR12Assigned to domainXUBNAME
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
CM_RELEASERelease of Add-On for IS-HER-CM (Campus Management) PIQCM_RELEASECHAR10CHAR10
ARCHIVEDIndicator: Activity Document Is Archived PIQPROC_DOC_XARCHIVEDCHAR1FLAG
PLVARPlan Version PLVARCHAR2T778PPLVARPOP
OTYPEObject Type of Activity Reference Object PIQPROC_OTYPECHAR2T778OOTYPE
OBJIDObject ID of Activity Reference Object PIQPROC_OBJIDNUMC8PLOGIHROBJID
ST_OBJIDObject ID of Student PIQST_OBJIDNUMC8PLOGIHROBJIDSTUDENT
SCSRKProgram of Study PIQSCSRKCHAR12CHAR12
SCTEXTProgram Description PIQSCTXTCHAR40TEXT40
SMSRKModule (Abbreviation) PIQSMSHORTCHAR12TEXT12
SMTEXTModule Name PIQSMTEXTCHAR40TEXT40
STUDENT12Student Number PIQSTUDENT12CHAR12PIQSTPIQSTUDENT12
NAMEStudent's Name (Sortable) PIQSTDTXCHAR40TEXT40
BEGDAStart Date of Activity For-Period PIQPROC_BEGDADATS8DATUM
BEGPERYRAcademic Year (Start of Activity For-Period) PIQPROC_BEGPERYRNUMC4T7PIQYEARPIQPERYR
BEGPERIDAcademic Session (Start of Activity For-Period) PIQPROC_BEGPERIDNUMC3T7PIQYEARPRDPIQPERID
ENDDAEnd Date of Activity For-Period PIQPROC_ENDDADATS8DATUM
ENDPERYRAcademic Year (End of Activity For-Period) PIQPROC_ENDPERYRNUMC4T7PIQYEARPIQPERYR
ENDPERIDAcademic Session (End of Activity For-Period) PIQPROC_ENDPERIDNUMC3T7PIQYEARPRDPIQPERID
BEGPERYTAcademic Year Description (Start of For-Period) PIQPROC_BEGPERYTCHAR20TEXT20
BEGPERITAcademic Session Description (Start of For-Period) PIQPROC_BEGPERITCHAR20TEXT20
ENDPERYTAcademic Year Description (End of For-Period) PIQPROC_ENDPERYTCHAR20TEXT20
ENDPERITAcademic Session Description (End of For-Period) PIQPROC_ENDPERITCHAR20TEXT20
REF_DOCIDReference Activity Identification Key PIQPROC_REFPROC_DOCIDCHAR32PIQPROC_DHPIQPROC_DOCID
REF_PROCESSReference Activity PIQPROC_REFPROCESSCHAR4T7PIQPROCESSPIQPROCESS
REF_LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
REF_PROCESSTReference Activity (Description) PIQPROC_REFPROCESSTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table PIQIB_ACTDOC_OVW

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