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

Changing field texts in Basic Data view in MM03 tcode for plant specific

Former Member
0 Likes
1,707

For MM03 which is for material display transaction ,in the BASIC DATA view for certain plants they want to have different field texts( i.e instead of Material group they want to have Material Category etc) other than the standard .is this requirement posible?if yes how to do this requirement???????

Regards

Radhika.K

For MM03 which is for material display transaction ,in the BASIC DATA view for certain plants they want to have different field texts( i.e instead of Material group they want to have Material Category etc) other than the standard .is this requirement posible?if yes how to do this requirement???????

Regards

Radhika.K

7 REPLIES 7
Read only

Former Member
0 Likes
1,347

i suppose u hv to go through with Field exists...

Go with the Program RSMODPRF

F8

give the data element name..

F8

it will generate a function Module.

in the source code...

write condition .

if werks = '.....'.

Name1 = '.................'/

endif.

and activate only for mmo3 program & screen.

Hope it will work..

with regards,

Kiran.G

Read only

0 Likes
1,347

Hi

Your solution works.But which field exit to use.I searched for user exits for mm03 transaction.but there is no user exit available.can you tell me which user exit to use for writing our code.

Regards

Radhika.K

Read only

0 Likes
1,347

Hi,

Radhika..

I suppose u hv to do field exit for mater description MAKTX...

i.e.

se38 -


> RSMODPRF -


> give data element MAKTX

execute --- > it will generate a function module.

in that function module source code...

Declare....

if tcode = 'MM03'.

if werks = ' '.

maktx = ' Material Group.

endif.

do required times.

endif.

And activate only for mm03 program and screen

It will work.

with regards,

Kiran.G

Read only

0 Likes
1,347

Hi Kiran

Ur answer is very helpful to me.But how to what are the import ,export parameters for the function module and where to activate it only for mm03

Read only

0 Likes
1,347

Hi,

Radhika...

just give u r email id that i can send u the complete screen shots.

with regards,

Kiran.G

Read only

Former Member
0 Likes
1,347

Hi,

Yes it is possible to change the field texts.

In MM03 Iam expalining you how to change the field text of material group in the basic data one.

press F1 on the field material group

check the technical settings and note down the data element

it is MATKL.

Now go to Transaction code CMOD

click on GOTO ->TEXT ENHANCEMENTS >KEYWORDS -> CHANGE

put the dataelement MATKL and press ENTER.

Here you can change the Text MATERIAL GROUP to what ever you like.

Simillarly you can do for the other fields.

Regards,

Raj.

Read only

0 Likes
1,347

Hi,

You have given me a good solution for my problem.But the problem is they want to chang ethe field descriptions only for mm03 screen only that too for specific plants only.There is no exit available.How to do this requirement.

Regards

Radhika.K