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

Sending blank value using IDOC

Former Member
0 Likes
1,190

Hi,

I am have sent material master from server A to server B.

Now I have deleted value from material master .This deleted value is not getting migrated .in other words the value is retained in reciving serer instead of sending blank.

please suggets a solution to send the blank value.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
929

Hi,

This purely depends on the data that you have populated in your IDOC segments.

Also, see if there is a check on the receiver FM like, if the incoming IDOC value is blank, then retain the same data in the database table without overwriting.

If that is the case, modify the logic according to your requirement.

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
929

Check whether change pointers are active for that fields in BD52.

Read only

Former Member
Read only

Former Member
0 Likes
930

Hi,

This purely depends on the data that you have populated in your IDOC segments.

Also, see if there is a check on the receiver FM like, if the incoming IDOC value is blank, then retain the same data in the database table without overwriting.

If that is the case, modify the logic according to your requirement.

Read only

0 Likes
929

Can you please explain where this check box is available for sending blank values..

Edited by: Sanjay_lnt on Mar 23, 2010 10:58 AM

Read only

0 Likes
929

Hi,

Can you please try to use MSGFN- 004 and set the value as ' ' for the character fields and check.

With Regards,

Rajesh V.