全部博文(90)
分类:
2009-08-25 14:23:34
One scenario of Smart form dump 'GETWA_NOT_ASSIGNED'
---------------------------------------------------------------------------------------------------
Eg Desc: Suppose there are totally 9 items to be printed in the main table, of which 8 is from Storage location 1, the other is from Storage location 2 which need to be printed in a separate page. But it can only print 7 items at most per page in current form. In such case, the dump will happen.
Solution 1: In above case(the number of total items for one Plant/SLOC is 8,15, 22 etc), insert additional blank rows with same Plant/SLOC as the former 8 records and just behind them.
Solution 2:instead of automatically go to new page by the smart form itself, we can add a flag to make it go to new page when the counter is 7,14, 21 and so on for one combination of the Plant/SLOC.(this one is easier and more reasonable to go ) .
--------------------------------------------------------------------------------------------------------------------Permanent solution: