cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Object linked to documents

pavan_rachamalla
Explorer
0 Kudos

Hi,

I have a requirement as follows:

A new custom object will be created ( FI document).

I need to be able to load some documents (mostly PDF and Word) for this custom object. I am assuming we need to do this by using the function module BAPI_DOCUMENT_CREATE2. I need to pass objectlinks tables parameter with hte object type and object key with the transaction document i create.

Can you please let me know what are the steps that needs to be carried out like what configuration and what are the steps?

Thanks a lot everyone and appreciate your help in advance.

Thanks

Pavan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In Customizing for the Document Management , you must maintain the key fields for the SAP objects that you want to link to document info records, by choosing Control Data---> Maintain key fields.by adding the values with respect to table, transaction code, field name and parameter ID.

Answers (2)

Answers (2)

pavan_rachamalla
Explorer
0 Kudos

Hi All,

Actually i have done what you mentioned earlier. But the issue was while calling hte function module i did not append the link entry to the table parameter that i am passing.

Thanks

Pavan

Makal
Active Contributor
0 Kudos

In Maintain Screen for Object Link , DMS customizing.

In Define Document Types For your Document Type, * Define object links*

I hope it'll help you.

Thanks