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

Error while Txcode creation ?

Former Member
0 Likes
457

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

3 REPLIES 3
Read only

Former Member
0 Likes
429

Go to SE93 and create trx: ZF_28 and assign the program name.

Regards

Kannaiah

Read only

Former Member
0 Likes
429

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.

Read only

Former Member
0 Likes
429

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