‎2011 May 15 4:15 AM
hello ,
in module pool program i am using tabstrip with two tabs containing 4 and 6 fields respectively .
but the problem i am getting while using validation which i am using chain and endchain.
the situation arise:
suppose the input to the second field in the second tab is wrong and the first tab is displayed and when i am pressing submit which is in the main screen , the error message i am getting bu the fields in the second tab gets input disabled and again when i am coming back to that tab after navigating from some other tab. it is allowing me to re-enter the value....
so , please help me to solve this issue...
thanks in advance
'gopal'
‎2011 May 16 6:50 AM
Hi,
You need to clear the OK_CODE in the PAI for each CASE - ENDCASE. The fields were editable after navigating from the other tabs, since the function cdoe changes on pressing the tabs. For you, the ok_code = SUBMIT when the error displayed in second tab. This ok_code needs to be cleared.
Use OK_CODE = SY-UCOMM ineach PBO and clear the OK_CODE in each validation in PAI.
Hope this helps.
Regards,
Satish Kanteti