Hi,
As per the SAP note we cant degrade the patch. Also I have got a chance of testing the issues in 14.0 patch 0. Their also I am facing the same issues.So no need of patch degrade.
But the issues below
1. see this link iChart Label Depth Issue.Same I am faciing.
2. The SQL Query template cannot show the results for Store procedures and queries which are using "Insert Into" statements.
SQL query eg:
declare @TempTable TABLE (
ID int,
Date datetime,
Name char(20))
INSERT INTO @TempTable (ID, Date, Name)
SELECT '1' as id, '2104-Mar-10' as Date,'par' as name
select * from @TempTable
This is not giving result.
Please let me know if you have any solution?
Regards
G.Partheeban