PXKRS SAP (Structure for Creating an External Business event) Structure details

Dictionary Type: Structure
Description: Structure for Creating an External Business event




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




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

PXKRS 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 Creating an External Business event" 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_PXKRS TYPE PXKRS.

The PXKRS table consists of various fields, each holding specific information or linking keys about Structure for Creating an External Business event data available in SAP. These include TYP_ID_SRK (Business Event Type ID (Also Search Term)), 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).. 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 PXKRS 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
PLVARPlan Version PLVARCHAR2T778PPLVARPOP
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
LANGUBusiness event language KLANGULANG1T002ISOLASPRAS
KURS_IDBusiness Event ID KURS_IDNUMC8NUM08
KURS_SHORTBusiness Event Name Abbreviation KURS_SHORTCHAR12TEXT12
KURS_STEXTObject Name for Business Event KURS_STEXTCHAR40TEXT40
BEGDABusiness Event Start Date KBEGDADATS8DATUM
ENDDABusiness Event End Date KENDDADATS8DATUM
NDAYSEffective business event duration in days ADAYSDEC4ADAYS
NHOURSEffective business event duration in hours NHOURSDEC8(2) DEC6_2
OPTKAPOptimum Number of Attendees for Business Event OPTKAPDEC3DEC3
IKOSTInternal price IKOSTCURR16(2) CURR16
IWAERCurrency key for fees EXWAERCUKY5TCURCWAERS
EKOSTExternal price EXKOSCURR16(2) CURR16
EWAERCurrency key for fees EXWAERCUKY5TCURCWAERS
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BEZEKName of Cost Center BEZKSCHAR30CHAR30
FIRMA_TYPPD: Object type of company or organizational unit FIRMA_TYPCHAR2T778OOTYPE
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
FIRM_SHORTCompany Name Abbreviation FIRMA_SHORCHAR12CHAR12
FIRM_STEXTObject Name of Company Sending Attendees FIRMA_TXTCHAR40TEXT40
ORT_ID_SRKLocation ID (Also Search Term) ORT_ID_SRKCHAR21CHAR21PON
ORT_IDObject ID of Business Event Location ORTIDNUMC8NUM08
ORT_SHORTAbbreviation for Business Event Location ORT_SHORTCHAR12CHAR12
ORT_STEXTObject Name for Business Event Location ORT_STEXTCHAR40TEXT40
PMODEMode MODE0CHAR1MODE0
PMODE_TEXTText for business event planning mode PMODE_TEXTCHAR50CHAR50
STRICTProcedure STRICTCHAR1STRICT
STRICT_TXTText for business event planning procedure STRICT_TXTCHAR50CHAR50
ISTATInfotype Status of Business Event Offered KISTATCHAR1T778SISTAT
MODE_DIALSelection Field for Dialog Processing Mode MODE_DIALCHAR1CHAR1
MODE_DARKSelection Field for Background Processing Mode MODE_DARKCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PXKRS

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