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

drill down from a abap query

0 Likes
883

Hello,

I have an abap query developed in sq01.The report get its data from mm table ekko.

I set a "drill down" to the sap transaction ME33K to show an agrement.

Its not working.

I think The problem is that field EBELN has a diffrent parameter id (BES) then the one in the parameter for trans' ME33K (VRT).

Thank you,

koby

Hello,

I have an abap query developed in sq01.The report get its data from mm table ekko.

I set a "drill down" to the sap transaction ME33K to show an agrement.

Its not working.

I think The problem is that field EBELN has a diffrent parameter id (BES) then the one in the parameter for trans' ME33K (VRT).

Thank you,

koby

4 REPLIES 4
Read only

andreas_mann3
Active Contributor
0 Likes
772

have you tried to set the right PID in sq02 as additional coding?

grx

Andreas

Read only

brad_bohn
Active Contributor
0 Likes
772

No, it will work just fine if you use the Report Assignment (with transaction ME33K) functionality within the query itself (Goto -> Report Assignment). You don't need any infoset coding.

Read only

Former Member
0 Likes
772

Hi brad,

When i call trans. ME33K , the report do "call transaction me33k and skip first screen" (As we do a dril down from

our customer reports). The parameter id must be set before the report as been called.

If no field in the infoset has the right parameter id property - the drill down is not working!

koby

Read only

brad_bohn
Active Contributor
0 Likes
772

No, that's not correct. Use the report assignment feature from the query definition itself, not the infoset. ME33K works just fine - I've done it.