cancel
Showing results for 
Search instead for 
Did you mean: 

PPM ITEM ATTACHMENT CREATE/READ/MODIFY

carlo_cavalieri
Discoverer
0 Kudos

HI,

i need read create modify and delete file document from portfolio item using class or BAPI.

I see class /RPM/CL_DOCUMENTS but i don't know how use it.

Somebody can help me?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member595092
Discoverer
0 Kudos

Hi Carlo,

can you give me some example code,i have the same requiement, and i don't know how to use the class,thanks a lot.

silvia_kreuzhuber
Active Participant
0 Kudos

Hi,

there is no BAPI for creating/deleting documents in items. You could use class /RPM/CL_UI_DOC_LOGIC, for example method CREATE_DOC_IN_FOL for creating or DELETE_DOCFOL for deleting documents in your own program logic.

Regards,

Silvia

carlo_cavalieri
Discoverer
0 Kudos

Hi Silvia,

thanks for the answer but we can not use that class because we do not develop into a wd. We used the class

/ RPM / CL_DOCUMENT_API and we solved our issue.

Regards

Carlo

former_member595092
Discoverer
0 Kudos

Hi 卡罗,

can you give me some example code,i have the same requiement, and i don't know how to use the class,thanks a lot.