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: 

Screen Enhancement Without Exit/Badi(or without function Exit)

Former Member
0 Kudos

Hi Expert,

How can we enhance a screen for standard transaction without having any exit/BADI for this OR say we have exits/BADI without function Exit in it ?

Regards

Sonal

3 REPLIES 3

Former Member
0 Kudos

Hi Sonal Agarwal,

Screen Exits are customer exits. When ever you want to enhance a screen i.e., you need some modifications or some fields to be added in the screen you definitely go with these exits. If particular exit doesn't suits your requirement then you will go with BADI's.

When ever you find a exit in SMOD transaction there you will find components tab. When you click on that you will find all the function module exits for that exit. There you can implement your code according to your requirement.

There you may be finding screen areas also for some exits.

When you find these screen areas then only you can enhance the screens for that particular transaction. Until and unless there are screen areas you cannot enhance the screens.

So. If you need further information regarding this you go through www.saptechnical.com there you will find many examples for these screen exits.

If you need some reference give your ID, then I will send you the document of the screen exit.

Reward points if useful.

Cheers,

Swamy Kunche

Edited by: Swamy Kunche on Jun 6, 2008 9:00 AM

0 Kudos

Swamy Kunche

To be more specific to the requirement, there is no BADI available and I have to do it with user exit only & this user exit doesn't have Function Exit (Function Module).

Please help.

Regards

Sonal

0 Kudos

Hi Sonal,

Can you be more specific of your requirement ?

For the given package every customer exit will have atleast one Function module exit. When you are talking to screen enhencement then you should definitely have screen areas.

If you talking to menu exits then you should have function codes in your exit.

Cheers,

Swamy Kunche