LSO_BIW_TRAIN_MASTER_DATA SAP (BW: LSO Course) Structure details

Dictionary Type: Structure
Description: BW: LSO Course




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




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

LSO_BIW_TRAIN_MASTER_DATA 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 "BW: LSO Course" 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_BIW_TRAIN_MASTER_DATA TYPE LSO_BIW_TRAIN_MASTER_DATA.

The LSO_BIW_TRAIN_MASTER_DATA table consists of various fields, each holding specific information or linking keys about BW: LSO Course data available in SAP. These include ENDDA (Course End Date), GRPID (Object ID of Requested Course Group), TRAINTYPID (Course Type Object ID), TRAINTYPOTYP (Object Type of Course 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: Can be enhanced (character-type or numeric)


SAP LSO_BIW_TRAIN_MASTER_DATA 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
BEGDACourse Start Date LSO_TRAINING_BEGDA_CDATS8DATUM
ENDDACourse End Date LSO_TRAINING_ENDDA_CDATS8DATUM
GRPIDObject ID of Requested Course Group LSO_TRAIN_GRP_IDNUMC8Assigned to domainHROBJID
TRAINTYPIDCourse Type Object ID LSO_TRAINTYPE_ID_CNUMC8Assigned to domainHROBJID
TRAINTYPOTYPObject Type of Course Type LSO_TRAINTYPE_TYPE_CCHAR2Assigned to domainOTYPE
TRAINIDCourse LSO_TRAINING_ID_CNUMC8Assigned to domainHROBJID
TRAINOTYPEObject Type of Course LSO_TRAINING_TYPE_CCHAR2Assigned to domainOTYPE
TFORMDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
ASSESSMENTTest LSOTAC_ASSESSMENTCHAR16CHAR16
LUPUBCourse Content LSO_LUPUB_CCHAR16CHAR16
LUTYPELearning Net Type LSO_LUTYPE_CCHAR16CHAR16
TOTALEBOSTotal Number of Learning Objectives in Learning Net LSO_EBOCOUNT_CNUMC4NUMC04
TOTALUSTotal Number of Learning Objects in Learning Net LSO_LUCOUNT_CNUMC4NUMC04
ESTATIndicator: Planned Course LSO_EVPLANCHAR1CHAR1
EWAERCurrency key for external price EWAERCUKY5Assigned to domainWAERS
EXTERNIndicator: External Course LSO_EVEXTCHAR1CHAR1
EKOSTExternal Course Price LSO_EPRICECURR16(2) CURR16
IKOSTInternal Course Price LSO_IPRICECURR16(2) CURR16
IWAERCurrency key for internal price IWAERCUKY5Assigned to domainWAERS
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTSProposed amount PRICECURR15(2) WERT8
KWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
LANGUKey for Course Language LSO_EVLNGLANG1Assigned to domainISOLASPRAS
LOCIDCourse Location LSO_LOCATION_OBJID_CNUMC8Assigned to domainHROBJID
MAXKAPMaximum capacity KAPZ3DEC5DEC5
MINKAPMinimum capacity KAPZ1DEC5DEC5
OPTKAPOptimum capacity KAPZ2DEC5DEC5
NDAYSEffective Course Duration in Days LSO_NDAYSDEC4ADAYS
NHOURSEffective Length of Course in Hours LSO_NHOURSDEC8(2) DEC6_2
OGAIDTraining Provider LSO_OGAIDCHAR45CHAR45
OOTYPTraining Provider Type: Object Type LSO_OOTYPCHAR2Assigned to domainOTYPE
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DELETDelete flag LOESCHCHAR1CHAR1_X
FLUPXIndicator: business event follow-up processing completed FLUPXCHAR1CHAR1_X
BCONTNumber of Participants LSO_BMANZLDEC6DEC6

Key field Non-key field



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

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

How to access SAP table LSO_BIW_TRAIN_MASTER_DATA

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