Q5046 SAP (Additional Fields for Infotype 5046) Structure details

Dictionary Type: Structure
Description: Additional Fields for Infotype 5046




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




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

Q5046 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 "Additional Fields for Infotype 5046" 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_Q5046 TYPE Q5046.

The Q5046 table consists of various fields, each holding specific information or linking keys about Additional Fields for Infotype 5046 data available in SAP. These include ROOM_TEMPLATE (Collaboration Room Template), PRIVACY (Collaboration Room Privacy Type), BOOK_BOOK (Add Participant), BOOK_NOP (Add Participant).. 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)


SAP Q5046 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
TEMPLATE_NAMECollaboration Room Template Title LSO_COL_TEMPLATE_TITLECHAR40TEXT40
ROOM_TEMPLATECollaboration Room Template LSO_COL_ROOM_TEMPLATECHAR36LSO_COL_ROOM_TEMPLATE
PRIVACYCollaboration Room Privacy Type LSO_COL_ROOM_PRIVACYTYPECHAR36LSO_COL_ROOM_PRIVACYTYPE
BOOK_BOOKAdd Participant LSO_COL_PARTIC_BOOKCHAR1LSO_COL_PARTIC_BOOK
BOOK_NOPAdd Participant LSO_COL_PARTIC_BOOKCHAR1LSO_COL_PARTIC_BOOK
CANCEL_KEEPKeep Participation LSO_COL_PARTIC_KEEPCHAR1
CANCEL_DELETEChange Participation / Delete Role LSO_COL_PARTIC_DELETECHAR1
CANCEL_CHANGEChange Participation LSO_COL_PARTIC_CHANGECHAR1
COMPLETE_KEEPKeep Participation LSO_COL_PARTIC_KEEPCHAR1
COMPLETE_DELETEChange Participation / Delete Role LSO_COL_PARTIC_DELETECHAR1
COMPLETE_CHANGEChange Participation LSO_COL_PARTIC_CHANGECHAR1
TEMPLATE_DESCRTemplate Description LSO_COL_ROOM_TEMPLATE_DESCRCHAR255TEXT255
PRIVACY_DESCRCollaboration Room Privacy Type Description LSO_COL_ROOM_PRIVACYTYPE_DESCRCHAR255TEXT255

Key field Non-key field



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

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

How to access SAP table Q5046

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