‎2007 Jun 15 6:37 AM
Hi All,
A field for Maximum Delivery Quantity (LFMAX) exists in Table MVKE. However, this field is not available in the Sales screens on the Material Master.
I have a requirement to add this field ( MVKE-LFMAX) in MM01/02/03 tcode.
Could anyone Please suggest me how should I proceed .
Thanks,
Smita.
‎2007 Jun 15 6:41 AM
Hi,
Check the following oss notes which will explain to extend material master with new fields
44410
38299
Thanks
Naren
‎2007 Jun 15 6:44 AM
Hi
Forst confirm whether this field is not there in existing MM01/02/)3 screens
then you have to add this field to the screens using the screen exits only
refer the screen exits for MM01 Tcode and add them
search the exits
MGA00001
MGA00002
MGA00003
Reward points for useful Answers
Regards
Anji
‎2007 Jun 15 6:47 AM
Hi,
These are the steps
1. Create a structure append in MARA where I added my new fields;
2. Create the program SAPLZMGD1 as copy the Standard program SAPLMGD1;
3. Create a new subscreen in my custom program SAPLZMGD1, where the fields of APPEND Structure of MARA are managed;
4. For each new field, include a field instruction between the modules PAI
GET_DATEN_SUB and SET_DATE_SUB;
Ex: FIELD ZZNEW
CUSTOMIZING
1. Copy the STD sequence 01 or 21(depends of the company) into your custom sequence Z1 by trx OMT3B;
2. In the new sequence Z1 I add a new DATA SCREEN (as copy of custom DATA SCREEN BASIC DATA 1 or 21),
3. In my new DATA SCREEN I added my new subscreens (you could add max 10 subscreen;
4. In the Control of sequence of screens to modify the reference of screens for his/her screen Copies and created previously
<b>Reward points</b>
Regards
‎2007 Jun 15 6:48 AM
In SPRO -> IMG Activity -> Logistics General -> Material Master ->field selection -> here you can specify field name