LKURS SAP (Business Event Booking Procedure in List Entry Screen) Structure details

Dictionary Type: Structure
Description: Business Event Booking Procedure in List Entry Screen




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




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

LKURS 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 "Business Event Booking Procedure in List Entry Screen" 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_LKURS TYPE LKURS.

The LKURS table consists of various fields, each holding specific information or linking keys about Business Event Booking Procedure in List Entry Screen data available in SAP. These include TYP_ID (Object ID of Requested Business Event Type), TYP_SHORT (Short Text for Requested Business Event Type), TYP_STEXT (Long Text for Requested Business Event Type), LANGU (Requested Language for Business Events of Specified Type).. 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: Cannot Be Enhanced


SAP LKURS 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
TYP_ID_SRKBusiness Event Type ID (Also Search Term) TYP_ID_SRKCHAR21CHAR21
TYP_IDObject ID of Requested Business Event Type TYP_IDNUMC8NUM08
TYP_SHORTShort Text for Requested Business Event Type TYP_SHORTCHAR12CHAR12
TYP_STEXTLong Text for Requested Business Event Type TYP_STEXTCHAR40TEXT40
LANGURequested Language for Business Events of Specified Type WLANGULANG1T002ISOLASPRAS
KURS_ID_SBusiness event ID (or search string) KURS_ID_SCHAR21CHAR21PON
KURS_IDBusiness Event ID KURS_IDNUMC8NUM08
KURS_SHORTBusiness Event Name Abbreviation KURS_SHORTCHAR12TEXT12
KURS_STEXTObject Name for Business Event KURS_STEXTCHAR40TEXT40
KURS_BEGDABusiness Event Start Date KBEGDADATS8DATUM
KURS_ENDDABusiness Event End Date KENDDADATS8DATUM
TEILNTYPAttendee type TEILNTYPCHAR2T778OOTYPEPOT
TEILNTYP_TObject type text of the attendee type TEILNTYP_TCHAR25TEXT25
TEILN_ID_SAttendees (also search string) TEILN_ID_SCHAR21CHAR21PON
TEILN_IDObject ID of attendee TEILN_IDCHAR45CHAR45PON
TEILN_SHORAbbreviation of attendee name TEILN_SHORCHAR12TEXT12
TEILN_STEXLong text: Attendee TEILN_TXTCHAR40TEXT40
FIRMA_TYPPD: Object type of company or organizational unit FIRMA_TYPCHAR2Assigned to domainOTYPE
FIRMA_TY_TObject type text of organizational assignment FIRMA_TY_TCHAR25TEXT25
FIRMA_ID_SCompany ID of org. assignment (also search string) FIRMA_ID_SCHAR21CHAR21PON
FIRMA_IDObject ID of organizational assignment FIRMA_IDCHAR45CHAR45PON
FIRMA_SHORCompany Name Abbreviation FIRMA_SHORCHAR12CHAR12
FIRMA_STEXObject Name of Company Sending Attendees FIRMA_TXTCHAR40TEXT40
MANZLNumber of attendees for company booking PMANZLDEC3DEC3
PRIOXBooking Priority KPRIOXCHAR2CHAR2
BUDATBooking date PBUDATDATS8DATUM
BOOKED'Booked' Flag BOOKEDCHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table LKURS

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