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: 

sy-ucomm is not working for ZMIRO

Former Member
0 Kudos

Hi all,

I have copied standard MIRO T-code to ZMIRO , I am facing problem in screen 6310.

In screen 6310 i have added two custom buttons IMPORT and EXPORT , My problem is when i press costume button code is triggering correctly after that sy-ucomm is not clearing . Same sy-ucomm is triggering for enter and scroll bar.

For standard buttons they are using OK-CODE , this ok-code is clearing for standard buttons , Custom buttons it's not clearing.

any one suggest me to com out of this problem.

Regards,

Rakhi

5 REPLIES 5

Former Member
0 Kudos

first of all check in d.b table for sy-ucomm to which is working in ur server when debugging

check the okcode correct or not

0 Kudos

Hi,

How to check which table i have to take ,Can you elaborate it ?

Regards,

Rakhi

Former Member
0 Kudos

Hello Rakhi,

You Might have Written code in Module for your Import Functionality.

So at end of the code ,Clear the Sy-ucomm.so that whenever your press std button or press enter it will work fine.

Thanks,

Sudheer .

0 Kudos

Hi sudheer panyaram,

I am clearing sy-ucomm but the problem is when i press enter again it's getting same F-code..

Regards,

Rakhi

Former Member
0 Kudos

Thanks to every one...

I have solved problem my self , i have added function code for enter in gui status , In pf status ->function keys ->standard toolbar there

u can find green color button with right mark for that i have assigned function code this is the default F-code for enter.