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

Problem in clearing sy-ucomm

0 Likes
939


Hi all,

In transaction IW51 i have added a subscreen under the POS tab.

The subscreen consisits of input fields, a push button with function code Z8_ADD and a table control.

When the pushbutton is clicked, a popup is opened with a table control.

When the user selects the entries from the popup and clicks OK, the selected entries are added in the table control below.

The problem arises when i scroll the entries in the table control.

When i scroll the popup gets opened automatically as shown in the second screenshot.

When i debugged i found out that sy-ucomm has been set to Z8_ADD even after clearing it.

Suggestions needed to clear this issue.

Thanks in advance.

Regards,

Vignesh Sunkasi.K


Hi all,

In transaction IW51 i have added a subscreen under the POS tab.

The subscreen consisits of input fields, a push button with function code Z8_ADD and a table control.

When the pushbutton is clicked, a popup is opened with a table control.

When the user selects the entries from the popup and clicks OK, the selected entries are added in the table control below.

The problem arises when i scroll the entries in the table control.

When i scroll the popup gets opened automatically as shown in the second screenshot.

When i debugged i found out that sy-ucomm has been set to Z8_ADD even after clearing it.

Suggestions needed to clear this issue.

Thanks in advance.

Regards,

Vignesh Sunkasi.K

1 REPLY 1
Read only

former_member188724
Contributor
0 Likes
778

Hi,

Paste your Piece of code as generally we move the sy-ucomm to a variable and clear it which should work.

You say even after Clearing it is not working. Please paste your code.

Regards,

K.S