SAP Reports / Programs

SECPOL_DISPLAY_CHANGEDOCUMENTS SAP ABAP Report - Display Change Documents for Security Policies







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


Transaction Code(s):

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

SECPOL_CHANGES - Security Policy Change Documents


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 SECPOL_DISPLAY_CHANGEDOCUMENTS. "Basic submit
SUBMIT SECPOL_DISPLAY_CHANGEDOCUMENTS AND RETURN. "Return to original report after report execution complete
SUBMIT SECPOL_DISPLAY_CHANGEDOCUMENTS 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: 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


INCLUDES used within this REPORT SECPOL_DISPLAY_CHANGEDOCUMENTS

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:

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.



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 SECPOL_DISPLAY_CHANGEDOCUMENTS or its description.