‎2007 Jul 09 9:04 AM
Hi Experts,
In MM02 transaction(Program SAPLMGD1,screen -2001) , there is a field called old material number(MARA-BISMT) . I want to change the description from old. mtrl .number to
custom description.
Is there any way to change it .We dont have access key with us.
Could anybody help in this regard?
Thanks,
Ponraj.s.
‎2007 Jul 09 9:14 AM
you don't require to use screen exit.
Do like this....
1.press f1 on related field and go to edit documentaion on that pop up window.
now you will see a popup window ,where you have to select data element radio button,now press enter and it will aks to eneter change description.now save it ,but remember you can save in same package in whch the data element defined.
Please rewards,
If it is helpful for you.
‎2007 Jul 09 9:14 AM
you don't require to use screen exit.
Do like this....
1.press f1 on related field and go to edit documentaion on that pop up window.
now you will see a popup window ,where you have to select data element radio button,now press enter and it will aks to eneter change description.now save it ,but remember you can save in same package in whch the data element defined.
Please rewards,
If it is helpful for you.
‎2007 Jul 09 11:38 AM
Hi Mohit,
I couldnt see any edit documentaion on pressing f1 help.Its dispalying only appp.help and tech. help.
Could you tel me where to click to get edit docuemntaion. explain in detail.
‎2007 Jul 09 9:19 AM
Hi
You can create PAI module in your subscreen. In this PAI module, check sy-ucomm for the function your set in your 2 buttons.
PAI of your subscreen
MODULE CHECK_SUBSCREEN.
MODULE CHECK_SUBSCREEN INPUT.
CASE SY-UCOMM.
WHEN 'BUTTON1'.
"do something
WHEN 'BUTTON2'.
"do something else
ENDCASE.
ENDMODULE. " CHECK_SUBSCREEN.
check this link it will solve ur problem
http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction
Reward all helpfull answers
Regards
Pavan
‎2007 Jul 09 9:20 AM
You could try transaction CMOD, then Goto > Text enhancements > Data elements > New DE cust. docu.
You should be able to record your custom field description there, but do expect it to take effect throughout the system.
‎2007 Jul 09 11:43 AM
Hi Jonathan,
I 've tried what you have said, it has taken me to trxn se61. and there i've given data element as 'bismt' and doc. class as 'data element' and clicked chage push button.
I have given my customer decription and while activating it ,it gives messages as "saved as a raw version, no authorization for active version".
What things have gone wrong here, could you explain further?
‎2007 Jul 10 1:34 AM
Sorry, to change the screen label, use:
CMOD > Text enhancements > Key words > Change ...
The previous suggestion was to add your own long text documentation against the data element as well i.e. in SE61, you can create an entry for the Data Element of type:
Document class: <b>Data element</b>
Documentation type: <b>Modification user</b>
Language: <b>English</b> (or whatever)
‎2007 Jul 10 3:46 PM
‎2007 Jul 10 3:47 PM