/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
Below is a list of transaction codes which are relevant to this SAP report
/DSD/SL_LIST_DOC_DIF - Differences in Settlement Document
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/DSD/SL_LIST_DOC_DIFF - Differences in Settlement Document /DSD/SL_LIST_DOC_DIFF - Differences in Settlement Document /DSD/SL_FSR_FAULT_HANDLING - Include /DSD/SL_FSR_FAULT_HANDLING /DSD/SL_FSR_CHECK_RECEIVE_RESU - Include /DSD/SL_FSR_CHECK_RECEIVE_RESU /DSD/SL_FSRTOP - /DSD/SLFSRTOP /DSD/SL_FSRSEL_USER_DEF_OUTPUT - /DSD/SLFSRSELUSERDEFOUTPUT