cancel
Showing results for 
Search instead for 
Did you mean: 

error while passing file from webdynpro screen to DMS server to gene DMS no

Former Member
0 Kudos

hello gurus,

i have one requirement in webdynpro abap.i need somme stuff to achive this.let me explain my requirement first.

i have one view as main having file upload UI element and one action button as CREATE. now i perform browse and selected one file . now i am going to perform action on that create button it is should generate one DMS document number against the selected file and strore this file in DMS storage location.for this i have used 'BAPI_DOCUMENT_CREATE2' bapi inside Action of CREATE BUTTON. but it is showing error like 'Error while checking in and storing: D:\file1.doc'

TYPE E

ID 26

NUMBER 253

MESSAGE Error while checking in and storing: D:\file1.doc

but when i am executing the BAPI 'BAPI_DOCUMENT_CREATE2' directly while passing the same data to bapi it is generating the document number perfectly.

i am new for this webdynpro could you please suggest me how can i overcome this problem.

regards.

babu.

Accepted Solutions (0)

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

This is not error with respect to WD. you can check same problem in thread

I guess this will solve your problem.

Thanks,

Chandra