/DSD/SL_SLD_LOG_CONTEXT SAP (DSD: Settlement Context of a Message) Structure details

Dictionary Type: Structure
Description: DSD: Settlement Context of a Message




ABAP Code to SELECT data from /DSD/SL_SLD_LOG_CONTEXT
Related tables to /DSD/SL_SLD_LOG_CONTEXT
Access table /DSD/SL_SLD_LOG_CONTEXT




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

/DSD/SL_SLD_LOG_CONTEXT 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 "DSD: Settlement Context of a Message" 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_/DSD/SL_SLD_LOG_CONTEXT TYPE /DSD/SL_SLD_LOG_CONTEXT.

The /DSD/SL_SLD_LOG_CONTEXT table consists of various fields, each holding specific information or linking keys about DSD: Settlement Context of a Message data available in SAP. These include OBJ_TYP (DSD - RA: Tour Document Type), OBJ_ID (DSD - RA: Tour Document Number of the Tour Document Type), CHECK_ID (DSD - RA: Check ID for Check-Out / Check-In), ITEMNR (DSD - RA: Check-Out / Check-In - Item Number).. 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)


SAP /DSD/SL_SLD_LOG_CONTEXT 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
TOUR_IDDSD Route Settlement: Tour ID /DSD/HH_TOUR_IDCHAR32/DSD/HH_GUID
OBJ_TYPDSD - RA: Tour Document Type /DSD/HH_DOC_TYPCHAR2/DSD/HH_DOC_TYP
OBJ_IDDSD - RA: Tour Document Number of the Tour Document Type /DSD/HH_DOC_IDCHAR10Assigned to domainALPHAVBELN
CHECK_IDDSD - RA: Check ID for Check-Out / Check-In /DSD/HH_CHECK_IDNUMC6/DSD/HH_LFDNR
ITEMNRDSD - RA: Check-Out / Check-In - Item Number /DSD/HH_COCI_ITEMNRNUMC6/DSD/HH_LFDNR
VISIT_IDDSD - RA: Visit ID /DSD/HH_VISIT_IDNUMC6/DSD/HH_LFDNR
HH_DELVRYDSD Route Settlement: External Delivery/Order Number /DSD/HH_HH_DELVRYCHAR35/DSD/HH_EXT_ID
HH_DELVRY_ITDSD Route Settlement: Item Number of External Delivery/Order /DSD/HH_HH_DELVRY_ITNUMC6/DSD/HH_LFDNR
HH_INVOICEDSD Route Settlement: External Invoice Number /DSD/HH_HH_IVOCECHAR35/DSD/HH_EXT_ID
HH_INVOICE_ITDSD Route Settlement: Item Number of External Invoice /DSD/HH_HH_IVOCE_ITNUMC6/DSD/HH_LFDNR
CASH_IDDSD - RA: Receipts/Expenditures ID /DSD/HH_CASH_IDNUMC6/DSD/HH_LFDNR
ASS_ITEMDSD - RA: Assignment Item Number /DSD/HH_ASS_ITEMNUMC6/DSD/HH_LFDNR

Key field Non-key field



How do I retrieve data from SAP structure /DSD/SL_SLD_LOG_CONTEXT using ABAP code?

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

How to access SAP table /DSD/SL_SLD_LOG_CONTEXT

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