/XLSO/S_BE_GET_ALL_TRAININGS SAP (Structure used in get all trainings in reports) Structure details

Dictionary Type: Structure
Description: Structure used in get all trainings in reports




ABAP Code to SELECT data from /XLSO/S_BE_GET_ALL_TRAININGS
Related tables to /XLSO/S_BE_GET_ALL_TRAININGS
Access table /XLSO/S_BE_GET_ALL_TRAININGS




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

/XLSO/S_BE_GET_ALL_TRAININGS 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 used in get all trainings in reports" 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_/XLSO/S_BE_GET_ALL_TRAININGS TYPE /XLSO/S_BE_GET_ALL_TRAININGS.

The /XLSO/S_BE_GET_ALL_TRAININGS table consists of various fields, each holding specific information or linking keys about Structure used in get all trainings in reports data available in SAP. These include TRAINING_STATUS (Course Status), PRODUCT_TYPE_TYPE (Object Type), PRODUCT_TYPE_ID (Object ID), PRODUCT_TYPE (Object 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 (Deep)


SAP /XLSO/S_BE_GET_ALL_TRAININGS 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
TRAINING_STATUSCourse Status /XLSO/E_COURSE_STATUSCHAR1/XLSO/D_COURSE_STATUS
PRODUCT_TYPE_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
PRODUCT_TYPE_IDObject ID OBJEKTIDNUMC8NUM08PON
PRODUCT_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
PRODUCT_IDObject ID OBJEKTIDNUMC8NUM08PON
COURSE_DESCObject Name STEXTCHAR40TEXT40
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DELIVERY_METHOD_IDDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
EXT_DELIVERY_METHODExternal Delivery Method /XLSO/E_EXT_DELV_METHCHAR40LSO_TFORMT_C
LOCATIONCourse Location /XLSO/E_COURSE_LOCCHAR40
LOCATION_IDBusiness Event Location LOCIDNUMC8Assigned to domainHROBJID
START_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
START_TIMEStart Time BEGUZTIMS6UZEIT
END_TIMEEnd Time ENDUZTIMS6UZEIT
DURATION30 Characters CHAR30CHAR30CHAR30
MAX_NO_ACCESSChar 20 CHAR20CHAR20CHAR20
CURRENT_NO_ACCESSChar 20 CHAR20CHAR20CHAR20
LEARNER_IDUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
LEARNER_FIRST_NAMEFirst name AD_NAMEFIRCHAR40TEXT40
LEARNER_LAST_NAMELast name AD_NAMELASCHAR40TEXT40
SALES_ORDER_NOSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
ITEM_NOItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ITEM_QTYTarget quantity in sales units DZMENGQUAN13(3) MENG13
LEARNING_OBJECTIVEPercentage Learning Objects to Be Completed LSO_FLUP_LOSUCCSDEC5(2) DEC3_2V
PROGRESS_RESULTChar 80 CHAR80CHAR80CHAR80
CANCEL_REQSingle-Character Indicator CHAR1CHAR1CHAR1
CONFIRM_PARTICIPANTSingle-Character Indicator CHAR1CHAR1CHAR1
BOOKING_STATUSBooking/Cancellation Status /XLSO/E_BOOK_STATUSCHAR2/XLSO/D_BOOK_CANCEL_STATUS
AVG_RATING Average rating of Course0
LEARNER_RATED_FLG Has Learner rated the course0
URLInsert link SO_URLCHAR4096SO_URL
COLL_LINKBase URL /XLSO/E_BASE_URLCHAR255
SHOW_EVALUATESingle-Character Indicator CHAR1CHAR1CHAR1
RATING_VALUERating Value /XLSO/E_RATINGINT410/XLSO/D_RATING
PARTICIPANT_STATUSParticipation Confirmed LSO_CONFIRMEDCHAR1LSO_CONFIRM
TRANS_CTXTTransaction Context GUID /XLSO/E_TRANS_CTXTNUMC8/XLSO/D_TRANS_CTXT
CATALOG_IDProduct catalog number WMINRCHAR10Assigned to domainWMINRWMIWPC1
CAT_VARProduct catalog variant WMVARDCHAR3Assigned to domainWMVAR
SHOP_IDShop ID /XLSO/E_SHOP_IDCHAR255/XLSO/D_SHOP_ID
TPARTDOCNOCourse Participation - Document LSO_TPARTDOC_CCHAR10ALPHABELNR
START_NOWSingle-Character Indicator CHAR1CHAR1CHAR1
COMM_URLLink to Content LSO_URL_CCHAR4096CHAR4096
EBO_PASSEDNumber of Learning Objectives Achieved LSO_TNUMEBOS_CNUMC4NUMC4
EBO_PERCENTAchieved Learning Objectives (Percentage) LSO_PERC_EBODEC5(2) DEC3_2V
LU_PASSEDNumber of Completed Learning Objects LSO_TNUMELUS_CNUMC4NUMC4
LU_PERCENTLearning Objects Accessed (Percentage) LSO_PERC_LODEC5(2) DEC3_2
/XLSO/CATALOG_IDProduct catalog number WMINRCHAR10Assigned to domainWMINRWMIWPC1
/XLSO/CAT_VARProduct catalog variant WMVARDCHAR3Assigned to domainWMVAR
PASSEDCourse Passed PARTIC_PASSEDCHAR1PARTIC_PASSED
FAILEDReason for Course Failed LSO_FAILEDNUMC4LSO_FAILED_REASON
FOLLOW_UPParticipation Was Followed Up PARTIC_FOLLOWUPCHAR1PARTIC_FOLLOWUP
CONFIRMEDParticipation Confirmed PARTICCONFCHAR1PARTICCONF
CREATED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS

Key field Non-key field



How do I retrieve data from SAP structure /XLSO/S_BE_GET_ALL_TRAININGS using ABAP code?

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

How to access SAP table /XLSO/S_BE_GET_ALL_TRAININGS

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