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

FM ENQUEUE_READ for object EBAN

AndreasM1
Discoverer
0 Likes
903

Hello everybody,

We want to check a certain purchase requisition with function module ENQUEUE_READ.
In transaction SM12 the argument is mandt + requ.nr + #####

Question: How do we have to fill parameter GARG to get a result?
Input without #### doesn't work. Input with ##### doesn't work either.
mandt + requ.nr + * works, but only when testing the FM, but not in a report.

Best Regards,
Andreas

 

1 REPLY 1
Read only

AndreasM1
Discoverer
0 Likes
839

The problem has been solved: the answer is: % at the end of the argument.