2008 Apr 15 9:48 AM
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
2008 Apr 15 10:56 AM
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
2008 Apr 16 7:18 AM
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
2008 Apr 17 2:16 PM
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
2008 Apr 19 2:20 PM
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
2008 Apr 21 9:13 AM
Hi,
Radhika...
just give u r email id that i can send u the complete screen shots.
with regards,
Kiran.G
2008 Apr 15 11:20 AM
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.
2008 Apr 16 7:15 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |