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: 

add word document in project systems with BAPI

0 Kudos

Hi,

I want to create a project with documentation automatically.

I have created a project with following structure with BAPI_PROJECTDEF_MAINTAIN.

PROJECT

DOCUMENTATION

Now I want to add a word document in DOCUMENTATION.

I know how to add a document via transaction CJ20N, but that is not what I want.

I want to add a document via BAPI.

Do you know how I can achieve this with a BAPI ?

Thanks in advance,

Chu

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check this FM CNPB_M_CREATE_DOCUMENT

0 Kudos

Hi Avinash,

Thanks for your quick response.

I try to fill in those input parameters.

I have already stored my document at the server and look at table DRAD for colom DKOB and OBJKY.

When I fill in those values in FM CNPB_M_CREATE_DOCUMENT start to running.

But where did my document goes ? I can not find it back, and it is not added in my DOCUMENTATION.

Do you have any idea where my document is now ?

Chu

Edited by: Chu Lam on May 1, 2009 11:19 AM