cancel
Showing results for 
Search instead for 
Did you mean: 

Some project templates not working

Former Member
0 Kudos

Hi experts,

We are using PPM 6.0.

I am getting an error when I try to create PS project from PPM item.

There are 2 templates assigned to Item type.

When I choose one template and check the "Create project on Saving", a PS project is getting created successfully.

But with the other template, I am not able to save and I am getting a message "Error occured during processing (see error log)".

Please help to resolve this issue.

Thanks and regards,

Sameer

Accepted Solutions (0)

Answers (1)

Answers (1)

judith_gabriel
Contributor
0 Kudos

Dear Sameer,

is the PS-project still existing in the system?

Can you open the PS-project in cj20n?

Best regards,
Judith

Former Member
0 Kudos

Dear Gabriel,

Thanks for your reply.

Yes. The project created with first template is existing in the system. And I can open this project in cj20n.

But with the other template, I am not able to save the item itself. So project is not getting created in the system.

Thanks and regards,

Sameer

judith_gabriel
Contributor
0 Kudos

Dear Sameer,

you can set a breakpoint at the following coding part - this is the RFC-call to the ERP-system where the PS-project should be created:

CL_INM_OF_PS_HELPER

CREATE_OBJECT_WITH_TEMPLATE

      * Create Project
        CALL FUNCTION 'INM_S_OF_RFC'

       ...


In ERP-system you can set a breakpoint at the following function modules where the PS-project is

created:

FM: INM_S_OF_RFC

FM: 2054_PROJECT_MAINTAIN 

best regards,
Judith