Skip to Content
0
May 05, 2009 at 07:02 AM

BADI is not working

39 Views

hi all,

i made an Implementation for BADI 'BADI_GTIN_VARIANT' for tcode MM01 for making default value '03' in view 'sales organization1' during material creation, but problem is that value is coming during debug but it is not showing on screen, so can anyone please help me?

i m writing code :

if sy-tcode = 'MM01'.

mara-mstav = '03'.

endif.

regards saurabh.

Edited by: saurabh srivastava on May 5, 2009 9:23 AM