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: 

MIGO - Collapse/Expand all the items in the Items table

PrasannaGunji
Participant
0 Kudos

Hello SAP Experts,

We are trying to collapse/expand all the items in the Items table, when the Inbound Delivery document data is being loaded in MIGO. This should happen when the user hits the <GO> button by specifying the Inbound Delivery Document No on MIGO main screen.

By default when the Inbound Delivery Document data is loaded, the items table only displays the main line items. We need to display all the line items (including the child line items) without clicking the <EXPAND> button which exists for each line item in the items table.

I did check "MB_MIGO_BADI" enhancement, but couldn't find a suitable method/exit that solves our issue.

Shall appreciate your thoughts/help on this.

Regards,

Prasanna

1 ACCEPTED SOLUTION

aferngas
Active Participant
0 Kudos

Hi Prasanna,

You could take a look at the local class "lcl_migo_kernel", especially to method "line_expand_collapse". You can find it instantiated into lcl_migo_globals=>kernel.

Regards,

Alex

2 REPLIES 2

aferngas
Active Participant
0 Kudos

Hi Prasanna,

You could take a look at the local class "lcl_migo_kernel", especially to method "line_expand_collapse". You can find it instantiated into lcl_migo_globals=>kernel.

Regards,

Alex

0 Kudos

Hi Alex,

Thanks for your response.

This issue has been resolved. We need to make an entry for Subcontracting Orders in "TRDVEV" table (Reference: SAP note - 0001485885).

In my case the OSS note was already applied, but the above table entry was missing.

Best Regards,

Prasanna