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: 

how update Change Project release CJ32

Former Member
0 Kudos

Hi all (Again)

Please help me!!

I need update TCODE CJ32 (Change Project Realease) Field WERT1

Should I use a bapi to do this?

Which should I use?

Thanks a lot!

MRosa

Edited by: María Rosa Moreno on Oct 14, 2008 4:58 PM

Edited by: María Rosa Moreno on Oct 15, 2008 3:10 PM

4 REPLIES 4

former_member156446
Active Contributor
0 Kudos

Check them:

BAPI_PROJECTDEF_UPDATE

BAPI_DXPROJECT_GETDETAIL

BAPI_PROJECTDEF_CREATE

BAPI_PROJECT_MAINTAIN

0 Kudos

Ok, Thank's

Edited by: María Rosa Moreno on Oct 16, 2008 11:51 AM

Former Member
0 Kudos

Hello everybody!

I found the solution to this problem!

Run the function:

CALL FUNCTION 'KBPP_EXTERN_UPDATE_CO'

EXPORTING

i_budget_activity = 'KBFR' ( activity for Change Project release - TCODE CJ32)

i_budget_activ_sup_ret = ' '

i_commit_data = ' '

i_delta_amounts = 'X'

i_rollup_data = 'X'

i_check_plan_data = 'X'

i_commit_all = 'X'

IMPORTING

e_errors_found = v_error

TABLES

it_bpak = it_bpak

it_return = lt_return

EXCEPTIONS

no_update = 1

OTHERS = 2.

with the field it_bpak-s_wrttp ='45 '.

In addition to other key parameters such as the Number of object (it_bpak-e_objnr), the amount (Wert), exercise (it_bpak-e_gjahr), currency (it_bpak-twaer) and profile (it_bpak-s_profil)

Luck!

0 Kudos

Hi Maria

I want to get the details of what we get after entering Project Def and WBS Element on CJ32 screen along with Release Field value (WERT1). Is there any BAPI for the same?

Secondly I want to key in the values of WERT1 and want to release the WBS. Is there any BAPI for the same?

Thanks in Advance

Regards

Parth