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: 

Project Definition and PEP elements

Former Member
0 Kudos

Hello,

Project Definition

PEP Element 001

PEP Element 002

I am adding elements to the definition of PEP project. For this I am using the BAPI: BAPI_BUS2054_CREATE_MULTI.

How do I can do to make the item PEP 002, PEP hang hierarchically element 001 and not the definition of project?

Should I use another BAPI?

Thank you.

1 REPLY 1

Former Member
0 Kudos

Hello Ivan,

you can use the same bapi. The clue is on the field WBS_UP.

when you are filling internal table IT_WBS_ELEMENT (BAPI_BUS2054_NEW), the field WBS_ELEMENT is used for PEP Element 002, and then you need to assing PEP Element 001 to the field WBS_UP.

Regards,

Carlos.