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: 

Problem with submitting to report RM06BZ00 (ME56)

Former Member
0 Kudos

Hi Gurus,

My Requirement is to call ME56 transaction with multiple Purchase requisitions and the "Assigned Purchase Requisitions" checkbox should be checked.I am doing it by Submitting to program RM06BZ00.But when the report is executed the Checkboxes infront of the Requisitions are disabled.But if I execute ME56 with the same selection criteria the Checkboxes infront of Requisitions are enabled.

Can anyone help me achieve enabling these checkboxes.I have tried submitting it using the variant as well but it does not work.

Please advice.

Regards,

Viraj Coulecar.

5 REPLIES 5

Former Member
0 Kudos

Hi,

when you are submitting the program who have to pass the varient right?

just check the check boxes which you need and create the varient and then pass it to the submit progarm.

Hope this will helps you.

regards,

Kiran

0 Kudos

Hi Kiran,

You are not getting my point.

I do not wish to check any of the checkboxes.I want to enable [which are currently grayed out ] the checkboxes infront of the Requisitions

which appear after ME56 is executed ( i.e output of ME56 once it is executed with the given selection criteria ).So I cannot do what you have suggested.

Regards,

Viraj Coulecar

Edited by: Viraj Coulecar on Jul 6, 2011 12:50 PM

0 Kudos

Hi Vijay,

SUBMIT statement with variant WITH SELECTION-TABLE rspar will resolve the issue..

Pass the selname and its value....

Thanks,

Nag

0 Kudos

Hi,

Let me make it clear that I do not have any problem submitting to the report.The problem is after the report is exexuted.

Once submit RM06BZ00 is done and the output is displayed,on the output screen there is a option to check the checkboxes and make changes only to the selected requisition.In my case these checkboxes are disabled which I want it to be enabled.

I hope I have made the problem clear.

0 Kudos

Hi,

when u submit your program, can you try passing the value of the field 'Scope of List ' . This could be a reason.

Suzie