Application Development 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: 

Mesage in Table Control

Former Member
0 Kudos

Hi All,

In our requirment we have to chack the duplicate entries in a table control,if it exists we need to put the cursor at the second value which occuered twice and must not allow user to proceed untill he changes the value.

In this case I can not use the Message type 'E',coz all the values will be lost.

Is there any Function Module to handle this else how to handle it?

Thx in Adv.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

As you are already checking the duplicate entries, when ever you find one in PBO, check the table control selection field for that entry as checked.

Hope that will give you the desired solution.

regards

2 REPLIES 2

Former Member
0 Kudos

As you are already checking the duplicate entries, when ever you find one in PBO, check the table control selection field for that entry as checked.

Hope that will give you the desired solution.

regards

Former Member
0 Kudos

Same error message you can get in SM30 transaction,

You can check adding for a table in SM30 with duplicate entries and debug check if you can find out some clue

the error which comes there is SV 015 , so you can check the where-used-list of this message and checkout