Hi All,
I am working on a ZReport which has a requirement to be added with a dynamic selection button. This Button should be same as AR01 transaction.
I have added the ADA logical database and also the NODES inside the program. I got the button on selection screen of ZReport.
But its not behaving as required. Suppose I am selecting the Time-Dependent Data -> Tax Jurisdiction as 'NZ'. Then the report has to selection only for NZ(Newz ealand). But in my report it is not even pickingup this value (NZ) and it returns for all the countries.
I tried to debug but couldnt find anything. How can I track this field?
Can you please tell me how can I fix this issue.
Thanks.
don't forget to put a GET event for each node used in dynamic selections
and inside this event, put statement: CHECK SELECT-OPTIONS.
Add a comment