Application Development 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: 

add a new tab to a sap program SAPMF60D

Former Member
0 Kudos

Hi all,

Can any one suggest me how to add a new tab in sap program called SAPMF60D.

the Transaction FO35, FO36, FO37,

p.s

there is a standard screen number 705 that contain the tabs.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

In class u2018CL_EXITHANDLERu2019.

Under the method u2018GET_INSTANCEu2019 put break point on a function module called

u2018CALL METHOD CL_EXITHANDLER=>GET_CLASS_NAME_BY_INTERFACEu2019 .

Execute the transaction .

You can find the relavant BADIs for screen under the parameter EXIT_NAME this debugger screen.

Usally the definition of BADI (SE18) contains Attributes and Interface tab.

For some BADIs there will be subscreens tab also.

Check wheather the BADIs of your transactions have subscreen tab or not.

We can implement your requirement by using the BADIs having Subscreen tab.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Using BADI, You can add tab in standard transaction. I have already done in PO Transaction.

Find appropriate BADI for program SAPMF60D.

Regards,

Jayvin

Former Member
0 Kudos

Hi,

In class u2018CL_EXITHANDLERu2019.

Under the method u2018GET_INSTANCEu2019 put break point on a function module called

u2018CALL METHOD CL_EXITHANDLER=>GET_CLASS_NAME_BY_INTERFACEu2019 .

Execute the transaction .

You can find the relavant BADIs for screen under the parameter EXIT_NAME this debugger screen.

Usally the definition of BADI (SE18) contains Attributes and Interface tab.

For some BADIs there will be subscreens tab also.

Check wheather the BADIs of your transactions have subscreen tab or not.

We can implement your requirement by using the BADIs having Subscreen tab.