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: 

BAPI_BUS2054_CREATE_MULTI Mandatory I/P values?

Former Member
0 Kudos

Hi Guys,

can anybodytell me what are the mandatory I/P paramters to be populated for Creation of WBS elements for the BAPI BAPI_BUS2054_CREATE_MULTI?

Thanks,

Gopi.

3 REPLIES 3

former_member297642
Participant
0 Kudos

Hi,

Please look below thread.It might helps you.

Regards,

Ranjith

former_member181962
Active Contributor
0 Kudos

This Function Module is pretty nicely documented.

Go to se37 transaction to find the documentation.

REgards,

Ravi

0 Kudos

Hi Ravi,

I have an problem with the BAPI.

I want to create a WBS Element in an existing Project and have to consider the level of the wbs element (2, 3, 4).

I always receive the message that the hierarchy could not be build for the current PSP Element.

Project Definiton = WA300 and the current structure is:

WA300

--> WA300 Level 1

--> W-A300-AG Level 2

--> W-A300-AG-AG Level 3

The WBS-Element Structure is filled like this (for example):

ls_wbs_element-wbs_element = 'WA300AI'.

ls_wbs_element-description = 'Description of to be created psp element'.

ls_wbs_element-wbs_up = 'WA300'.

So the new structure should be like that:

WA300

--> WA300 Level 1

--> W-A300-AG Level 2

--> W-A300-AG-AG Level 3

--> W-A300-AI Level 2

In the return structure I get the message :

ID: CNIF_PI

NUM: 074

Can anyone help me?

When call the BAPI and the element wbs_element-wbs_up is initial and wbs_left is initial, it works but the bapi tries to create the element as Level 1 and thats not allowed in our own validation.

Thank you very much

Thomas