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: 

Value Funciont SD_PARTNER_UPDATE

Former Member
0 Kudos

I need use function <b>SD_PARTNER_UPDATE</b> to update partner in delivery header(VL02N) .Someone has never used this function? How Can I value to change partner "SP"?

Thanks in advance.

Massimiliano

2 REPLIES 2

Former Member
0 Kudos

CALL FUNCTION 'SD_PARTNER_UPDATE'

EXPORTING

F_VBELN = F_VBELN

OBJECT = 'VBPA'

TABLES

I_XVBADR = FXSADR

I_XVBPA = FXVBPA

I_YVBADR = DA_FYSADR

I_YVBPA = DA_FYVBPA

I_XVBPA2 = FXVBPA2.

While calling the FM, check the Partner Type is SP or not...

0 Kudos

I find how value the function to insert a new partner, modify code of partner but I don't know how change name, street and so on for a partner.

Someone know it?

Thanks in advance.

Massimiliano