cancel
Showing results for 
Search instead for 
Did you mean: 

Custom attributes/fields for cProject documents

0 Kudos

Hello,

I am working with cProject 4.5 and need to create custom attributes/fields for documents to store some business specific information. We wont be using cProjects standard screen to upload the documents rather we will use custom screen to do so. So I dont need to enhance the WebDynpro UI screen.

Initially I thought of extending the structure DPR_DOCUMENT. But then realized that BAPI BAPI_BUS2172_DOCUMT_GET_DETAIL does not have any extension parameters. Also class CL_DPR_DOCUMENT doesn't have methods to upload custom attributes/fields.

I can save these custom attributes/fields in a custom table but I am looking for some standard solution .

Please let me know if you have better way to resolve this issue.

Thanks in Advance

Bhushan

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189058
Active Contributor
0 Kudos

Hi Bhushan,

Try using EDMS Documents. I am not very sure if this can help you or not. You may explore this area and see if you find something useful.

For EDMS Documents, the structure has a customer include, there are methods that will set/get extensions.

To begin with, you will find references of EDMS documents in CL_DPR_DOCUMENT class.

Regards,

Reema.