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

Handling unit

Former Member
0 Likes
603

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.

2 REPLIES 2
Read only

Former Member
0 Likes
530

Try using CONVERSION_EXIT_ALPHA_INPUT conversion routine before passing Handling unit no value to SELECT. This should work.

Read only

varma_narayana
Active Contributor
0 Likes
530

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>