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: 

I am Not Getting a Additional Tab in ZMIGO in Display mode

Former Member
0 Kudos

Dear Gurus ,

I have Impelemented a Migo Badi and Created a Additional Tab in MIGO . The Additional Tab is getting Displayed in Create Mode but the same is not getting in Dispay Mode . Can Any Body help me for the same .

I have Created two screen for the same .

0001 is for Created and 0002 is for Display mode . And in PBO i rave checked the condition for the same which i am pasing below for your refrence . Can any body please help me .

READ TABLE gt_scrn_active INTO ls_scrn_active

WITH KEY line_id = i_line_id .

CHECK ls_scrn_active-active EQ 'X'.

  • External subscreen:

  • The content of global field G_NO_INPUT (set in method MODE_SET) will

  • influence the number of external subsreen:

IF g_no_input IS INITIAL.

e_cprog = 'SAPLZCFG_JEWELLERY'.

e_dynnr = '0001'. "External fields: Input

e_heading = 'Additional Unit'(004).

ELSE .

e_cprog = 'SAPLZCFG_JEWELLERY'.

e_dynnr = '0002'. "External fields: Input

e_heading = 'Additional Unit'(004).

ENDIF .

Regards

S.B.Shankar

4 REPLIES 4

Former Member
0 Kudos

Hi,

Please Provide the BADI Name.

Thanks.

Mohanraj.N

0 Kudos

Implementation Name : ZCIM_MIGO_SCREEN

Definition Name : MB_MIGO_BADI

Former Member
0 Kudos

hi,

just i basice ? have you checked the status of BADI is it implemented.

Atul

Former Member
0 Kudos

I have solved the problem