2009 Apr 23 5:33 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
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
2009 Apr 23 6:43 AM
2011 Nov 16 11:44 AM
Hi Md can you please tell me how you solved the issue as Am also facing the same issue.
Thanks in advance