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

New button in MIGO

Former Member
0 Likes
1,711

Hello,

I want to add a button on MIGO_STATUS.

I have put it but it appears in MIGO inactively.

I do not know why it sees like that.

I've seen that in the LMIGOST2 include in the 'METHOD constructor' there are several APPEND 'OK_CODE' TO lt_okcodes. I put a ENHANCEMENT-POINT with the code of my button but it continues being seen inactive.

Does anyone know why it sees so?

6 REPLIES 6
Read only

Former Member
0 Likes
1,215

Go this program LMIGOST2 and click on enhacement button and create ENHANCEMENT-SPOT there.You get chance to write code in that include

Read only

0 Likes
1,215

Hi Nagesh,

Already I have the ENHANCEMENT-SPOT put.

But it does not do anything. The button continues inactive.

What I want to know is if it is there where place.

Thanks.

Read only

0 Likes
1,215

u can use SCCRFIELDS structure for showing push button.

Read only

0 Likes
1,215

Hi Flavya,

I don't find this structure in the dictionary, neither in the program SAPLMIGO. How and where I should use it?

I have seen in the program SAPLMIGO in the METHOD status_set that puts the following commentary; that says how to deactivate a button in concretly;

  • 2.BAdI MB_MIGO_BADI: parameter s_status-no_predoc can be set in order

  • to disable the 'Hold Data'-function.

But already I have an implementation of this badi and do not find this parameter.

Any idea will be received well. Thanks

Read only

Former Member
0 Likes
1,215

It was so simple as to hit to the button to activate the code of function in the GUI status...

Read only

Former Member
0 Likes
1,215

May i know how to add new button in migo screen in apllication toolbar? Actually i want to add new button in MIGO screen & on clicking that button one new pop up screen should be open.. Please help me if any one can. Actually i hv less knowledge of screen exit in ABAP.