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: 

Blank data not updated in ADRC

0 Kudos
184

Hi,

I am trying to change an existing vendor using VMD_EI_API. When blank data is passed into telephone number and fax fields, the data is not updated in ADRC and also while displaying the vendor using XK03, the old data is displayed. However in LFA1 the old data is replace with blank data.

Please note that if instead of blank, any numeric data is passed, the data is updated in both ADRC and LFA1 tables and XK03 also shows the correct data.

Please give me your inputs.

Thanks,

Meera

2 REPLIES 2

Former Member
0 Kudos
85

Hi,

I thought you use VENDOR_UPDATE method. But i suggest you to update via UPDATE_VENDOR_ASSORTMENT method. It has a parameter(CS_VENDOR) type VMDS_VENDOR_S. And this type has LFA1 as attribute.

Regards,

Orhan

Former Member
0 Kudos
85

Hi,

Have you found any solution to this problem??

i'm facing the same thing and i'm not able to solve it