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

Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'

Former Member
0 Likes
1,157

Hi Expert,

I've a requirement to create WBS elements using BAPI. And I am using BAPIs in the following manner.

CALL FUNCTION 'BAPI_PS_INITIALIZATION'

CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'

EXPORTING

i_project_definition = g_pdwbs

TABLES

it_wbs_element = it_wbs_element

et_return = it_return

  • EXTENSIONIN =

  • EXTENSIONOUT =

.

CALL FUNCTION 'BAPI_PS_PRECOMMIT'

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

When I do so I am getting the below errors. Please suggest.

"Individual check for creating the object WBS Element C-497082 required ".

"Individual check for creating the object WBS Element C-497082-0001 required".

Please suggest how to correct this error.

<REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>

Edited by: Alvaro Tejada Galindo on Aug 18, 2008 5:25 PM

6 REPLIES 6
Read only

Former Member
0 Likes
835

Hi Experts,

Please let me know the solutions.

Read only

Former Member
0 Likes
835

Hi,

I got solution for this.

Thanks.

Read only

0 Likes
835

hi,expert,how are you resolve it?

i have the same question,but i don't know how to resove it?

Read only

0 Likes
835

i resolved it.

one field of the template is wrong type.

USR00 wrong

Read only

0 Likes
835

Hi Eric...Me also facing the same issue. Can you elaborate how you resolved this issue.

Thanks in advance

Read only

Former Member
0 Likes
835

I am getting the same error, but I cannot figure it out how to detect it and fix it. Will you please share your solution?

Thanks,