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: 

update partner in transaction iw22

Former Member
0 Kudos

hi all,

i have a bapi that should update the partner in trans.iw22

BAPI_ALM_NOTIF_DATA_MODIFY and it not work.

i filled: number,

notifpartner-partn_role = z1

notifpartner-partn_role_old = z1

notifpartner-partner = I053469300

notifpartner-partner_old = I053469300

notifpartner-partn_role = x

notifpartner-partn_role_old = x

notifpartner-partner = x

notifpartner-partner_old = x

and than use trans.commit.

is anyone know why not working?

thanks in advanced,

dana.

4 REPLIES 4

Former Member
0 Kudos

Did you save the changes using 'BAPI_ALM_NOTIF_SAVE' before committing ?

If not, please do.

MODIFY

SAVE

COMMIT

Regards,

Srihari

0 Kudos

i use those functions and it still not work.

maybe there is must fields that i need to fill in this bapi BAPI_ALM_NOTIF_DATA_MODIFY?

what do i need to fill in this field NOTIFPARTNR-REFOBJECTKEY?

thanks,

dana.

0 Kudos

I dont think you need the refobjectkey. If you want to try try putting the notification number in there.

Can you check if there are any return messages from the BAPI ?

0 Kudos

no, there is no return message from the BAPI.