Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How transfer a DOCX file from application server to DMS

Former Member
0 Kudos

Hello Experts,

I have a DOCX file in application server i need to send that file to existing DMS path.

I have tried with : CVAPI_DOC_CHECKIN &BAPI_DOCUMENT_CHECKIN2.

But when i am passing 'STORAGE_CAT' file is not creating ,

if i am not passing 'STORAGE CAT' file is adding in existing path but i am unable to open

following information message is raising.

"Start authorization for application not set in dms"

How to solve it. please guide me any one expert.

Thanks

Naga

1 REPLY 1

former_member182550
Active Contributor
0 Kudos

Have you defined your document type, storage category, data carrier and application in customising ?

If the file is a new file then you need to use BAPI_DOCUMENT_CREATE2 rather than the CHECKIN modules.

Rich