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

Problem saving data using XD01

Former Member
0 Likes
722

Hi

Function module ADDR_SAVE_INTERN is not able to save data in ADRC table . Altough the Transaction XD01 is showing the generation of Number after running it

but adrc table is not getting updated. I am getting error message as UPDATE WAS TERMINATED.

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
579

hi,

you can just create a simple lsmw for xd02 transaction to update customer address details.

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
580

hi,

you can just create a simple lsmw for xd02 transaction to update customer address details.

Read only

Former Member
0 Likes
579

XD01 is standard transaction so using the standard program SAPMF02D which is further using the FM addr_save_intern for saving data into the adrc table. Just not able to make out where the problem could be. It can be in the program as its a standard one. What could be other sources of error?