Application Development and Automation 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: 
Read only

Is there any function modules or BAPI's

Former Member
0 Likes
329

Is there any function modules or BAPI's that would delete the original partner and then add a new partner.Iam using BAP

bapi_alm_notif_data_modify

But iam not able to change partner in notification header

Please give your input for sovling it

1 REPLY 1
Read only

Former Member
0 Likes
292

Dear Rama,

In the bapi_alm_notif_data_modify, there are 2 structure

NOTIFPARTNR STRUCTURE BAPI2080_NOTPARTNRI OPTIONAL

NOTIFPARTNR_X STRUCTURE BAPI2080_NOTPARTNRI_X OPTIONAL

Pass yr partner value in NOTIFPARTNR, and against the value make it "X" in the NOTIFPARTNR_X , then u can change the partner value.

Give point if helpfull

Thanks