cancel
Showing results for 
Search instead for 
Did you mean: 

problem wih attaching document

Former Member
0 Kudos

Hi all,

I am using function BDS_BUSINESSDOCUMENT_CREATEF to attach a PC document to a BO. But I am getting an error

Knowledge Provider: Transfer error.

Why is this happening?

Are there any values to be passed in 'signature' TABLES parameter of BDS_BUSINESSDOCUMENT_CREATEF ?

Please help.

Regards,

Ananya

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Raja,

I have done as above.But now,when I am trying to see the attached document by clicking on it,message comes,'Error in opening document'.

Please help.

Regards,

Ananya

athavanraja
Active Contributor
0 Kudos

what type of documents are you uploading.

Regards

Raja

Reward points to helpful answers by choosing appropriate radio buttons

Former Member
0 Kudos

Hi,

logical system = (nothing passed)

clasname = 'ZBSCTICKET'

classtype = 'BO'

client (nothing passed)

object_key = the ticket number to which the file is to be attached.

In the FILES table,

directory = 'C:\'

filename = 'test2.doc'.

Regards,

Ananya

athavanraja
Active Contributor
0 Kudos

call function OWN_LOGICAL_SYSTEM_GET this will return the current systems logical system id pass this to logical system

client pass sy-mandt

and in the files table

for columns DOC_COUNT

COMP_COUNT

pass 00000001

file name and directory names are case sensitive.

and i assume that 'ZBSCTICKET' is a valid business class (available in transaction SWO1

Regards

Raja

athavanraja
Active Contributor
0 Kudos

you dont need anything in the signature, its bascially for populating various attributes of the attachment.

generally "Knowledge Provider: Transfer error" happens when the connection to the connected content server is broken.

let me know what parameters are passed to the FM, then we can anyalyze is there any issue with passing params.

let me know the input of

LOGICAL_SYSTEM

CLASSNAME

CLASSTYPE

CLIENT

OBJECT_KEY

and what you have passed (field name and value) in FILES table

Regards

Raja

former_member188685
Active Contributor
0 Kudos

Hi Ananya,

Raja Can Help you in this Regard.

i think some time back there is some discussion, just check in the Forum.

Regards

vijay

Former Member
0 Kudos

Hay Ananya

Check with the standard Programs

1) BDSTEST5

2) LBDS_TOOLSF01

3) LBDS_TOOLSU03

4) LWEB_BDNF01

5) LWEB_BDNU05

also check in the following Classes

CL_BDS_DOCUMENT_SET

CREATE_WITH_FILES

Thanks & regards

Sreenivasulu P