Hi
I have a requirement to jump from a report (template created in WAD and published through portal) directly to a maintenance transaction in ERP.
In this scenario, going from an exception report based on site/article, to transaction MM42 / MM46.
I can define the sender/target in RSBBS.
I can create an ABAP program in ERP that reads the value of the selected article and calls transaction MM42. That is all fine and well, and works perfectly for the scenario where an article is to be maintained with transaction MM42.
However, there is also a requirement to use transaction MM46, which is article mass maintenance. I can work out the article number based on the selected cell, but I also need to submit ALL the sites for which the article has an exception. I know how to read the site for the selected row, but how can I return ALL sites for the selected article.
Essentially what I would like is access to the resultset once I am in the ABAP, as I could then conceivably walk through that dataset and extract the information I need.
Any ideas - is this even possible?
Cheers,
Andrew