SAP Reports / Programs | Governance, Risk and Compliance(GRC) SAP GRC

GRFN_CY_ACTIVATE_CR SAP ABAP Report - Copy Crystal Report - D version to A version







GRFN_CY_ACTIVATE_CR 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 GRFN_CY_ACTIVATE_CR 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

GRFN_ACTIVATE_CR - Activate GRC PC/RM Crystal Reports


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 GRFN_CY_ACTIVATE_CR. "Basic submit
SUBMIT GRFN_CY_ACTIVATE_CR AND RETURN. "Return to original report after report execution complete
SUBMIT GRFN_CY_ACTIVATE_CR 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: PT_GUID = Crystal Report GUID(s)
Selection Text: P_ORILA = TADIR Entry Original Language
Selection Text: P_TADIR = Create CRWB TADIR entries
Title: Copy Crystal Report - D version to A version
Text Symbol: 001 = WARNING: Report: &1 does not exist, skipping record for activation
Text Symbol: 002 = SUCCESS: Report: &1 ('&2') successfully activated
Text Symbol: 003 = ERROR: Error occurred while activating report: &1 ('&2')


INCLUDES used within this REPORT GRFN_CY_ACTIVATE_CR

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:

RSOWB_ACTIVATE_CONTENT CALL FUNCTION 'RSOWB_ACTIVATE_CONTENT' EXPORTING i_t_tlogo = lt_tlogo i_check_mode = rs_c_false i_with_activation = rs_c_true i_with_cts = rs_c_true i_with_enqueue = rs_c_true i_wbtyp = 'C' " crystal reports IMPORTING e_subrc = l_subrc e_t_msg = lt_msg e_t_tlogo_manual = lt_tlogo_manual e_t_tlogo_error = lt_tlogo_error EXCEPTIONS error_message = 1 OTHERS = 1.

TRINT_CHANGE_TADIR_MASTERLANG CALL FUNCTION 'TRINT_CHANGE_TADIR_MASTERLANG' EXPORTING wi_tadir_pgmid = rs_c_pgmid_r3tr wi_tadir_object = rs_c_tlogo-crystal_report wi_tadir_obj_name = l_obj_name wi_tadir_masterlang = p_orila EXCEPTIONS object_has_no_tadir = 1 no_modification_of_head_syst = 2 obj_specification_not_unique = 3 pgmid_object_not_allowed = 4 masterlang_not_allowed = 5 error_message = 6 OTHERS = 6.

RSWBI_CONTENT_WB_ACTIVATE CALL FUNCTION 'RSWBI_CONTENT_WB_ACTIVATE' EXPORTING i_wbid = l_guid i_wbtyp = 'C' " crystal reports EXCEPTIONS insert_error = 1 content_workbook_not_found = 2 error_message = 3 OTHERS = 3.



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