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: 

Sending blank value using IDOC

Former Member
0 Kudos

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

Former Member
0 Kudos

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

GauthamV
Active Contributor
0 Kudos

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

Former Member

Former Member
0 Kudos

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.

0 Kudos

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

0 Kudos

Hi,

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

With Regards,

Rajesh V.