SECPOL_DISPLAY_CHANGEDOCUMENTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays change documents for security policies...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SECPOL_DISPLAY_CHANGEDOCUMENTS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SECPOL_CHANGES - Security Policy Change Documents
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: GF_RAW = Show Raw Change Documents
Selection Text: GR_ATTR = D .
Selection Text: GR_CHGBY =
Selection Text: GR_CHGNR = D .
Selection Text: GR_POLI = D .
Title: Display Change Documents for Security Policies
Text Symbol: 004 = Creation/Deletion
Text Symbol: 005 = Value transition
Text Symbol: 006 = Selection
Text Symbol: 007 = Display Options
Text Symbol: 008 = Changed From
Text Symbol: 009 = (UTC)
Text Symbol: 010 = Changed To
Text Symbol: 011 = Days
Text Symbol: 012 = Changed By
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING viewcluster_name = 'SEC_POLICY_VC' maintenance_action = 'S' start_object = 'V_SEC_POLICY_RT' TABLES dpl_sellist_for_start_object = lt_dpl_sellist EXCEPTIONS OTHERS = 1.
DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'CDCHNGIND' langu = sy-langu TABLES dd07v_tab = lt_chngind_text EXCEPTIONS OTHERS = 0.
DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'CDCHNGIND' langu = 'E' TABLES dd07v_tab = lt_chngind_text_en EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SECPOL_DISPLAY_CHANGEDOCUMENTS - Display Change Documents for Security Policies SECPOL_DISPLAY_CHANGEDOCUMENTS - Display Change Documents for Security Policies SECONDHWCORR_2 - Adjustment Report Second Local Currency 2 SECONDHWCORR_2 - Adjustment Report Second Local Currency 2 SECONDHWCORR_1 - Adjustment Report Second Local Currency 1 SECONDHWCORR_1 - Adjustment Report Second Local Currency 1