Application Development and Automation 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: 
Read only

migo subscreen

Former Member
0 Likes
753

hii experts,

i used badi to create subscreen in migo t-code, so that when ever i enterthe valeus it should hit ztable,

here it is working properly,but the main problem is in display mode when i enter the material document it ,the respective z table values are not coming,.

suppoese take 1.materilal docuement as :100

2.material docuemtn as 200.

example :

if in display mode when first u give material doc as 200 .

values are not coming,

when u change to 100,and if we press enter then values of 100 coming ,and giving 200 as docmuent ,its values are coming .

but at first time values are comming,

wat i am thinking is we have to clear memory id.

i dont know how to do ???

please suggest ur ideas so that i can proceed.

here i user set/get parameters in badi........

hii experts,

i used badi to create subscreen in migo t-code, so that when ever i enterthe valeus it should hit ztable,

here it is working properly,but the main problem is in display mode when i enter the material document it ,the respective z table values are not coming,.

suppoese take 1.materilal docuement as :100

2.material docuemtn as 200.

example :

if in display mode when first u give material doc as 200 .

values are not coming,

when u change to 100,and if we press enter then values of 100 coming ,and giving 200 as docmuent ,its values are coming .

but at first time values are comming,

wat i am thinking is we have to clear memory id.

i dont know how to do ???

please suggest ur ideas so that i can proceed.

here i user set/get parameters in badi........

3 REPLIES 3
Read only

Former Member
0 Likes
706

Hi,

Refer to the sample code of the BADI. SE18 ->MB_MIGO_BADI -> Go to -> Sample Code -> Display.

Regards

Vinod

Read only

Former Member
0 Likes
706

Hi instead of using SET and get parameters

Use Export and Import since the flow ABAP programme differs when a MIGO sub screen is getting called (since ita an seperate screen area that u had defined in BADI : MB_MIGO_BADI ).

I was also facing the same problem .

Hope it helps ..!

Regards

Swapnil

Read only

Former Member
0 Likes
706

hi swapnil kamble,

now have u done that badi,

is it successfull ??

if ur work done completely ,then suggest me how to do ....