/XLSO/BUNDLE_DATA SAP (RFC Bundle data structure) Structure details

Dictionary Type: Structure
Description: RFC Bundle data structure




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




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

/XLSO/BUNDLE_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 "RFC Bundle data structure" 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/BUNDLE_DATA TYPE /XLSO/BUNDLE_DATA.

The /XLSO/BUNDLE_DATA table consists of various fields, each holding specific information or linking keys about RFC Bundle data structure data available in SAP. These include COURSETYPE (Type of Related Object), COURSETYPE_ID (Course Type Object ID), START_DATE (Start Date), END_DATE (End Date).. 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/BUNDLE_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
ITEM_NOCourse Type Element: Sequence LSO_CURR_POSITIONNUMC2LSO_CURR_POSITION
COURSETYPEType of Related Object SCLASCHAR2Assigned to domainOTYPE
COURSETYPE_IDCourse Type Object ID LSO_TRAINTYPE_ID_CNUMC8Assigned to domainHROBJID
START_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
COURSE_DETAILS 0
PREREQUISITES 0
RATINGCalculated Average Rating Value /XLSO/E_AVERAGEDEC5(2) /XLSO/D_AVERAGE
TITLEObject Abbreviation SHORT_DCHAR12TEXT12
DESCRIPTIONObject Name STEXTCHAR40TEXT40
LANGU_ISO_TAB 0
REQUIRED Required Curriculum Bundle Element /XLSO/DE_CURR_MANDATORYCHAR1XFELD
NO_OF_MAND_COURSEProcessing Rule /XLSO/E_PROCESSING_RULENUMC2/XLSO/D_PROCESSING_RULE
DURATION Duration0
DELIVERY_MTD_DESCDelivery Method Text LSO_TFORMT_CCHAR40LSO_TFORMT_C
DELIVERY_METHODDelivery Method LSO_TFORM_CNUMC4Assigned to domainLSO_TFORM_CH_LSOTFORM_C
URLLink to Content LSO_URL_CCHAR4096CHAR4096
TTL_CMP_TIMECharacter field of length 40 CHAR40CHAR40CHAR40
MAX_NO_ACCESSCharacter Field Length = 10 CHAR10CHAR10CHAR10
CURR_NO_ACCESSCharacter Field Length = 10 CHAR10CHAR10CHAR10
PROGRESSPercentage Learning Objects to Be Completed LSO_FLUP_LOSUCCSDEC5(2) DEC3_2V
COMP_STATUSchar120 CHAR120CHAR120CHAR120
START_TIMEStart Time BEGUZTIMS6UZEIT
END_TIMEEnd Time ENDUZTIMS6UZEIT
CONFIRM_PARTICIPANTSingle-Character Indicator CHAR1CHAR1CHAR1
LOCATION_IDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
LOCATIONCourse Location /XLSO/E_COURSE_LOCCHAR40
RATING_VALUERating Value /XLSO/E_RATINGINT410/XLSO/D_RATING
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
START_NOWSingle-Character Indicator CHAR1CHAR1CHAR1
RATING_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
COMM_URLLink to Content LSO_URL_CCHAR4096CHAR4096

Key field Non-key field



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

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

How to access SAP table /XLSO/BUNDLE_DATA

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