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: 

Very Urgent : Problem in SCREEN Programming

Former Member
0 Kudos

Hi All,

I have created a PUSH-BUTTON on the screen. On that button I am displaying a ICON by using the ICON NAME (ICON_INSERT_ROW). It is correctly displaying in while logging in with EN language. If I login with PT language it is not displaying the ICON Symbol.

with the same I have created another program and it is showing in both the languages.

Could any body tell me whats the problem.

Thanks,

BSV

6 REPLIES 6

former_member583013
Active Contributor
0 Kudos

I would love to answer your question...But don't know what the problem can be....So I kindly ask you to not duplicate your post....

Greetings,

Blag.

0 Kudos

Hi,

Thanks for your update. My problem is--

I have created a push button on a screen on that push button I didn't give any text, instead I have given a ICON NAME (ICON_INSERT_ROW). It is correctly displaying when we login in EN language. But it is not displaying the ICON while we login with PT language. It is showing the push button and the function which I have created on that push button is also working fine, but the ICON is not showing in PT Language.

Thanks,

BSV.

0 Kudos

Hi

The name of icon shouldn't depend on language login because it's just defined in TYPE-POOL ICON.

So try to run the trx ICON and check if you can see that icon, or try to use directly the value '@17@' instead of the name of the icon in your program.

Max

0 Kudos

Hi Max,

I have not defined this in my program. It is a module pool program. I have defined it in the screen of the program.

Thanks,

bsv.

Former Member
0 Kudos

Maintain the necessary translation in the first program. It might be that you have maintained the translations in the second program, so the translations are coming in the second.

Regards,

Pavan P.

0 Kudos

Hi Pavan,

For the second program also I didnot have maintained any translation.

Thanks,

bsv.