SAP Reports / Programs

/DSD/SL_LIST_DOC_DIFF SAP ABAP Report - Differences in Settlement Document







/DSD/SL_LIST_DOC_DIFF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /DSD/SL_LIST_DOC_DIFF into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/DSD/SL_LIST_DOC_DIF - Differences in Settlement Document


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /DSD/SL_LIST_DOC_DIFF. "Basic submit
SUBMIT /DSD/SL_LIST_DOC_DIFF AND RETURN. "Return to original report after report execution complete
SUBMIT /DSD/SL_LIST_DOC_DIFF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_VPTYP = D .
Selection Text: S_VLID = D .
Selection Text: S_VEHICL = D .
Selection Text: S_SLTYP = D .
Selection Text: S_SHTYP = D .
Selection Text: S_SHIPM = D .
Selection Text: S_DOCID = D .
Selection Text: S_CREUSR = D .
Selection Text: S_BSO = D .
Selection Text: P_LAYOUT = D .
Selection Text: S_TOURID = Tour
Selection Text: S_STATUS = Tour Status
Selection Text: S_SDATE = Tour Start Date
Selection Text: S_SCENAR = Tour Scenario
Selection Text: S_OBJASS = Assigned Object
Selection Text: S_DRIVER = Driver
Selection Text: P_QDIFF = Quantity Differences
Selection Text: P_MDIFF = Monetary Differences
Title: Differences in Settlement Document
Text Symbol: TOU = Tour
Text Symbol: QDT = Quantity Difference
Text Symbol: QDS = QuDiff
Text Symbol: MDT = Monetary Difference
Text Symbol: MDS = MoDiff
Text Symbol: LST = List Display
Text Symbol: DOC = Settlement Document


INCLUDES used within this REPORT /DSD/SL_LIST_DOC_DIFF

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

/DSD/RP_GET_DSD_ACTIVE_INFO CALL FUNCTION '/DSD/RP_GET_DSD_ACTIVE_INFO' CHANGING cf_dsd_active = lv_active.

/DSD/DE_DSP_SETTLE_DOC CALL FUNCTION '/DSD/DE_DSP_SETTLE_DOC' EXPORTING it_sld_head = lt_sld_head it_sld_item = lt_sld_item " Dummy it_sld_qbal = lt_sld_qbal it_sld_mbal = lt_sld_mbal it_sld_qbal_using = lt_sld_qbal_using " Dummy it_sld_mbal_using = lt_sld_mbal_using " Dummy it_sld_qdet = lt_sld_qdet.

/DSD/DE_ENTRY CALL FUNCTION '/DSD/DE_ENTRY' EXPORTING if_doc_typ = '20' " Visit List if_doc_nr = pv_vlid if_mode = '2' " Display Mode if_doc_pos = '3'. " Single Record

/DSD/DE_ENTRY CALL FUNCTION '/DSD/DE_ENTRY' EXPORTING if_doc_typ = '10' " Shipment if_doc_nr = pv_shipment if_mode = '2' " Display Mode if_doc_pos = '3'. " Single Record

SD_SHIPMENT_F4_HELP CALL FUNCTION 'SD_SHIPMENT_F4_HELP' EXPORTING i_opt_restricted = space CHANGING c_tknum_range = s_shipm[] c_tknum = pv_tknum.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /DSD/SL_LIST_DOC_DIFF or its description.