‎2008 Jun 26 6:02 AM
Hello,
I have copied the whole F-28 Txcode program to my own customized program ZSAPMF05A. I have created the Txcode for this program from SE80 where i have given the SCreen number as 103, the screen number which i want to start.
But it is displaying the error like....
Transaction code ZF_28 is not defined (notify system support)
When i am activateing the Txcode it is activated.
And the thing is when i am excecuteing the Txcode the 103 screen is been executing but display this error message stop.
I am getting the correct idea how to overcome from this error please suggest me the correct how to proceed.
Thks
‎2008 Jun 26 6:07 AM
Go to SE93 and create trx: ZF_28 and assign the program name.
Regards
Kannaiah
‎2008 Jun 26 6:12 AM
Hi Venkateshwar,
Just try to debug the program . I think the transaction is checking somewhere whether that transaction code is defined or not .
Just check from where it is checking for the transaction code and insert or hard code your transaction name there.
‎2008 Jun 26 6:30 AM
Hi V ,
u need to check the Program , from which its giving that error msg , copy to Z program is first thing , second one is u need to see if SAP using SY-TCODE any where in the program ,In this case F-28 using to get Company Code checking etc, so u need to check that one as well.
search for SY-TCODE in that program , may be u can get some idea.
regards
P