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

Add Custom push button in FS00

SyambabuAllu
Contributor
0 Likes
773

Hi Experts,

I have to add custom push button like Edit set, Edit Cost element in FS00. when we change GL account and select that push button some relevant data has to save in custom table.Is there any User Exit/BADI or anyother way to create a push button.

Thanks and Advance.

Regards,

Syam

Hi Experts,

I have to add custom push button like Edit set, Edit Cost element in FS00. when we change GL account and select that push button some relevant data has to save in custom table.Is there any User Exit/BADI or anyother way to create a push button.

Thanks and Advance.

Regards,

Syam

3 REPLIES 3
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
651

I had a look into it and i feel you have the following two options.

  • One is you make a Z copy as i dont find any BADI/exit
  • Seconldy you may try to create implicit enhancement in PBO of main screen and try to re-use an existing icon.( Feasibility not checked)

Thanks

Nabheet

Read only

0 Likes
651

Hi Nabheet,

Thanks for reply.

Which one I need to Z copy and where can I write the Z.

Thanks,

Syam

Read only

former_member188282
Active Participant
0 Likes
651

Hi Syambabu,

Here you have only one possibility. here you can implicit enhancement in include LGL_ACCOUNT_MASTER_MAINTAINFFR in subroutine set_status.

in this subroutine do implicit enhancement and add custom copied GUI from standard transaction FS00.

Try with above solution.

Regards,

Rajesh