cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI/FM to assign partner to WBS

Former Member
0 Kudos

Hello Friends,

Is there any BAPI or FM for assigning partner function to WBS element?

If no, what is the best way to assign it programatically?

Thanks in advance!

Regards,

Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member195427
Active Contributor
0 Kudos

Hi Mahesh,

                Check the BAPI_BUS2001_PARTNER_CREATE_M if it helps.

Also, check the SAP Note 638781 which helps in determining project authorization via partner functions.

Useful transaction/Path: OPSPAR3 >Define partner roles >partner determination procedure >Partner schema > Assign partner schema to project profile (OPSA)> this will provide you a tab as "Partner" in WBS.

Hope it makes sense.

Regards

Ankur

Former Member
0 Kudos

Thank you Tushar and Ankur,

The settings suggested by you guys are in place and the Partner tab too is available in WBS.

What I am specifically asking is the method to programatically assign partners to WBS.

Ankur- BAPI_BUS2001_PARTNER_CREATE_M caters only for Project.

Thanks

Mahesh.

Former Member
0 Kudos

Hi Mahesh,

There was similar thread in scn as mentioned below which is yet not replied.

http://scn.sap.com/thread/1341772

Hence, I would suggest you to post this querry in ABAP forums.

Regards

Tushar

Former Member
0 Kudos

Hi Mahesh,

Please follow the path mentioned in below in config,

1.     SPRO -> Project System -> Structures -> Operative. Structures -> Work Breakdown Structure

        (WBS) -> Define Partner determination Procedures and Roles

2.     Select - Define Partner Role

        Here You can create required Partner roles if the same is not in Standard Part. roles

3.    Select - Define Partner Determination Procedures and Partner Roles

       New entries. Enter the Partner Schema Code & description

4.    Select the Partner schema & click on Partner functions & procedure
       Go to New Entries & Select the partner function from list under Function tab in side

       screen as per your requirement and Save.


5.   Go to t code OPSA i.e. Maintain project profile
      Assign the Partner schema to project profile in Control tab at Partner det proc.
      Once you assign this profile to project definition in WBS you will get a Tab named

      as Partner

Hope this helps.

Regards

Tushar