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: 

using Bapi in the inbound idoc processing (inquiry change)

former_member186099
Contributor
0 Kudos

hi experts,

I am using BAPI_CUSTOMERINQUIRY_CHANGE FM in my inbound post programming to change the existing inquiry data... It is working fine except for target qty.... all other fields updating with the changed data.... Please help me out...

inquiry_items_inx-updateflag = 'U'.

inquiry_items_inx-target_qty = 'X'. I am sending this parameter with these values bt still changes are not reflecting for target qty

thanks,

prasanna

best solutions will be rewarded

4 REPLIES 4

Former Member
0 Kudos

Hi Prasanna,

The update will happen only if a value already exists with the same unit of measure in the system. If the quantity is left blank in the system and if you are trying to update, the update might not happen. Even if the value is Zero in the system, provide the same unit of measure as the data used in the BAPI.

Regards,

Yogesh

0 Kudos

hi ,

No it is still nt working, even i tried by making inquiry_items_inx-Sales_unit = 'X' ...but still not working..pls help me out...

\

Thanks & regards,

Prasana

0 Kudos

Can you try populating the field TARGET_QU with X. Check whether its working

0 Kudos

hi,,

No i tried that one also still it is not getting updated...

thanks,

Prasanna