2007 Oct 03 5:08 AM
Hi Experts,
Hi I am generating IDOC in my z program using function module IDOC_INBOUND_SINGLE. I am calling the existing idoc function inside of that idoc function system is generating handling unit and the same handling unit is updating in table vekp also. After the function idoc_inbound_single in my z program I am checking the entry in vekp table based on the generated handling unit but that select query is failing but at the same time I am able to see the record for the generated handling unit in the table vekp in the transaction se11. I have used commit work and wait also after idoc_inbound_single but still it is giving same error please help me what I need to put after function module. I will give points.
Thanks a lot.
2007 Oct 03 5:10 AM
Try using CONVERSION_EXIT_ALPHA_INPUT conversion routine before passing Handling unit no value to SELECT. This should work.
2007 Oct 03 5:16 AM
Hi Babji..
The record is created in Table VEKP. So you can view in SE11.
But the Select Query is not fetching this Record .
That means the Record is updated successfully. There must be a problem with the SELECT statement.
So check your SELECT Statement in debugging mode .
There may be problems like Case Sensitive or Leading Zeros..
<b>reward if Helpful.</b>