cancel
Showing results for 
Search instead for 
Did you mean: 

Project template list not appearing in the Item in drop down option

Former Member
0 Kudos

Hi Experts,

I have created the Project Template and its status is 'released' Also I have maintain the configuration 'Map Item Type to Project to PS' and 'Map Item template to Project template to PS Project'

I have the authorization for the role "SAP_CPR_TEMPLATE_ADMINISTRATOR" with object type 'CPRO_CPT' ,DPT, and UPT'.

Still while creating the Item I am not getting any list/drop down option for Project template after selecting the check box "Create Project On Saving"

Am I Missing some customizing or is it having authorization issue" Please help me on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

judith_gabriel
Contributor
0 Kudos

Dear Rajesh,

You can set a breakpoint at the following coding part to check, if the project-templates are found:


/RPM/ITEM_DETAILS
COMPONENTCONTROLLER
GET_PRO_TEMPLATE_GETLIST

* generate Drop Down Values for project templates (like in relations tab)
CALL METHOD lr_inm_dfm_ui_log->get_ddk_params_on_group_logsys

Table lt_inm_dd_values should contain the Project-Templates.



Best regards,

Judith