Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Module Pool

Former Member
0 Likes
301

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,

1 REPLY 1
Read only

Former Member
0 Likes
272

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