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: 

Problem with PF-STATUS when resolution is reduced.

Former Member
0 Kudos

Hi Pals,

We did a Module pool program with a set pf-status and added 3 buttons in that. When we run, we are able to see 3 buttons totally when system resolution is 1024793 , If we reduce system resolution to 800600 , buttons are getting truncated to see .

We required the pf-status such way that it is confirmed to any sort of System resolution.

Any body give any idea...Please.

Balaji.

4 REPLIES 4

Former Member
0 Kudos

When you change the screen resolution size of your buttons will be relatively changed.

So if you want that you can see your buttons clearly on 800*600 then adjust the size of your buttons accordingly.

Regards,

Lalit Mohan Gupta.

0 Kudos

Hi lalit am searching and waiting for ur answers!!!!

Kindly help me out!!!!

In screen there is list box name

DEPARTMENT when i click it shows the drop down list box.

there it shows all the departments.

FINANCE

COSTING

HR

HR

HR

HR

MATERIALS

MATERIALS

If i select finance and click SAVE button. It inserted into my table corresponding department field.

dept is my field. The field entry i fetched from ZTABLE-DEPT.

After entering new entry it shows

FINANCE

FINANCE

COSTING

HR

HR

HR

HR

MATERIALS

MATERIALS

I have to save the record department also. in my table. Is it possible!!!!

I want only the list of deparment not the repeated entry. How can i overcome this. May be it basic.

Thanks and regards

arvind

Former Member
0 Kudos

Please start new thread for your new question!

I am answering for now but i dont know if its allowed. Moderator please delete if its against rule.

what you can do is create an internal table with only field as department.

Now for all entries in your previous internal table copy all corresponding department in this new table.

Now sort this department internal table and delete adjacent duplicates comparing the field.

This table now gives you unique department.

Now you can refer your drop down to this internal table field.

Regards,

Lalit Mohan Gupta.

0 Kudos

Thanks lalith for emergency purpose only i specifically wants ask u.

I will follow forum rules.

Thanks arvind