2013 Apr 01 6:55 AM
Hello friendz.
I have a one transaction code QM01 in that whenever I create ORDER button in application tool bar one standard transaction is executing instead of the I need to execute custom transaction code…. how can I do..
Can you any one help me..
2013 Apr 03 12:04 PM
Hi,
You need to get an ABAPer on this.
They will be able to do it.
Thanks and Regards,
Vimal
2013 Apr 03 12:51 PM
Hi,
Please check is there any exits or badi's are available that particular position .
Regards
Mahesh
2013 Apr 03 4:56 PM
Hi Venu,
There must be some program, you are trying to execute in the backend. This program can be assigned to a custom T-code.
Hope this helps.
2013 Apr 04 11:57 AM
Hi Venu ,
As Nilanjan told there might be a program for the Transaction that you are talking about , If that is the case please get the program name and create a Z T-Code by using T-Code SE93 .Follow the below steps to get the Program name and assigning the new Z T-Code ,
Step 1 . Getting the Program Name :
Go to T-Code (Selection screen) -> System ->Status -> you can see the Program name in front of Label 'Program (screen)' (Copy this Program name) .
Step 2. Creating the Z T-Code :
Go to T-Code SE93 -> Enter the Transaction name(Z*) -> Click on Create -> Enter the Description and Select the First(For Dialog Programming) or Second(For Normal Report) ->Click on continue -> Enter the Program name -> check the all the three check boxes in screen and Save .
Thanks
Mallikarjun