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: 

How to Copy MIGO T .code into Custom T code

Former Member
0 Kudos

HI Experts ,

In my project i have to copy MIGO T code into Custom T code and have to  hide the some standard  buttons ,

I tried to copy the Function group , But i am not able to get the screens for MIGO t code  .

My task is to copy the MIGO t code in to Z tcode with all validations , Once i copied and made as a custom T code .

I have to make entries in the manadatory fields and while press SAVE button the entries have to save in Custom table .

Please help me to achieve the scenario .

Regards ,

Saravana S

2 REPLIES 2

former_member192023
Active Participant
0 Kudos

Hi Saravana,

You can refer this link for hide some field/buttons hide with tr-code shd0.

And do enhance with ABAP to save data in customer table.

Regards

Former Member
0 Kudos

You should debate your consultants, that raised such a scenario for development. This is not an easy task and should not be done in this way. Imagine amount of standard code, that lies underneath MIGO. Would you copy the Microsoft Word into a Z_WORD and implement your logic there? I believe you would not.

First - explain, what are the Z-(customer) tables, that you need to fill from the ZMIGO, then add the information, if the standard tables need to be updated too. Then (or maybe in the first step) check the MB*MIGO* badi(s) and other enhancements.