LSO_PKMIT SAP (LSO: Correspondence) Structure details

Dictionary Type: Structure
Description: LSO: Correspondence




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




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

LSO_PKMIT 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 "LSO: Correspondence" 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_LSO_PKMIT TYPE LSO_PKMIT.

The LSO_PKMIT table consists of various fields, each holding specific information or linking keys about LSO: Correspondence data available in SAP. These include TTYPE_TYPE (Object Type of Course Type), TTYPE_ID (Course Type Object ID), TTYPE_ID_S (Course Type (Enter with Search Term)), TTYPE_ISTAT (Course Type Status).. 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 LSO_PKMIT 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
TTYPE_TFORMDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
TTYPE_TYPEObject Type of Course Type LSO_TRAINTYPE_TYPE_CCHAR2Assigned to domainOTYPE
TTYPE_IDCourse Type Object ID LSO_TRAINTYPE_ID_CNUMC8Assigned to domainHROBJID
TTYPE_ID_SCourse Type (Enter with Search Term) LSO_TRAINTYPE_SRKCHAR12CHAR12
TTYPE_ISTATCourse Type Status LSO_TRAINTYPE_STATUS_CCHAR1Assigned to domainISTATPST
TTYPE_SHORTCourse Type Abbreviation LSO_TRAINTYPE_SHORT_CCHAR12TEXT12
TTYPE_STEXTCourse Type Name LSO_TRAINTYPE_STEXT_CCHAR40TEXT40
TRAIN1_TFORMCourse: Delivery Method LSO_TRAINING_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
TRAIN1_TYPEObject Type of Course LSO_TRAINING_TYPE_CCHAR2Assigned to domainOTYPE
TRAIN1_IDCourse LSO_TRAINING_ID_CNUMC8Assigned to domainHROBJID
TRAIN1_ID_SCourse (Enter with Search Term) LSO_TRAINING_SRKCHAR12CHAR12
TRAIN1_ISTATCourse Status LSO_TRAINING_STATUS_CCHAR1Assigned to domainISTATPST
TRAIN1_SHORTCourse Abbreviation LSO_TRAINING_SHORT_CCHAR12TEXT12
TRAIN1_STEXTCourse Name LSO_TRAINING_STEXT_CCHAR40TEXT40
TRAIN1_BEGDACourse Start Date LSO_TRAINING_BEGDA_CDATS8DATUM
TRAIN1_ENDDACourse End Date LSO_TRAINING_ENDDA_CDATS8DATUM
TRAIN2_TYPEObject Type of Course LSO_TRAINING_TYPE_CCHAR2Assigned to domainOTYPE
TRAIN2_TFORMCourse: Delivery Method LSO_TRAINING_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
TRAIN2_IDCourse LSO_TRAINING_ID_CNUMC8Assigned to domainHROBJID
TRAIN2_ID_SCourse (Enter with Search Term) LSO_TRAINING_SRKCHAR12CHAR12
TRAIN2_ISTATCourse Status LSO_TRAINING_STATUS_CCHAR1Assigned to domainISTATPST
TRAIN2_SHORTCourse Abbreviation LSO_TRAINING_SHORT_CCHAR12TEXT12
TRAIN2_STEXTCourse Name LSO_TRAINING_STEXT_CCHAR40TEXT40
TRAIN2_BEGDACourse Start Date LSO_TRAINING_BEGDA_CDATS8DATUM
TRAIN2_ENDDACourse End Date LSO_TRAINING_ENDDA_CDATS8DATUM

Key field Non-key field



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

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

How to access SAP table LSO_PKMIT

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