‎2008 Jun 30 1:48 PM
Hi,
I heave request to put initial value 01 (division) first tab for field MARA-SPART in standard tr. MM01.
main prog SAPLMGD1, screen 2001.
what to do?
‎2008 Jun 30 2:48 PM
Hi,
To have the default vaklue for SPART use
EXIT_SAPLMGMU_001 in which
impoerting parameters (WMARA) LIKE MARA STRUCTURE MARA. try to populate the SPART value in the Customer include CI_MMH1.
Or use the following BADI-
BADI_MAT_F_SPEC_SEL-> implement the interface
SPECIAL_FIELD_SELECTION and populate the MARA and other required paramteres.
also try to populate the paramter SFAUSWTAB for status
(Field Selection Data for Material Master)
Reward if helpful.
Regards,
Chandralekha
Edited by: Chandralekha on Jun 30, 2008 3:49 PM
‎2008 Jun 30 2:48 PM
Hi,
To have the default vaklue for SPART use
EXIT_SAPLMGMU_001 in which
impoerting parameters (WMARA) LIKE MARA STRUCTURE MARA. try to populate the SPART value in the Customer include CI_MMH1.
Or use the following BADI-
BADI_MAT_F_SPEC_SEL-> implement the interface
SPECIAL_FIELD_SELECTION and populate the MARA and other required paramteres.
also try to populate the paramter SFAUSWTAB for status
(Field Selection Data for Material Master)
Reward if helpful.
Regards,
Chandralekha
Edited by: Chandralekha on Jun 30, 2008 3:49 PM
‎2008 Jun 30 2:52 PM