‎2008 Nov 26 5:29 PM
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?
‎2008 Nov 27 6:33 AM
Go this program LMIGOST2 and click on enhacement button and create ENHANCEMENT-SPOT there.You get chance to write code in that include
‎2008 Nov 27 8:40 AM
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.
‎2008 Nov 27 10:53 AM
‎2008 Nov 27 11:03 AM
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
‎2009 Jan 07 12:53 PM
It was so simple as to hit to the button to activate the code of function in the GUI status...
‎2009 Jun 29 5:37 AM
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.