/DSD/SL_SLD_FLOW SAP (Settlement: Document Flow) Table details

Dictionary Type: Table
Description: Settlement: Document Flow




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




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

/DSD/SL_SLD_FLOW is a standard SAP Table which is used to store Settlement: Document Flow data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/SL_SLD_FLOW table consists of various fields, each holding specific information or linking keys about Settlement: Document Flow data available in SAP. These include PRE_DOC_TYPE (DSD: Preceding Document - Category), PRE_DOC_ID (DSD: Preceding Document - Number), PRE_DOC_ITEM (DSD: Preceding Document - Item), FOL_DOC_TYPE (DSD: Subsequent Document - 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /DSD/SL_SLD_FLOW table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PRE_DOC_TYPEDSD: Preceding Document - Category /DSD/SL_PRE_DOC_TYPENUMC3/DSD/SL_FLOW_DOCTYP
PRE_DOC_IDDSD: Preceding Document - Number /DSD/SL_PRE_DOC_IDCHAR35/DSD/HH_EXT_ID
PRE_DOC_ITEMDSD: Preceding Document - Item /DSD/SL_PRE_DOC_ITEMNUMC6Assigned to domainPOSNR
FOL_DOC_TYPEDSD: Subsequent Document - Type /DSD/SL_FOL_DOC_TYPENUMC3/DSD/SL_FLOW_DOCTYP
FOL_DOC_IDDSD: Subsequent Document - Number /DSD/SL_FOL_DOC_IDCHAR35/DSD/HH_EXT_ID
FOL_DOC_ITEMDSD: Subsequent Document - Item /DSD/SL_FOL_DOC_ITEMNUMC6Assigned to domainPOSNR
TOUR_IDDSD Route Settlement: Tour ID /DSD/HH_TOUR_IDCHAR32/DSD/HH_GUID
VISIT_IDDSD - RA: Visit ID /DSD/HH_VISIT_IDNUMC6/DSD/HH_LFDNR

Key field Non-key field



How do I retrieve data from SAP table /DSD/SL_SLD_FLOW using ABAP code

The following ABAP code Example will allow you to do a basic selection on /DSD/SL_SLD_FLOW to SELECT all data from the table
DATA: WA_/DSD/SL_SLD_FLOW TYPE /DSD/SL_SLD_FLOW.

SELECT SINGLE *
FROM /DSD/SL_SLD_FLOW
INTO CORRESPONDING FIELDS OF WA_/DSD/SL_SLD_FLOW
WHERE...

How to access SAP table /DSD/SL_SLD_FLOW

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