How To Add or Exclude Custom Button On Maintenance View - SAP Tutorial
How To Add or Exclude Custom Button On Maintenance View - SAP Tutorial
You can create table maintenance via SE11 transaction code, go to menu
Utilities -> Table Maintenance Generator, see following picture.
Doc Categories
ABAP HR
SAP BW/BIBO
SAP FI/CO
http://www.saptutorial.org/how-to-add-custom-button-on-maintenance-view/ 1/6
27/10/2017 How to add custom button on Maintenance View - SAP Tutorial
SAP HANA
SAP HR
SAP Interface
SAP MM/WM
SAP PP/QM
SAP SD
Smartforms
Oferta
After you’ve completed entered all of required information, click button R$ 2.799
Create or press F6 to generate table maintenance. R$ 1.889
CONFIRA
Oferta
R$ 1.649
R$ 729
CONFIRA
Popular
Articles
Note : If you don’t know what is your name of function group program you
just go to SE80 and select your function group then double click on the New ABAP Language in
ABAP 7.4
name of your function group, the new pop up screen will displayed, now
click Master Program button.
How to add custom eld
in Additional B Tab for SAP
Sales Order
http://www.saptutorial.org/how-to-add-custom-button-on-maintenance-view/ 2/6
27/10/2017 How to add custom button on Maintenance View - SAP Tutorial
Recent Posts
How to use
HR_MAINTAIN_MASTERDATA
3. Add your button on user interface on your function group for new hiring
How to do Collective/Mass
Go to your function group via SE80 transaction code and open GUI Status
Posting SAP Invoices
node, we need to add custom button on EULG GUI-Status.
Recent Search
Terms
mequery1
{O:118*\CLASS=CX_SEND_REQ_BCS
sap MRM_ITEM_CUSTFIELDS
composite infoprovider
I will create custom button MBUT with Information text My Button. after how to create pooled table in
you’ve completed, don’t forget to Activate your changed. sap abap
http://www.saptutorial.org/how-to-add-custom-button-on-maintenance-view/ 3/6
27/10/2017 How to add custom button on Maintenance View - SAP Tutorial
Back to your maintenance view generator via SE11 transaction code, and go
to Menu Environment->Modi cation->Events.
Add ST Event and entered your function group program on FORM Routine
column.
Back to SE80 and open your function group again, double click your function
group screen and create new module on PAI section.
For sample i will create MY_BUTTON PAI module. double click on your
module and write this ABAP Code.
http://www.saptutorial.org/how-to-add-custom-button-on-maintenance-view/ 4/6
27/10/2017 How to add custom button on Maintenance View - SAP Tutorial
1 CASE function.
2 WHEN 'MBUT'.
3 CALL FUNCTION 'POPUP_TO_INFORM'
4 EXPORTING
5 titel = 'This is my custom button'
6 txt1 = 'Hello'
7 txt2 = 'HEllo too'
8 * TXT3 = ' '
9 * TXT4 = ' '
10 .
11
12 ENDCASE.
Activate your function group, and open your table maintenance, you can
open it via SM30 Transaction code. and you will see your custom button
you’ve created.
Ads by Google
Related Articles
Running Function Modules with Test ALV Popup List Display Using
Sequences using SE37 CL_SALV_TABLE
How to Update ABAP Web Service How to handle Large Internal Table
http://www.saptutorial.org/how-to-add-custom-button-on-maintenance-view/ 5/6
27/10/2017 How to add custom button on Maintenance View - SAP Tutorial
Leave a Reply
Your email address will not be published. Required elds are marked *
Name *
Email *
Website
Post Comment
http://www.saptutorial.org/how-to-add-custom-button-on-maintenance-view/ 6/6