SAP Reports / Programs

/SAPSLL/SPL_DISPLAY_CHANGE_DOC SAP ABAP Report - Display Change History of Sanction Lists







/SAPSLL/SPL_DISPLAY_CHANGE_DOC 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 /SAPSLL/SPL_DISPLAY_CHANGE_DOC 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

/SAPSLL/SPL_AR03 - Master Data Change History


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 /SAPSLL/SPL_DISPLAY_CHANGE_DOC. "Basic submit
SUBMIT /SAPSLL/SPL_DISPLAY_CHANGE_DOC AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/SPL_DISPLAY_CHANGE_DOC 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: P_DATUM = From Date
Selection Text: P_LGREG = Legal Regulation
Selection Text: P_LTYPE = Type of List
Selection Text: P_NUMMER = Change Document Number
Selection Text: P_PARNO = Data Provider
Selection Text: P_REFID = External Number
Selection Text: P_UNAME = Last Changed by
Selection Text: P_ZEIT = From Time
Title: Display Change History of Sanction Lists
Text Symbol: 001 = These selection criteria are not very specific - a large number of records will
Text Symbol: 002 = be selected. This could take quite some time. Continue anyway?
Text Symbol: 003 = Information
Text Symbol: 008 = Sanctioned Party List
Text Symbol: 009 = Administrative Data


INCLUDES used within this REPORT /SAPSLL/SPL_DISPLAY_CHANGE_DOC

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:

/SAPSLL/PARTNER_GUID_GET CALL FUNCTION '/SAPSLL/PARTNER_GUID_GET' EXPORTING iv_parno = p_parno IMPORTING ev_guid_prtn = ls_tspl-spl_provider_id.

/SAPSLL/CD_TABKEY_GET CALL FUNCTION '/SAPSLL/CD_TABKEY_GET' EXPORTING iv_table_name = gc_tablename-tspl is_pk = ls_tspl-pk is_sk = ls_tspl-sk is_debug = gs_debug IMPORTING ev_objectid = ls_cd_intact_input-cdobjectid EXCEPTIONS internal_error = 1 invalid_structure = 2 OTHERS = 3.

/SAPSLL/CD_PRESELECT CALL FUNCTION '/SAPSLL/CD_PRESELECT' EXPORTING is_cd_intact_input = ls_cd_intact_input is_debug = gs_debug IMPORTING ev_counter = lv_counter EXCEPTIONS no_data = 1 internal_error = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = lv_string display_cancel_button = gc_false IMPORTING answer = lv_popupanswer.

/SAPSLL/SPL_CD_DISPLAY_CONTROL CALL FUNCTION '/SAPSLL/SPL_CD_DISPLAY_CONTROL' EXPORTING is_debug = gs_debug IMPORTING et_cd_display_control = lt_cd_display_control.

/SAPSLL/CD_IFACE_CALL CALL FUNCTION '/SAPSLL/CD_IFACE_CALL' EXPORTING is_cd_intact_input = ls_cd_intact_input it_cd_display_control = lt_cd_display_control is_debug = gs_debug EXCEPTIONS no_data = 1 internal_error = 2 time_zone_error = 3 OTHERS = 4.



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 /SAPSLL/SPL_DISPLAY_CHANGE_DOC or its description.