‎2008 Aug 11 6:48 PM
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
‎2008 Aug 12 9:54 AM
‎2008 Aug 18 9:29 AM
‎2009 Sep 23 7:53 AM
hi,expert,how are you resolve it?
i have the same question,but i don't know how to resove it?
‎2009 Sep 23 9:30 AM
i resolved it.
one field of the template is wrong type.
USR00 wrong
‎2009 Dec 10 3:07 PM
Hi Eric...Me also facing the same issue. Can you elaborate how you resolved this issue.
Thanks in advance
‎2008 Sep 02 9:00 PM
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,