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: 

Do's and don't do in user exit

Former Member
0 Kudos

Hi ABAP Gurus,

I have a bit knowlege about what should do and not to do in implementing user exit but i want more precise information about this.

Mean to say what one has not to do in implementing Customer-Exit/User-Exit. Like we can not call a transaction code from a user exit and also pop display even.

so can you give some more <b>DON'T DO</b> for same.

Thanks

PPatel

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi Priyank,

One important Don't is : never use explicit commit work statement inside the exit.

Do not issue abend messages/error messages, unless mentioned in the documentation.

Do not call the same transaction which creates an infinite loop.

Regards,

Ravi

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

Hi Priyank,

One important Don't is : never use explicit commit work statement inside the exit.

Do not issue abend messages/error messages, unless mentioned in the documentation.

Do not call the same transaction which creates an infinite loop.

Regards,

Ravi

Former Member
0 Kudos

Thanks ravi,

if any other Dont Do in exit then reply it ... its a helpful answer for me...

Former Member
0 Kudos

If the user-exit is not fulfilling your requirement and you developed some code, make sure you deactivate it before it moves to QA and PROD.

Thanks,

Santosh

Former Member
0 Kudos

HI SKJ,

I want answers like ravi means what one have to take care while coding/creating Exit?

I appreciate your answers.

Thanks

PPatel

0 Kudos

Can any have more bit of knowledge to share on user-Exit, Dont's....

This is for adding additional knowledge on specific area.

Thanks

PPatel