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 Screen Exit

Former Member
0 Kudos

Hi all,

I need to add a screen on the MIGO tcode. I have used BADI MB_MIGO_BADI and the screen is getting displayed. But the issue here is that, all the examples and evn the standard one shows that the filed on the new subscreen is stored in ZTABLE.

Can I store this values in append stucture in MSEG table rather than a new table. Iam not being able to transefer the values to my append structure in MIGO. I have also added the same append structure to GOITEM stucture.

Please advice at earliest..

Thanks & Regards,

Abhishek M

4 REPLIES 4

Former Member
0 Kudos

Hi,

Yes you can store values in MSEG. Use this include: CI_COBL to extend MSEG table.

Hope this will solve your problem.

Regards

Ahsan

Edited by: Ahsan Majeed on Mar 30, 2010 12:36 PM

0 Kudos

Hey Hi Ahsan,

Thnx for ur prompt reply. Will try out what u said and update accordingly... Just had one doubt. As the name is CI_COBL.. which feels like it pertains to Costing... does it have any impact on other objects??

Newaz.. will try it out.. n award points accordingly..

Thnx..

Abhishek

Edited by: Abhishek Mondkar on Mar 30, 2010 10:07 AM

Former Member
0 Kudos

afaik CI_COBL refers to include coding block

Former Member
0 Kudos

Issue solved by the standard SAP way - creating a Ztable to add extra zscreen fields. Adding field to COBL structure does not help.