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: 

need help in BDC for Customer master change

Former Member
0 Kudos

I have an interface for Changing Customer master data and I am using BDC for that. I have three scenarios:

1. Insert new data.

2. Change the existing data.

3. Delete the existing data.

The BDC is working fine in the first two scenarios, but if i want to delete an the existing data, lets say for e.g. Name3 or Email Id its not working because i need to pass the value as blank in the BDC for this field.How would i check? i thought i would first get the existing value in customer master and check if the interface value is blank then make this field value to blank in BDC.

But this is not working because in case the interface wants to remove only the email id, the other fields would still be blank.

How to handle this scenario, please advice.

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

What is the difference between 2 and 3? Isn't "deleting data" in your context the same as changing to a blank value?

Why can you not just fill the value as received in the input data into the BDC data?

Thomas