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

problem in screen exit for migo

Former Member
0 Likes
490

Hi to all experts,

I need create custom screen for migo transaction ...........................

for that i created a custom program in se80 and subscreen for the field to displayed.

in the pbo_detail method i have written this code

data:gf_class_id TYPE MIGO_CLASS_ID,
     g_line_id  TYPE goitem-global_counter.

gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CLASS_CIN'.
e_cprog  = 'ZSCREEN_EXIT_MIGO'     .
e_dynnr = '9000'.
e_heading = 'HEADER DETAILS'.
g_line_id = i_line_id.

and in the PAI method

e_force_change = 'X'.

after activating the BADI i cannot see the screen ....

i found while debugging the code

CHECK gf_not_relevant_to_cin NE abap_true.

the value of gf_not_relevant_to_cin is initial (space) .

when i change the value to 'X' at runtime .

im getting the screen .......

Edited by: mohammed abdul hai on Apr 23, 2009 6:34 AM

Hi to all experts,

I need create custom screen for migo transaction ...........................

for that i created a custom program in se80 and subscreen for the field to displayed.

in the pbo_detail method i have written this code

data:gf_class_id TYPE MIGO_CLASS_ID,
     g_line_id  TYPE goitem-global_counter.

gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CLASS_CIN'.
e_cprog  = 'ZSCREEN_EXIT_MIGO'     .
e_dynnr = '9000'.
e_heading = 'HEADER DETAILS'.
g_line_id = i_line_id.

and in the PAI method

e_force_change = 'X'.

after activating the BADI i cannot see the screen ....

i found while debugging the code

CHECK gf_not_relevant_to_cin NE abap_true.

the value of gf_not_relevant_to_cin is initial (space) .

when i change the value to 'X' at runtime .

im getting the screen .......

Edited by: mohammed abdul hai on Apr 23, 2009 6:34 AM

2 REPLIES 2
Read only

Former Member
0 Likes
402

any help,

hope im clear

Read only

0 Likes
402

Hi Md can you please tell me how you solved the issue as Am also facing the same issue.

Thanks in advance