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

screen exits

Former Member
0 Likes
1,027

hai

i need help in using screen exits.

what are the steps to be followed .

thnx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
858

Hi

Check Customer EXITS (screen Menu exits)

http://help.sap.com/saphelp_47x200/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm

  • Please mark Useful Answers

hai

i need help in using screen exits.

what are the steps to be followed .

thnx in advance.

8 REPLIES 8
Read only

Former Member
0 Likes
858

Hi,

Please check this link, it will definitely help you.

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
859

Hi

Check Customer EXITS (screen Menu exits)

http://help.sap.com/saphelp_47x200/helpdata/en/c8/1975e643b111d1896f0000e8322d00/frameset.htm

  • Please mark Useful Answers

Read only

Former Member
0 Likes
858

hi,

1. go to the transaction you are workin on.

2. go to system --> status and there you'l find your package name.

3. now go to SE81 --> info systems --> enhancements --> customer exits --> enhancements and give your package name there.

now you'l get your screen exit here.

hope this helps!!!

Read only

Former Member
Read only

Former Member
0 Likes
858

hI,

SCREEN EXITS IS ONE TYPE OF USER EXITS.

GOTO THE TRANSACTION(ANY PROG) -> SYSTEM->STATUS->PROGNAME->THIS WOULD SHOW I FUSER EXIT IS AVAILABLE FOR TRANSACTION

WITH REGARDS

PRINCE

Read only

Former Member
0 Likes
858

HI

Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special sub screen areas on a standard R/3 screen and calling a customer sub screen from the standard screen’s flow logic

The following steps can be followed to create a screen exit :

1 . Create an Enhancement Project in CMOD transcation and save it in a

development class.

2. If the project exits , change it after deactivating it .

3 . Choose enhacememt option in the initial screen , and then press F4

placing the cursor on one of the blocks .

it displays all the available enhancements in a development class.

4. Select the Screen Exit , and copy it .

5. Go back to the main screen of CMOD transaction .Choose SAP enhancements

components radiobutton and click change.

You get all enhacement components along with their Exits.

6. Select the screen exit and double click on it.it will take u to the screen painter.

there create a subscreen nnnn . Save and generate the screen.

7. Save and activate ur project.

8. execute ur program <prog name > . u'll see the screen exit made by u.

i hope it helps u.

in case of further queries please revert

Regards

Pankaj

Read only

Former Member
0 Likes
858

Hi,

goto the transaction .

System status

double click on program name .Program is displayed .

go to -> find the package .

Go to se 81 .

click information systems .

Enhancement -> customer exits -> enhancements

Give the package name .

process it .

screen exit is displayed if it is available .

OR

Go to spro .

IMG Information systems

press ctrl+f .

type screen exit

Choose the required exit .

This is suggestable only if you know the exit name .