PIQUIBB_EVENT_DETAIL SAP (Event Detail for UIBB) Structure details

Dictionary Type: Structure
Description: Event Detail for UIBB




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




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

PIQUIBB_EVENT_DETAIL 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 "Event Detail for UIBB" 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_PIQUIBB_EVENT_DETAIL TYPE PIQUIBB_EVENT_DETAIL.

The PIQUIBB_EVENT_DETAIL table consists of various fields, each holding specific information or linking keys about Event Detail for UIBB data available in SAP. These include E_OTYPE (Object type of business event), E_BEGDA (Start Date), E_ENDDA (End Date), E_SHORT (Business event abbreviation).. 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 PIQUIBB_EVENT_DETAIL 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
E_OBJIDBusiness event PIQCA_EVTIDNUMC8Assigned to domainHROBJID
E_OTYPEObject type of business event PIQCA_HREVTYPCHAR2Assigned to domainOTYPE
E_BEGDAStart Date PIQCA_BEGDATUMDATS8DATUMBEG
E_ENDDAEnd Date ENDDATUMDATS8DATUMEND
E_SHORTBusiness event abbreviation PIQCA_EVSHTCHAR12TEXT12
E_STEXTName of the business event PIQCA_EVSTEXTCHAR40TEXT40
E_DESCR 0
E_LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
D_OBJIDBusiness event type PIQCA_VTEIDNUMC8NUM08
D_SHORTBusiness event type abbreviation PIQCA_VTSHTCHAR12TEXT12
D_STEXTName of business event type PIQCA_VTSTXCHAR40TEXT40
E_CAP_MAXMinimum capacity PIQCA_KAPZ1DEC5DEC5
E_CAP_OPTOptimum capacity PIQCA_KAPZ2DEC5DEC5
E_CAP_MINMaximum capacity PIQCA_KAPZ3DEC5DEC5
LOCATION_STEXTName of the business event location PIQCA_LOCTXCHAR40TEXT40
LOCATION_SHORTBusiness Event Location KUORTCHAR12CHAR12
BUILDING_TEXTBuilding BUILDCHAR8Assigned to domainBUILD
BUILDING_STEXTObject Name STEXTCHAR40TEXT40
ROOM_DESCRIBERoom Description PIQCA_ROOMDESCRIPTIONCHAR100CHAR100
INSTR_DESCRIBEInstructor Description PIQCA_INSTRDESCRIPTIONCHAR100CHAR100
SCHEDULE_DESCRIBEDescription of Business Event Schedule PIQCA_SCHEDULEDESCRIPTIONCHAR40CHAR40
D_CATEGORYTBusiness Event Type Category (Description) PIQCA_DCATEGORYTCHAR40TEXT40
D_TEACHMETHODTTeaching Method (Description) PIQCA_METHODTCHAR40TEXT40
D_DELMODETDelivery Mode (Description) PIQCA_DELMODETCHAR40TEXT40
SCHEDCATEGTBusiness Event Schedule Category (Description) PIQCA_SCHEDCATEGTCHAR60DDTEXT
EVPROCSTATTProcessing Status for Academic Event Planning (Description) PIQCA_EVPROCSTATTCHAR30TEXT30
WEBLINKTXTTitle of Web Link LINKTXTCHAR40TEXT40
WEBLINKURLURL Element HRV_URLCHAR100HR_URL
NDAYSEffective duration in days PIQCA_DAYCTDEC4DEC4
NHOURSEffective duration in hours PIQCA_HRSCTDEC8(2) DEC6_2
RESPON_PERSONPerson responsible for an EL(Eventless) type event (P/H/ST) PIQCA_RESP_PERSONSTRG0
D_DELMODE_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT

Key field Non-key field



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

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

How to access SAP table PIQUIBB_EVENT_DETAIL

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