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: 

Recording of CJ01

Former Member
0 Kudos

Hi

Has anybody done recording of CJ01? If yes would appriciate any clues on it. Also if i have to add some fields in the already recorded program what is the logic of cuting and pasting into it? Because when I am doing that the program opens unwanted screen.

Best Regards

pM

3 REPLIES 3

Former Member
0 Kudos

Hi PM

For CJ01, why not try using BAPI BAPI_PROJECTDEF_CREATE to create a project system. Using a BAPI will eliminate the screen sequencing issues with BDCs/call transactions.

You can look at t.code BAPI for the Project System BAPI documentation.

I hope this helps.

Mike Vondran

Former Member
0 Kudos

Does that BAPI also bring in the WBS elements? If not how can this be done. Another BAPI? I can't find one. Any Ideas?

0 Kudos

Hi Daniel,

That BAPI just creates the Project structure itself and not the WBS elements.

BAPI BAPI_PROJECT_MAINTAIN will create the WBS elements at the time of creating the Project System.

If you look at the function module documentation of BAPI_PROJECT_MAINTAIN, it will provide you a lot of details.

I hope this helps.

Mike Vondran