GRFN_ACTIVATE_EXAMPLE_ROLES 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_ACTIVATE_EXAMPLE_ROLES into the relevant SAP transactions such as SE38 or SE80
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: PV_TEST = Test Mode
Selection Text: P_VAL = Customizing task id
Title: Program GRFN_ACTIVATE_EXAMPLE_ROLES
Text Symbol: 001 = Activate BC sets for roles
Text Symbol: 002 = Entity role BC set customization
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING system_client_edit = lv_sce EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.
BAPI_CTREQUEST_CREATE CALL FUNCTION 'BAPI_CTREQUEST_CREATE' EXPORTING request_type = sctsc_type_customizing author = sy-uname text = text-002 "'Entity role BC set customization' * TRANSLAYER = * PROJECT = IMPORTING requestid = lv_request_id header = lv_header * RETURN = TABLES authorlist = lt_authorlist task_list = lt_task_list .
SCPR_ACTIVATE_BCSETS_REMOTE CALL FUNCTION 'SCPR_ACTIVATE_BCSETS_REMOTE' EXPORTING simulation_on = pv_test task_number_cust = ls_task_list-taskid "lv_request_id IMPORTING proto_handle = lv_proto_handle rc_activ = lv_rc_activ TABLES bcset_ids = lt_bcset_id EXCEPTIONS no_authority = 1 no_bcset = 2 wrong_parameters = 3 no_rfc_authority = 4 rfc_failure = 5 internal_error = 6 batchjob_error = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRFN_ACTIVATE_EXAMPLE_ROLES - Program GRFN_ACTIVATE_EXAMPLE_ROLES GRFN_ACTIVATE_EXAMPLE_ROLES - Program GRFN_ACTIVATE_EXAMPLE_ROLES GRFN_30_2010_UPG_REG_ORG_RELAT - Add Regulation Relation to Child Organization Units GRFN_30_2010_UPG_REG_ORG_RELAT - Add Regulation Relation to Child Organization Units GRFN_30_2010_UPG_REGULATION - PC3.0 Upgrade to PC10.0 - Convert regulation related data GRFN_30_2010_UPG_REGULATION - PC3.0 Upgrade to PC10.0 - Convert regulation related data