cancel
Showing results for 
Search instead for 
Did you mean: 

Dms : Error using SAP-SYSTEM Storage Category

Former Member

hi guys ,

i have some issue related to checkin document .

while i am checkin a document using storage category KPRO ,the document is getting stored but when i use SAP-SYSTEM the Document is not getting stored

I have used the BAPI CVAPI_DOC_CHECKIN

CALL FUNCTION 'CVAPI_DOC_CHECKIN'

EXPORTING

pf_dokar = lv_doc_type

pf_doknr = lv_doc_num

pf_dokvr = lv_doc_ver

pf_doktl = lv_doc_part

pf_content_provide = 'TBL'

IMPORTING

psx_message = ls_message

TABLES

pt_files_x = lt_files

pt_content = lt_drao.

for checkin the document

Please let me know ASAP

Regards

Parin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

parin,

u r Question is u want to store DIR in Vault, or SAP DB right.

1.In DC10, u remove flag 'use Kpro'

2.Also, check data carrier type 'Vault' this is if u want to store in Vault.

3. SAP DB is defult.

note: if u using HTTP content server, u have to go for 'Use Kpro' this is standard configuration.

Benakaraj

??P

christoph_hopf
Advisor
Advisor
0 Kudos

Dear Parin,

based on your description I'm quite sure that in the customizing of your used document type (transaction DC10) the flag

'Use KPRO' is set. If this flag is maintained then the originals could only be stored in the content server storage category which is not SAP-SYSTEM.

SAP-SYSTEM is a non-KPRO storage alternative and I would recommend you to use the KPRO storage concept in DMS.

Best regards,

Christoph