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 to change email for a partner

former_member184551
Contributor
0 Kudos

Hi Guys

As you know that a customer can have contact partners. the address data for these partners is maintained via tcode VAP2. I need to run a bdc to change the email of the partners. The problem is that when I run the BDC in recording mode the email input box is not to be found anywhere in the transaction.

Any one has an experience with this?

Thanks

Sameer

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi pal.

You sholud use the OPTIONS FROM... parameter from the CALL TRANSACTION statement, sending an 'X' in the field NOBINPT.

It will solve your problem, making available the e-mail field again (as all other fields like if your were running the transaction online).

Best regards,

Federico Alvarez.

2 REPLIES 2

Former Member
0 Kudos

Hi pal.

You sholud use the OPTIONS FROM... parameter from the CALL TRANSACTION statement, sending an 'X' in the field NOBINPT.

It will solve your problem, making available the e-mail field again (as all other fields like if your were running the transaction online).

Best regards,

Federico Alvarez.

former_member184551
Contributor
0 Kudos

There are two very good fm's for this purpose.

'ADDR_PERS_COMP_COMM_GET'

and

'ADDR_PERS_COMP_COMM_MAINTAIN'

and finally dont forget to use

'ADDR_MEMORY_SAVE'