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

problem in customizing MM01

Former Member
0 Likes
606

Hi all,

I copied MM01 to ZMM01 and i craeted a tcode for the copied one.If i exceute that tcode then am getting an error "Transaction Control error" . Please help me how to solve this.

points will be rewarded

thanks,

praveena

5 REPLIES 5
Read only

Former Member
0 Likes
580

Hi,

Whats u r requirement, why u want to copy exlain in Detail,

Thanks&Regards,

Phani.

Read only

0 Likes
580

Hi,

I want to enhance the standard funtionality of MM01. For that first i copied MM01 . If it works fine till this then i need to add the additional functionality.

thanks,

praveena

Read only

0 Likes
580

Hi all,

Please help me....

thanks in advance

Read only

Former Member
0 Likes
580

Hi,

Did you consider the option of customere exit before copying the standard code?

Regards,

Kiran

Read only

Former Member
0 Likes
580

Hi Praveena,

After you have copied the std transaction MM01 to ZMM01, i think, you need to set the tcode in the

main program (in Start-of-selection) i.e. you need to assign standard transaction to g_tcode.

Ex:

IF sy-tcode = 'MM01' or 'ZMM01'.

g_tcode = 'MM01'.

endif.

I hope it will help you.

Regards,

Jallu