Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating documents using cv01n

Former Member
0 Kudos

Hi All,

I want to create some documents and link these documents in material master additional data. I want to use FM 'BAPI_DOCUMENT_CREATE'. When i went thru the functional documentation i found that there is a table BAPI_DOC_DRAD. Here in documentation table and name and object key is passed. What is the purpose of this table. I want to know is there any way that i can add this document to the material master using the same BAPI.

Thanks

2 REPLIES 2

alpesh_saparia3
Active Contributor
0 Kudos

You can Link Material code with using Object Link. BAPI_DOC_DRAD table is used to link different kinds of Objects.

-Alpesh

0 Kudos

Can you explain me in detail i mean the fields in that table. What i understand from the FM documentation is we have to provide table name as object type and material number or old material number as object key. If i am wrong correct me.

Thanks