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

Enhancement Issue

Former Member
0 Likes
587

Hi ,

I need to find the screen exit in the MM01 transaction.I need to add a couple of fields in MM01 transaction for Ticketing purpose and I had look in the whole MM01 program and I could not find the screen exit provided by SAP.Is there any way I can accomplish this or is there any Customsing supported by SAP to add fields in Basic unit maintaince screen of MM01.

If any had worked on the similar issue Please help me out in this aspect.

Ant help is greatly appreciated.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
568

Version 4.6c --> Go to SMOD and use enhancement MM06E005. These are thesteps I took to add fields at the header level:

1) I added header level fields to structure CI_EKKODB

2) I created the subscreen 0101 and added the new header level fields tothe screen, naming them EKKO_CI-fieldname

3) I added code to the includes for EXIT_SAPMM06E_006,EXIT_SAPMM06E_008, EXIT_SAPMM06E_009, EXIT_SAPMM06E_013, &EXIT_SAPMM06E_014

Hi ,

I need to find the screen exit in the MM01 transaction.I need to add a couple of fields in MM01 transaction for Ticketing purpose and I had look in the whole MM01 program and I could not find the screen exit provided by SAP.Is there any way I can accomplish this or is there any Customsing supported by SAP to add fields in Basic unit maintaince screen of MM01.

If any had worked on the similar issue Please help me out in this aspect.

Ant help is greatly appreciated.

3 REPLIES 3
Read only

Sm1tje
Active Contributor
0 Likes
568
Read only

Former Member
0 Likes
569

Version 4.6c --> Go to SMOD and use enhancement MM06E005. These are thesteps I took to add fields at the header level:

1) I added header level fields to structure CI_EKKODB

2) I created the subscreen 0101 and added the new header level fields tothe screen, naming them EKKO_CI-fieldname

3) I added code to the includes for EXIT_SAPMM06E_006,EXIT_SAPMM06E_008, EXIT_SAPMM06E_009, EXIT_SAPMM06E_013, &EXIT_SAPMM06E_014

Read only

Former Member
0 Likes
568