Skip to Content
0
Former Member
May 26, 2011 at 03:57 PM

A question about UJQ_SHARED_QUERY BAdi implementation

100 Views

Hello, experts.

I'am currently exploring BAdi capabilities of BPC 7.5 NW and UJQ_SHARED_QUERY in particular. When implementing this BAdi there is IT_SLICER parameter in POST_PROCESS method of IF_UJQ_SQE_POST_PROCESS interface. But there is no such parameter as IT_AXIS. So from within implementation class I can see query result in CT_ARRAY and slice members in IT_SLICER, but I don't see member restrictions for axis from which this query result came and in my opinion this greatly limits possibilities of this BAdi. So the following question arose: is there any way to somehow get this parameter?

Thank you for your answers.