Hi,
I have materials starting with M, P and G. (Ex: M0001, G29043, P76888). I need to generate reports for only those materials that start with M and those materials that do not start with M. Can this be accomplised without adding any additional InfoObjects.
1. Can this be done using user exits or any other way to create two different reports.
2. Can a single report be generated with selection option to M or Non M materials. Again w/o adding additional InfoObject.
Any help would be greatly appreciated.
Thanks,
Ace
You can do this with the selection option variable and use the wild card option (*). You will not be able to generate the same report with one query for starts with M and does not start with M. You would have to have separate reports.
Thanks,
Jeff
Yes, I can hardcode it but I would end up creating two different reports.
Also, lets say I created a exit to select only material which start with G, I will hard code report in exit from G000000 to G999999. Then, the user would like to select some G materials, would like to see only G1000 to G1100. In other word, is it possible to create two variable 1. cusotmer exit to select only G materials and 2. User entry exit with selection options.
If this is possible, will it be possible to see only G materials in the 2nd variable as selecting other values doesn't make sense.
Any help would be greatly appreciated.
Thanks,
Ace
Add a comment