2008 Jun 10 10:03 AM
Can anyone help me how to do a screen Exit..Help me with step by step procedure
2008 Jun 10 10:14 AM
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
2008 Jun 10 10:07 AM
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 screens 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
2008 Jun 10 10:07 AM
hi,
check this example with screen shots
http://www.saptechnical.com/Tutorials/ExitsBADIs/MM/MM01.htm
more links
http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction
regards
prasanth
2008 Jun 10 10:14 AM
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
2008 Jun 10 10:18 AM
2008 Jun 10 10:18 AM
Hi,
Please refer the link below:
http://www.saptechnical.com/Tutorials/ABAP/ScrEXITCJ01/CJ01.htm
Thanks,
Sriram Ponna.