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

buttons in table controls with same f-code

Former Member
0 Likes
288

Hello Experts,

I have created two table controls inside the a sub screen and have created separate insert and delete buttons for the table control. i am calling this subscreen inside the statndard IQS1 transaction through screen exit.

now the problem is, i have only two function codes that i can use for the insert and delete buttons i.e. "US1" and "US2"(i can not use other f-codes apart from these two ..if i use other i am getting error message on the screen, which comes from the standard program for IQS1 transaction). so,i have assigned the same f-code "US1" to both insert buttons and "US2" to both delete buttons... because of that, if i select the rows in both the table control and click on any insert/delete button it will insert/delete the rows in both the table control irrespective of the table control button clicked.

could you please tell me how can i differentiate the insert/delete buttons for the table control with these f-codes?

do we have any function module which will give me the mouse click position on the subscreen?

Please help me...

Thanks in advance!

Regards,

Anand Sugandhi

1 REPLY 1
Read only

Former Member
0 Likes
239

thanks for solution