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

active about screen exit MM06E005

Former Member
0 Likes
773

hello,everybody.

i want to add some customer field in me21n,so i choose 0101 subscreen to implent it.but the other screen in this exit,i do not want to do anything on them,how can i do?

i tried to delete other implent from smod in MM06E005,but i don't think this is a good idea,so is there any other ways to achieve it?

3 REPLIES 3
Read only

Former Member
0 Likes
580

For implementing use tcode CMOD and not SMOD

Read only

0 Likes
580

in enhancement MM06E005,there are many screen exit such as purchase order,contract and so on .but when you active MM06E005,all the screen exit contained in the enhancement are actived,but i do not want to active other screen exit except the

screen exit 0101.so how can i active only the subscreen 0101's implement?

Read only

0 Likes
580

If you use the enhancement, you must create and generate the following dynpros (even if the dynpros are not going to be used):

u2022 SAPLXM06 0101 Subscreen header purchase order

u2022 SAPLXM06 0201 Subscreen header outline agreement

u2022 SAPLXM06 0301 Subscreen header RFQ

u2022 SAPLXM06 0111 Subscreen item purchase order

u2022 SAPLXM06 0211 Subscreen item outline agreement

u2022 SAPLXM06 0311 Subscreen item RFQ

You must identify all dynpros as subscreens. It is not necessary that they contain fields, but it is essential that they exist in order that no program abend occurs.