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 Exit

Former Member
0 Likes
1,041

Can anyone help me how to do a screen Exit..Help me with step by step procedure

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
774

Hi Mahesh

Refer this example. Yu will get an idea how to create screen exit.

This example shows adding a sub screen to MM01 (create material) screen.

Go to SPRO

SAP Reference IMG  Logistics-General  Material master  Configuring the Material master  Create program for customized subscreens or Go to T.Code OMT3C.

Enter Function group name and give description continue and save it.

Go back to initial screen and go to SE80.

Give Function group as mentioned above and display it

Go to screens double click on any one of the screen and then

go to layout

Go to dictionary bring fields from MARA table transfer and save, check and activate it.

Go to SPRO

SAP Reference IMG  Logistics- general  Material master  Configuring the material master  Define the structure of data screens for each screen sequence or go to T.code OMT3B.

Select 21 (stand ind tab pages) and click on data screens.

Select Basic Data 1.

Select subscreens.

Select SAPZMGD1 0001 and save it with a request number.

Run MM01 screen then you will get sub screen in it.

And also i'm mailing you a PPT which shows the procedure with screen shots

Regards

Reward if helpful

Lakshman

5 REPLIES 5
Read only

Former Member
0 Likes
774

Hi,

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

the tcode is cmod...

1.From the main screen of the Project management transaction, proceed as follows:

Select Enhancement components and choose Change.

2.Choose Edit component.

3.Choose the screen exit and double click on it

4.Create your subscreen using the Screen Painter.

5.Design your screen to be added to the standard screen and activate the particular screen and return back to the flow logic .

6.Choose the PAI and PBO to write down the logic.

7.Generate your screen and choose Back (the green arrow) to return to the Project management transaction.

8.Go to the transaction ME22 to view the customer defined screen exit.

9.Enter the purchase order number and press Enter.

10.Go to the menu header --> Details.

11.Purchase number is visible on the standard screen

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

Regards

Kiran Sure

Read only

prasanth_kasturi
Active Contributor
Read only

Former Member
0 Likes
775

Hi Mahesh

Refer this example. Yu will get an idea how to create screen exit.

This example shows adding a sub screen to MM01 (create material) screen.

Go to SPRO

SAP Reference IMG  Logistics-General  Material master  Configuring the Material master  Create program for customized subscreens or Go to T.Code OMT3C.

Enter Function group name and give description continue and save it.

Go back to initial screen and go to SE80.

Give Function group as mentioned above and display it

Go to screens double click on any one of the screen and then

go to layout

Go to dictionary bring fields from MARA table transfer and save, check and activate it.

Go to SPRO

SAP Reference IMG  Logistics- general  Material master  Configuring the material master  Define the structure of data screens for each screen sequence or go to T.code OMT3B.

Select 21 (stand ind tab pages) and click on data screens.

Select Basic Data 1.

Select subscreens.

Select SAPZMGD1 0001 and save it with a request number.

Run MM01 screen then you will get sub screen in it.

And also i'm mailing you a PPT which shows the procedure with screen shots

Regards

Reward if helpful

Lakshman

Read only

Former Member
0 Likes
774

Hi,

you can refer to this forum page for help regarding screen exits:

reward if useful

preet

Read only

Former Member
0 Likes
774

Hi,

Please refer the link below:

http://www.saptechnical.com/Tutorials/ABAP/ScrEXITCJ01/CJ01.htm

Thanks,

Sriram Ponna.