Application Development 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: 

user exit for copying transaction

Former Member
0 Kudos

Hi, I have to copy tranaction code and make some enhancement. To make some enhancement I have to use user exit .Please suggest me how to use user exit.

Edited by: Sandeep singh on May 28, 2009 7:16 AM

6 REPLIES 6

Former Member
0 Kudos

Hi,

After copying transaction code you dont need user exit as user exits are for standard transactions. From the main program identify which include program you have to modify. Copy that program into a Z include then make changes in the Z include. Makes sure that this Z include is included in appropriate place.

Aswarth

Former Member
0 Kudos

Hi,

Just go to SE 93 and enter the Transaction code you want to copy, now press the copy button from the tool bar.

It will ask you to provide your own name, provide a name starting with Z.

It will copy the transaction and take you to the first transaction screen.

Then change the program name to Z... as well nad then you can make the enhancements in your Z program.

Hope it helps

Regards,

Manish

Former Member
0 Kudos

DEAR SANDEEP,

Use SE 93 and copy Transaction code and do the modification what ever you want.

Cheers

fareed

0 Kudos

Actually I don't have to copy transaction because it's satndard one .So i need to use user exit . So please to create new transaction an having functionalty of VI04 and adding one more fuctionality through BADI_SCD_CREATE. Just provide me a solution how to do this,,

Former Member
0 Kudos

Its good answer.