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

User exit

Former Member
0 Likes
383

Hi

I need to change the standard transaction functionality. But there is no user exits for that transaction. Is there any way to full fill my purpose.

Any suggestions appreciated.

Regards

Raja

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

HI,

There are only two ways to change the behaviour of the standard transaction

1) User Exit

2) Badi

Thanks

Mahesh

3 REPLIES 3
Read only

Former Member
0 Likes
358

HI,

There are only two ways to change the behaviour of the standard transaction

1) User Exit

2) Badi

Thanks

Mahesh

Read only

Former Member
0 Likes
357

Goto status or se93 and see the program for the standard transaction and take zcopy of the program and do the necessary changes.

Read only

Former Member
0 Likes
357

You can also use VOFM to change the behavior of standard programs.

This is similar to a user exit, but it has advantages.

Use transaction VOFM and see if there are available options withing VOFM for your needs.

I have used this for pricing requirements, for example, but it can be used for many other things.

Good luck

Brian