cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to enhance standart screen of migo?

Shizofrenik
Explorer
0 Likes
1,048

Hi, experts.
Is it possible to enhance a standart screen at migo ('Serial Numbers tab')?
Could i add some buttons inside red rectangle as example?

Shizofrenik_0-1748519941359.png

 

Accepted Solutions (1)

Accepted Solutions (1)

Edrilan_Berisha
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

 

I would look into the BAdIs listed here: https://community.sap.com/t5/application-development-and-automation-discussions/migo-enhancement/td-...

 

Best,

Edrilan Berisha

Answers (1)

Answers (1)

RaymondGiuseppi
Active Contributor
0 Likes

Could you clarify whether you are trying to add push buttons to the table control area or selectable icons to each row, and what the purpose is?

Note: refer to the relevant sections in the Enhancement Spot ES_SAPLMIGO, starting with the flow logic of subscreen 360.

Shizofrenik
Explorer
0 Likes

I want to add 3 input fields.
1) serial number( 2 character digits ), 
2) from ( numeric )
3) to ( numeric )
And when user enters data - it comes to table at the left side.

RaymondGiuseppi
Active Contributor
0 Likes

This is not possible in the table control area.

  • Consider using the BAdI MB_MIGO_BADI->PROPOSE_SERIALNUMBERS method to display a pop-up window when a new item is created.
  • You could also look for some Enhancement to change behavior of existing search SN pushbutton (method serial_search of local class lcl_migo_detail_serial_numbers)