Table to find the Planning Filter restrictions
Hello All,
I have a scenario where I need to compare the planning filters including their restrictions between Dev and Quality systems. Do we have any table or program which can help.
I have searched in SDN but could not find any hits. Kindly let me know if anyone has used a table for similar scenarios.
Regards,
Vinoth V
Sheldon Piao replied
Hi Vinoth,
Follow my method:
1. Table RSZELTDIR to get the COMPUID via COMPID (input technical name of the Filter).
2. Table RSZELTXREF to get TELTUID via 1st step COMPUID (SELTUID = COMPUID).
3. Table RSZRANGE to get the final selection information via 2nd step TELTUID (ELTUID = TELTUID ).
Best Regards,
Sheldon.