2009 Mar 18 2:36 AM
Hi all,
I have to do emails upload in vendor master change but when i do through shdb recording i am not able to see the communication screen to enter the values. Can any one of you please guide me step by step.
Thanks & regards,
Kumar
2009 Mar 18 2:50 AM
Hi,
you can use BAPI BAPI_ADDRESSORG_CHANGE. Check documentation for this BAPI. There is an example for customer, but you can easily modify it to vendor. Just change objtype from 'KNA1' to 'LFA1' and so on.
Cheers
2009 Mar 18 2:50 AM
Hi,
you can use BAPI BAPI_ADDRESSORG_CHANGE. Check documentation for this BAPI. There is an example for customer, but you can easily modify it to vendor. Just change objtype from 'KNA1' to 'LFA1' and so on.
Cheers
2009 Mar 19 3:54 AM
Hi,
In the Function Module there is no field to update the notes field.
Thanks & Regards,
Anil Kumar
2009 Mar 19 4:21 AM
2009 Mar 19 5:07 AM
Hi,
I want to change to upload emails to the vendor master. In Communication screen in E-mail field click on arrow button right side there i need to enter email and notes.Screen field is ADSMTP-REMARK.
2009 Mar 19 6:05 AM
Hi,
you have to use table BAPICOMREM. Just go to one testing customer and add email address with note to this customer. Then go to SE37 and call BAPI BAPI_ADDRESSORG_GETDETAIL. This BAPI has same structure as BAPI_ADDRESSORG_CHANGE. Hence you will see how you have to fill all structures to change email address and also note.
Cheers
2009 Mar 22 7:08 AM