Application Development and Automation 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: 
Read only

Create Project Definition-WBS Element using BAPI-LSMW

Former Member
0 Likes
1,523

Dear All,

I want to create Project Definition(CJ20N) and also WBS element for the same.My requirement is that i want to create it from LSMW with the help of BAPI.

Please suggest me.

Thanks,

RP

5 REPLIES 5
Read only

Former Member
0 Likes
893

Because nobody gave answer.

Read only

Former Member
0 Likes
893

Hi,

You can create a project, add wbs elements and release project with following BAPIs. These BAPI should be called in this order.

<b>1</b>.BAPI_PS_INITIALIZATION

<b>2</b>.BAPI_BUS2001_CREATE

<b>3</b>.BAPI_BUS2054_CREATE_MULTI

<b>4</b>.BAPI_BUS2001_SET_STATUS (To set the status at project level)

OR

BAPI_BUS2054_SET_STATUS (To set the status at WBS element level)

<b>5</b>.BAPI_PS_PRECOMMIT

Refer to the documentation of 2 or 3 FM module mentioned above to get further information on how to use these BAPIs.

Let me know if you need any other information.

Regards,

RS

Read only

0 Likes
893

Hi RP,

Thank you for the info...

I have one more question, i have a user logging in the VC and registering a Project so based on that i need to automate the creation of Project in Project Systems....

Do we have any BAPI/FM/Function Call to achieve this.

Thanks in advance..........

Read only

0 Likes
893

Hi Raj,

we have a the same kind of req for once interface. we should create a project automatically once we send project structure from system A to system B. can give the steps you followed for creating a proejct automatically.

Regards

Uthati

Read only

Former Member
0 Likes
893

Hi rp,

Could you please share the idea on how to create projects based on a particular template from Excel using LSMW!.

Thanks & Regards,

Vidya