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: 

SMTP address updated at ADR6 but not visibile at object level

sap-harshada
Participant
0 Kudos

Hello All,

While updating SMTP address at Equipment level. Email address gets updated correctly in ADR6 with correct ADRNR . But when if checked in Equipment level then it is not visible.

I have used FM ADDR_SAVE_INTERN

Please let me know if any clue.

Thanks

9 REPLIES 9

JL23
Active Contributor
0 Kudos

is the address number stored in table EQUI_ADDR or not?

0 Kudos

Yes address number is updated at table EQUI_ADDR

So equipment to ADRNR link is available... Also ADRNR and email addreses are linked (ADR6)

Only at object level emails are not getting reflected...

sap-harshada
Participant
0 Kudos

Right now system is down....I will check if ADRNR getting updated in EQUI_ADDR...

But address number is getting updated at v_equi....

sap-harshada
Participant
0 Kudos

Issue is object level email details and email addresses in ADR6 are not in sync...

But when I enter email address at object level manually, everything is in sync...

So adding email manually sets up link between them...

VijayCR
Active Contributor
0 Kudos

BAPI_BUPA_ADDRESS_ADD Use this FM instead

0 Kudos

Will check this one...

0 Kudos

I checked that FM.. But there is no provision to provide details like ADD/DELETE/UPDATE

Like if I want to add/update or delete email...

Please give your inputs

VijayCR
Active Contributor
0 Kudos

Then use this

BAPI_ADDRESSORG_CHANGE

BAPIADSMTP structure and using the update flags you can do Insert Delete and Update

sap-harshada
Participant
0 Kudos

Now I have called explicit save for Notification, Equipment, Fun Locations... using following FMs. All called in update task.

BAPI_SERVNOT_SAVE

EQUIPMENT_SAVE

FUNC_LOCATION_SAVE

Now i get error 'Internal error - access to INT_ADR6'