Application Development 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: 

Screen Enahncment for MD11 / MD12

Former Member
0 Kudos

Hi,

I want to add new custom fields to MD11 / MD12 . I haven't seens any screen exits and Badi's,

Can you pls suggest is there any alternative wau to add custom fields to those Tcodes MD11 / MD12

Thanks

2 REPLIES 2

Former Member
0 Kudos

Hello,

i wrote in my previous post that you could use third party tool GuiXT. It is used for standard screen maintenance. You can add additional field, buttons, tab strips, hide fields and pictures, change layout and etc.. What do you need to do:

1) Press Alt+F12 -> select activate guixt option (if you installed it during SAP GUI installation process). Guixt editor window will appear in your toolbar.

2) Go to screen which you want to change. Use Guixt (write a script) to add custom object and save. For example add toolbar button (FB01)

pushbutton (toolbar) "@I3\QGrupavimo dokumento nr.@Grup. dok. nr." "ZGB"

@I3 - icon ;

QGrupavimo dokumento nr. and @Grup. dok. nr. - are texts.

ZGB - button code which you have to catch and for example call custom pop up screen.

you can use tcode name instead of button code and so on.

http://www.synactive.com/tutor_e/lesson00.html

this is very simble and informative tutorial.

Best regards

dez_

Former Member
0 Kudos

duplicate message. sorry for that.