cancel
Showing results for 
Search instead for 
Did you mean: 

Documents and Notes not creating folder for Item. Error: Invalid Http

0 Kudos

Hi, we have followed the configuration guide for Implementing PPM and Cfolders; However the "Documents and Notes" tab are not creating the automatic Folder by default when you create an item. We see a link that said "Open Documents Folder", when we hit the link, we get the message: Invalid Http Destination.

This error is the same for the buckets, we cannot attach any document cause the "Documents and Notes" are not working properly.

We are using SAP Portfolio and Project Management 6.1 (ABAP)6.1, CPRXRPM 610_740, Support Packet: SAPK-61009INCPRXRPM ..

Take a look of my screen:

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

It is alredy activated and It does not work 😞

judith_gabriel
Contributor

Dear Andres,

You can set a breakpoint in class CL_INM_SESSION_STATE, method CONSTRUCTOR at the following coding part to check the value of the switch:

CALL FUNCTION 'RPM_GET_SETTINGS_VALUE'
EXPORTING
iv_area = '0007'
iv_name = '0022'
TABLES
et_settingsvalue = lt_doc_val.



Table lt_doc_val should contain the value 0007/0022 with "X".



Best regards,
Judith

0 Kudos

Nice Judith, I found that the value was "x" lower case. I saw it many times but I figure out that the value must be "X" Upper Case. I also open a OSS note on SAP, and they couldn't give a proper answer like you. You are great thanks.

judith_gabriel
Contributor
0 Kudos

Dear Andres,

You have to activate the following switch in customizing to use KPRO for document management:
spro > SAP Portfolio and Project Management > Portfolio Management > Global Customizing > Global Settings > Override Default Global Settings.

Area: 0007

Name: 0022
Setting Value: X (KPRO)



Best regards,

Judith