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

Standard toolbar icon codes

gastn_jareo
Active Participant
0 Likes
640

At menu painter (SE41) I want to define some standard buttons. Are there any list of normal codes for normal actions? Or each programmer puts for them the code he wants?

Ex: I've see the green back arrow with BACK code, WB_BACK code, BAC1 code, etc.

Thanks!

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
527

It is really up to the developer what he wants to use as FCODEs . But you do want to make them meaningful.

Regards,

Rich Heilman

At menu painter (SE41) I want to define some standard buttons. Are there any list of normal codes for normal actions? Or each programmer puts for them the code he wants?

Ex: I've see the green back arrow with BACK code, WB_BACK code, BAC1 code, etc.

Thanks!

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
528

It is really up to the developer what he wants to use as FCODEs . But you do want to make them meaningful.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
527

Hi,

You may specify any function code of your own, and in the PAI event you try your code as to what that sy-ucomm whould do.

Regards

Subramanian

Read only

Former Member
0 Likes
527

Hello,

You can use anything that you want to.Just make sure you use the same FCODES in PAI as well:

Case ok_code.

WHEN 'BACK'...

WHEN 'WB_BACK'...

WHEN 'BAC1'...

Regards,

Beejal