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

Modification log for KNB1-INTAD

Former Member
0 Likes
643

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

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

1 REPLY 1
Read only

Former Member
0 Likes
538

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