‎2008 Mar 07 5:13 AM
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
‎2008 Mar 07 5:22 AM
Hi,
Whats u r requirement, why u want to copy exlain in Detail,
Thanks&Regards,
Phani.
‎2008 Mar 07 5:34 AM
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
‎2008 Mar 07 6:30 AM
‎2008 Mar 07 6:36 AM
Hi,
Did you consider the option of customere exit before copying the standard code?
Regards,
Kiran
‎2008 Mar 07 11:06 AM
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