SAP Reports / Programs

CR_CONFIGURATION SAP ABAP dialog Program - Mod. Pool CR_CONFIGURATION







CR_CONFIGURATION is a standard Module pool for a dialog screen ABAP Program 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 CR_CONFIGURATION 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

CRCONFIG - Certificate Revocation Configuration


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 CR_CONFIGURATION. "Basic submit
SUBMIT CR_CONFIGURATION AND RETURN. "Return to original report after report execution complete
SUBMIT CR_CONFIGURATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Mod. Pool CR_CONFIGURATION
Text Symbol: 227 = Delta CRL
Text Symbol: 228 = Base CRL Number
Text Symbol: 229 = Update By
Text Symbol: 230 = Update At
Text Symbol: 231 = CRL
Text Symbol: 232 = Mandt
Text Symbol: 233 = Certificate Revocation Status
Text Symbol: 234 = Description
Text Symbol: 235 = Source List of Profile:
Text Symbol: 236 = Profile List
Text Symbol: 237 = Transport Profiles
Text Symbol: 238 = (inherited from Default Source List)
Text Symbol: 239 = Do you want to update the existent source for the issuer
Text Symbol: 240 = Issuer name exists already:
Text Symbol: 241 = Profile exists already:
Text Symbol: 242 = CRL Number
Text Symbol: 243 = Source List
Text Symbol: 244 = Prompt for Customizing Request
Text Symbol: 245 = Insert Row
Text Symbol: 246 = Delete Row
Text Symbol: 247 = Create Profile
Text Symbol: 248 = Check URL Availability of selected Issuer
Text Symbol: E01 = Internal error deleting a row
Text Symbol: E02 = Profile name exists already
Text Symbol: SAV = Save the changes?
Text Symbol: 226 = Next Update
Text Symbol: 201 = Issuer Hash
Text Symbol: 202 = Serial Hash
Text Symbol: 203 = Status Issuer Hash
Text Symbol: 204 = Issuer
Text Symbol: 205 = Serial
Text Symbol: 206 = Status
Text Symbol: 207 = Source
Text Symbol: 208 = Status Issuer
Text Symbol: 209 = Status Valid From
Text Symbol: 210 = Status Valid To
Text Symbol: 211 = Status Set By





Text Symbol: 212 = Status Set At
Text Symbol: 213 = Certificate Valid To
Text Symbol: 214 = Subject
Text Symbol: 215 = Issued Before
Text Symbol: 216 = Max Valid To
Text Symbol: 217 = Subject Hash
Text Symbol: 218 = Issuer Hash
Text Symbol: 219 = Profile
Text Symbol: 220 = Active
Text Symbol: 221 = Strict
Text Symbol: 222 = Use Default Source List
Text Symbol: 223 = URL
Text Symbol: 224 = Wait Time
Text Symbol: 225 = This Update


INCLUDES used within this REPORT CR_CONFIGURATION

INCLUDE CR_CONFIGURATION_DEKL.
INCLUDE CR_CONFIGURATION_DYNP.


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:

No SAP FUNCTION MODULES are executed within this report code!



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