2010 May 31 11:06 AM
Hello, i need to know through code whether the email address (KNB1-INTAD) has changed. how can i do this?
you can view it in customer master , Environment-> modifications
2010 May 31 11:38 AM
Hi,
Use function module CHANGEDOCUMENT_READ to get the change log information. For customer master email id changes
Pass
OBJECTCLASS = 'ADRESSE',
OBJECT ID = CONCATENATE 'BP ' <address number of customer from KNA1> "KNA1-ADRNR.To the function module CHANGEDOCUMENT_READ.
Regards
Vinod
Hello, i need to know through code whether the email address (KNB1-INTAD) has changed. how can i do this?
you can view it in customer master , Environment-> modifications
2010 May 31 11:38 AM
Hi,
Use function module CHANGEDOCUMENT_READ to get the change log information. For customer master email id changes
Pass
OBJECTCLASS = 'ADRESSE',
OBJECT ID = CONCATENATE 'BP ' <address number of customer from KNA1> "KNA1-ADRNR.To the function module CHANGEDOCUMENT_READ.
Regards
Vinod