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
453

Hi,

Iam developing one screen exit,Incuding two fields.cost(QMEL-ZZECOST), currency(QMEL-WERKS).For tcode QM01, i have given cost value and currency.save it.But these two values is not updated in the QMEL table.How it will update?Please give me logic.

Thanks & Regards,

sudhakar

3 REPLIES 3
Read only

Former Member
0 Likes
426

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

Regards

Read only

messier31
Active Contributor
0 Likes
426

Hi,

Check please check the link below. It gives good steps for implementing screen exit over standard screen.

<b><a href="http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction">Screen Exit</a></b>

Hope this helps you.

Enjoy SAP.

Pankaj Singh

Read only

Former Member
0 Likes
426

Suhhakar,

Usually for the screen exit in QM01 there should be 2 function module one would be passing the data to the screen and the other would be passing the data from screen.

If you would look at the export screen of that function module you will be able to pass the value to and from. Usually for QM the table would be something like VIQMEL or T_VIQMEL...

Hope this give you an idea. If you still have problem understanding then let us know what the enhancement name is?

Regards,