cancel
Showing results for 
Search instead for 
Did you mean: 

Activity Confirmation

Former Member
0 Kudos

Hello all,

Scenario is- A FERT material assigned in the project which creates WBS reservation. FG is produced by production order and then delivered from Project stock.

Before delivery of the FERT, I want to check the activity confirmation to which FERT is assigned.

I have a WBS number as an input to call the BAPI, in the user exit for deivery @ save.

Which BAPI shall I call in to check the activity and reservation stauts for perticular WBS? and which FM will be useful to perform the confirmation of perticular activity?

Please reply..

Thanks and Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Make use of the folowing BAPIs

1) BAPI_PROJECT_GETINFO - get all the activities for the mentioned WBS.

2) BAPI_BUS2002_GET_STATUS - get the status of required activity. Not sure how to derive the activity to which the component is assigned out of the all activities for WBS.

3) BAPI_NETWORK_CONF_ADD - to confirm the activity.

Regards

Sejo