‎2007 Jun 05 10:25 AM
Hi,
I am using the BAPI - BAPI_BUS2054_CREATE_MULTI. When I run the program using this BAPI to create a new store(WBS ELEMENT) using cj20n transaction at level '3' am getting the following error:
<b>WBS summary group is required for level 3.</b>
Any solution for this?? Where/what should I pass the parameters to avoid this error?
-Mohan.
‎2007 Jun 05 10:40 AM
Hi,
When you use BAPI BAPI_BUS2054_CREATE_MULTI , it should be called with these BAPIs and this order only.
1. BAPI_PS_INITIALIZATION "Initilize
2. BAPI_BUS2054_CREATE_MULTI ( to create WBS )
3. BAPI_BUS2054_SET_STATUS "Release WBS ( only if you want to REL )
4. BAPI_PS_PRECOMMIT "Precommit
5. BAPI_TRANSACTION_COMMIT "Commit
Please let me know if you are using these bapis in these order
Regards
‎2007 Jun 05 10:40 AM
Hi,
When you use BAPI BAPI_BUS2054_CREATE_MULTI , it should be called with these BAPIs and this order only.
1. BAPI_PS_INITIALIZATION "Initilize
2. BAPI_BUS2054_CREATE_MULTI ( to create WBS )
3. BAPI_BUS2054_SET_STATUS "Release WBS ( only if you want to REL )
4. BAPI_PS_PRECOMMIT "Precommit
5. BAPI_TRANSACTION_COMMIT "Commit
Please let me know if you are using these bapis in these order
Regards
‎2007 Jun 05 10:41 AM
Hi,
When you use BAPI BAPI_BUS2054_CREATE_MULTI , it should be called with these BAPIs and this order only.
1. BAPI_PS_INITIALIZATION "Initilize
2. BAPI_BUS2054_CREATE_MULTI ( to create WBS )
3. BAPI_BUS2054_SET_STATUS "Release WBS ( only if you want to REL )
4. BAPI_PS_PRECOMMIT "Precommit
5. BAPI_TRANSACTION_COMMIT "Commit
Please let me know if you are using these bapis in these order
Regards
‎2007 Jun 05 10:47 AM
Hi Skk,
Am using all these BAPI's in order except BAPI_BUS2054_SET_STATUS.
Is it mandatory to use this BAPI also??
-Mohan
‎2007 Jun 05 11:01 AM
Hi,
You can use BAPI_BUS2054_SET_STATUS in a list of WBS elements to revoke a system status and a user status respectively, as well as to set a system status and a user status respectively.
<b>*Reward points</b>
Regards