Hi folks,
in our company we have the following scenario:
- a customer report calls via "SUBMIT rpuaud00 WITH SELECTION-TABLE" the program rpuaud00. In this customer report we limits the selection options for our enduser.
- with the last SP, SAP released the report RPUAUD00_PNPCE. The exceptionality of this program is, that it just can be executed by calling the old report rpuaud00. It checks if some customizing is set and calls dependent on this cutomizing the new report or proceeds with the old one.
Well - we would like to use the new report but still limiting selection options in our customer report. The problem is: the customer report passes the selection table to rpuaud00 but rpuaud00 does not pass it to RPUAUD00_PNPCE so that the enduser get all selection options available in RPUAUD00_PNPCE without anay limitations.
Any idea of how to bypass this behavior?
Thank you in advance!