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

Update Inbound Idoc field.

Former Member
0 Likes
309

Hello All,

I am trying to send a idoc thru FIDCC1 thru ALE. I want Local currency and Group currency value to be recalculated in Target system before it gets posted in the target system based on a custom table(Source system is sending only document currency value in the idoc). Is it possible to do so in target system. Please let me know if there is any possible solution. Your help will be highly appreciated.

Thanks,

Frank.

1 REPLY 1
Read only

former_member186741
Active Contributor
0 Likes
256

If you are using a custom function module to process the IDOC you can simply put your validation in there. If you are using a standard one (eg, IDOC_INPUT_FIDCC1) you could either copy that to a custom module and then make the changes or you may be able to put the code in an enhancement point of the standard FM.