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: 

Providing the Additional Tab to MIGO_GI Transaction (item wise)

jagesh_lakdawala
Active Participant
0 Kudos

Hi experts,

I have a requirement to add the Additional TAB in the MIGO_GI transaction.for this i have used the BADI MB_MIGO_BADI.

I have provided the custom program name and subscreen no in method PBO_DETAILS and hence i am able to see the
additional tab for the subscreen in MIGO_GI transcation.

My Custom subscreen consist of 4 fields out of which 2 are editable. (like Field1, Field2, Field3 and Field4)

I want to SAVE these four fields for all the line item wise (materials in this case) in custom table during the MIGO_GI transaction POST/SAVE functionality.


Moreover i also want  when user open the MIGO_GI transaction in Display mode then all these four fields for all the materials should be display with read only mode.

I dont have an idea on how to transfer these 4 fields value to the custom Z table during the document post and vice-versa during the display time.

Please suggest. (step by step would be more helpful)

Regards,
Jagesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Jagesh ,

Check with example class CL_EX_MB_MIGO_BADI which is an example implementation of BADI MB_MIGO_BADI.

Go through it , it will help you for sure.

2 REPLIES 2

Former Member
0 Kudos

Hello Jagesh ,

Check with example class CL_EX_MB_MIGO_BADI which is an example implementation of BADI MB_MIGO_BADI.

Go through it , it will help you for sure.

0 Kudos

Hi,

Excatly, i used the example class as reference and used the methods of the BADI as per the reference class CL_EX_MB_MIGO_BADI.

it is working fine now.

Thanks & regards,

Jagesh