Application Development 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: 

Passing values to Dynamic selection screen from report

veerusap
Participant
0 Kudos

Hi ABAPers,

I have a requirement to pass values from one report program to standard tcode QM11.

I want to pass the Plant and Batch values to QM11. But those fields we will get by making some actions (Clicking on buttons, check boxez). Those fields are available in another selection screen not on mail selection screen of QM11. Can you help me anybody.

Thanks in advance,

Satish

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

If it is about "dynamic selections", check the "WITH FREE SELECTIONS" addition of SUBMIT.

6 REPLIES 6

Patrick_vN
Active Contributor
0 Kudos

Hey Satish,

While I'm not a big fan of it, batch input should be the answer to your problem. Have you tried running the batch input in foreground so that you can check each of the steps that are executed?

Regards,

Patrick

0 Kudos

Hey Satish,

Have you tried using batch input?

Regards,

Patrick

0 Kudos

Hi Patrick,

Thanks for your reply. I tried batch input also. Those actions are not working at run time which i have recorded in with recording. I used SUBMIT...VIA SELCTION SCREEN and CALL TRANSACTION... SET PARAMETERS also. But those not working for my requirement.

I'll give you the details of requirement. Can you please give me solution.

Goto Tcode: QM11->Select Check box "Outstndng" ->Click on "Dynamic selections"(Shift+f4) ->Expand reference object general> Double click on "Plant for material" and "Batch".

I want to populate values on those fields from my report program.

Thanks,

Satish

0 Kudos

Yes Patrick I already tried running the batch input in foreground (mode A) only. But the button fct codes (recorded actions)

are not working. In debugging SAP memory holding the values in run time. Batch input also not working for my requirement.

Thanks,

Satish

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

If it is about "dynamic selections", check the "WITH FREE SELECTIONS" addition of SUBMIT.

veerusap
Participant
0 Kudos

Thanq...........