on 2018 May 29 6:03 PM
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:
It is alredy activated and It does not work 😞
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.