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

Push Button on standard toolbar

Former Member
0 Likes
718

Hi all,

How can v place a pushbutton on standard toolbar and cath the FCOde ?

Thanks in advance!

Regards,

Azeem.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
670

HI Aima,

Refer sample code:

DEMO_SEL_SCREEN_FUNCTION_KEY

Reward points if this Helps.

Manish

Message was edited by: Manish Kumar

5 REPLIES 5
Read only

Former Member
0 Likes
671

HI Aima,

Refer sample code:

DEMO_SEL_SCREEN_FUNCTION_KEY

Reward points if this Helps.

Manish

Message was edited by: Manish Kumar

Read only

Former Member
0 Likes
670

I mean in a selection screen

Regards.

Read only

0 Likes
670
REPORT  ZNEGI12                                 .
 
TABLES:  sscrfields .
INCLUDE <icon> .
 
SELECTION-SCREEN FUNCTION KEY 1 .
parameters: pc(1) .
 
INITIALIZATION .
 
 
  CONCATENATE icon_next_object 'test button at applicatin toolbar'
  INTO
       sscrfields-functxt_01 .
 
 
AT SELECTION-SCREEN.
 
  IF sscrfields-ucomm EQ 'FC01' .
 
    break sy-uname .
  ENDIF
Read only

santhosh_patil
Contributor
0 Likes
670

Hi,

If it is for report

In the pf-ststus --> application toolbar.. u can add the push button.

Regards,

Santhosh

Read only

Former Member
0 Likes
670

Hi Aima,

For this you have to create the pf-status in SE41 and assing the test and fcode as per the requirement.

Regards,

Satya