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

Passing values to Dynamic selection screen from report

aba212
Participant
0 Likes
1,867

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
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,424

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

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

6 REPLIES 6
Read only

Patrick_vN
Active Contributor
0 Likes
1,424

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

Read only

0 Likes
1,424

Hey Satish,

Have you tried using batch input?

Regards,

Patrick

Read only

0 Likes
1,424

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

Read only

0 Likes
1,424

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

Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,425

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

Read only

aba212
Participant
0 Likes
1,424

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