Skip to main content

Posts

Showing posts from May, 2020

How to Recover Dimension Set Entry Table from Dimension Set Tree Node Table?

Hi, Accidentally developer has forgot to set Temporary  = Yes for Record object of  Table 480 - "Dimension Set Entry". He created record variable for table 480 - dimension set entry : TempDimSetEntry - Record (Temporary = <No>) Then executed standard GetDimneisonSet function: DimMgt.GetDimensionSet(TempDimSetEntry,"Dimension Set ID"); And if run this code using developers license then it will delete all the records from Dimension Set Entr Table (because Temporary = False it should be True) This happen in UAT database of customer than it start giving error everywhere in the system and this impacted our UAT Session. But after analyzing and we found that we can create the dimension set entry from dimension set tree node table. Below is the Batch report which we used to create the dimension set entries from dimension tree node table. OBJECT Report 50000 CreateDimensionSetID {   OBJECT-PROPERTIES   {     Date=;     Time=;     Modified=Y...