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

Regarding BAPI BAPI_BUS2054_CREATE_MULTI

Former Member
0 Likes
671

Hi All,

I am using this BAPII BAPI_BUS2054_CREATE_MULTI to create the WBS structure automatically in PS for all the service material line items in the Individual contract and will assign the relevant WBS back to the contract line item.

When i am using this BAPI for first Contract no its working fine. When i am giving second contract no its throwing error message.

Please tell me how cdan i hadle it,

Reagrds

Subhaskar

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
604

Have you called the FM in following orders.

BAPI_PS_INITIALIZATION

BAPI_BUS2054_CREATE_MULTI

BAPI_PS_PRECOMMIT

BAPI_TRANSACTION_COMMIT

Please read the documentation also for more details.

Nabheet

4 REPLIES 4
Read only

Former Member
0 Likes
604

Hi,

Are you populating the table "IT_WBS_ELEMENT" ?

Regards

HM

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
605

Have you called the FM in following orders.

BAPI_PS_INITIALIZATION

BAPI_BUS2054_CREATE_MULTI

BAPI_PS_PRECOMMIT

BAPI_TRANSACTION_COMMIT

Please read the documentation also for more details.

Nabheet

Read only

0 Likes
604

Thanks for your help.

Read only

Former Member
0 Likes
604

Thanks