Application Development and Automation 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: 
Read only

Material Master Tcode Customisation

Former Member
0 Likes
670

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.

4 REPLIES 4
Read only

Former Member
0 Likes
521

Hi,

Check the following oss notes which will explain to extend material master with new fields

44410

38299

Thanks

Naren

Read only

Former Member
0 Likes
521

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

Read only

Former Member
0 Likes
521

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

Read only

Former Member
0 Likes
521

In SPRO -> IMG Activity -> Logistics General -> Material Master ->field selection -> here you can specify field name