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

About: Function code

Former Member
0 Likes
593

Hi expert,

I want to know what's the difference between function and application key in gui status? In addtion, How can find the function key relevant to the button , such as "Back" button? I'm puzzled by these questions for a long time.

Thanks a lot.

George shi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

Hi Georgie,

The difference between the Functional and Application keys are :-

Functional Key basically the default set of keys, which can simply be activated by given the name in there object code, and you have to write a code for each code, w.r.t it's SY-UCOMM.

Application Keys are the customized additional keys which can be used by an user for his own functionalty.These keys are visible at application tool bar whenever you execute an Module Pool. E.g., if you want to add an extra button like EDIT FILE, you simply have to give a name in Items 1-7 and choose a static text and then choose the desired icon you want for your button.Then just write a code for that in PIA/PBO as you want it.

Cheers...!!!

Sid.

4 REPLIES 4
Read only

Former Member
0 Likes
564

in SET PF-STATUS 'TCODE',you can find it

Read only

Former Member
0 Likes
564

Hi,

To know a function code of a standard button just do one thing.

Click the button and hold the mouse(Dont release the left mouse button)

Press F1.

Then release F1.

The release the mouse button.

You will get the function code

Regards

Sandipan

Read only

Former Member
0 Likes
565

Hi Georgie,

The difference between the Functional and Application keys are :-

Functional Key basically the default set of keys, which can simply be activated by given the name in there object code, and you have to write a code for each code, w.r.t it's SY-UCOMM.

Application Keys are the customized additional keys which can be used by an user for his own functionalty.These keys are visible at application tool bar whenever you execute an Module Pool. E.g., if you want to add an extra button like EDIT FILE, you simply have to give a name in Items 1-7 and choose a static text and then choose the desired icon you want for your button.Then just write a code for that in PIA/PBO as you want it.

Cheers...!!!

Sid.

Read only

0 Likes
564

Thank you for your reply in great detail. I have solved the problem.

George shi