cancel
Showing results for 
Search instead for 
Did you mean: 

Check in to DOCUMENTUM (external repository)

former_member334926
Participant
0 Kudos

Hello

I have a program Z to do upload PDF file:

From /int_dev/xyz/abc/in/qwe/ (al11)

To DOCUMENTUM (external repository).

When executed, this program sends a message:

Error while checking in and storing: /int_dev/xyz/abc/in/qwe/test.pdf

The same program is used to check in:

From C:\ABC\

To: DOCUMENTUM (external repository), and my result it´s OK.

What happens?

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi User,

I hope you are trying to upload document in content repository for DMS using the function module.If so try using the system path PF_HTTP_DEST.

Also please explain what you mean by Documentum(External repository).

Rgds,

Nayeem.

benedikt_wagner_mdt
Active Participant
0 Kudos

Hi "DMS user",

I guess you use function module BAPI_DOCUMENT_CREATE2 in your program.

You have to feed different values to parameter PF_HTTP_DEST depending on the source of the file:

  • access to frontend (local file systems):  'SAPHTTP'; this is the standard value
  • access to application server, execution in background: 'SAPHTTPA'

Regards,

Benedikt