‎2007 Sep 26 9:07 AM
Hi,
I have to Develop a Screen which should take 10 sereial numbers. And that should be not duplicate. The client wants the screen like iq04 transaction. If you refer the t.code IQ04 , the you come to know.
How to develop it ?
If we place table control can we restrict rows and how will we check it if he enters the same serial number in two rows ?
otherwise if we place 10 I/O fields then how to do it ?
Thanks and Regards,
‎2007 Sep 26 9:41 AM
Hi,
You can develop a table control with 10 empty records. After that, you can sort the serial numbers and check if the previous serial number and current serial number is same or not. If it is same, then it is a duplicate one. this should work fine.
regards,
Mahesh