‎2007 Sep 06 8:16 AM
Dear Experts,
When I use BAPI_DOCUMENT_CREATE to create document, I encountered error message "E26300 The Knowledge Provider is using document type DRW as a storage system", can anyone tell me how to solve this issue?
Below is the parameters that I pass in:
docdata-documenttype = 'DRW'.
docdata-documentnumber = it_struc-zmatnr+5(7).
docdata-documentversion = '00'.
docdata-documentpart = '000'.
docdata-statusextern = 'IA'.
docdata-wsapplication1 = 'TIF'.
CLEAR docfiles.
REFRESH docfiles.
docfiles-datacarrier = 'SAP-SYSTEM'.
docfiles-docfile = 'c:\TEST4.TIF'.
docfiles-wsapplication = 'TIF'.
APPEND docfiles.
CLEAR docdesc.
REFRESH docdesc.
docdesc-language = 'EN'.
docdesc-description = 'TESTING'.
APPEND docdesc.
CLEAR objectlinks.
REFRESH objectlinks.
objectlinks-objecttype = 'MARA'.
objectlinks-objectkey = it_struc-zmatnr.
CALL FUNCTION 'BAPI_DOCUMENT_CREATE'
EXPORTING
documentdata = docdata
IMPORTING
DOCTYPE = doctype
DOCNUMBER = docnumber
DOCPART = docpart
DOCVERSION = docver
RETURN = return
TABLES
DOCUMENTDESCRIPTIONS = docdesc
OBJECTLINKS = objectlinks
DOCUMENTFILES = docfiles
.
‎2008 May 05 1:41 AM
‎2009 Jun 17 12:19 PM
I'have the same problem.
Please tell me the solution.
Thx in advance
‎2010 Jul 21 2:30 PM
Hello,
I am also facing the same problem. Did you find a solution for yours?
Thanks and regards,
‎2011 Jan 11 11:37 AM
‎2016 Apr 15 8:47 AM
Former Member,
Can you please tell me how to resolve this issue.
I am also facing same problem.
Regards,
Santhosh G
‎2016 Aug 16 9:54 AM