Screen Exits

<< Click to Display Table of Contents >>

Navigation:  All About ABAP Technique > English > ABAP Tutorial > ABAP Workbench Tools > Enhancement > Customer Exits >

Screen Exits

Objective

Screen Exits

Transaction code

CMOD - Project Management of SAP Enhancements

Support

 

 

Within these pages will be exemplified how to insert Code on a SAP program that has the SAP Customer exits with type of the "Screen Exits", examples of t-Code that used are "BC425_18".

 

1. Open t-Code CMOD

2. Insert project "ZCBC1801" that has been made on "Function Module Exits" and then choose Radio button "Components"

abap_tutorial0182

 

3. Click "Change" for view list enhancement that has been used

abap_tutorial0168

 

4. Click "Undo Activation"

5. Click "Enhancement Assignments" for Add New Enhancement

6. For example insert Enhancement "SBC18E03"

abap_tutorial0183

 

7. Click "Components" and then press the button"Yes" for save

abap_tutorial0173

 

8. Double Click at line "Screen Exits" and insert value as below

abap_tutorial0184

 

9. Click "Layout"

abap_tutorial0169

 

10. Insert value "SFLIGHT18" and Click "Get from Dictionary"

abap_tutorial0170

 

11. Choose "SEATSMAX" and Click "Check/OK"

12. Place it on the Screen as below

abap_tutorial0171

 

13. Click 'Activate" and "Exit"

abap_tutorial0172

*save in the package if you want this to be transported

 

14. Back to the screen as below

abap_tutorial0174

 

15. Double Click "EXIT_SAPBC425_FLIGHT18_003"

abap_tutorial0185

 

16. Double Click include "ZXBC425G18U03" then press Enter

abap_tutorial0175

 

17.  Press the button "Yes" and Save in Local Object or Development Class accordance with the requirements

18. Insert Syntax as below

abap_tutorial0186

 

19. Click "Back"

20. Click "Goto -> Global Data"

abap_tutorial0187

 

21. Double Click "ZXBC425G18TOP" then press Enter

abap_tutorial0176

 

22. Insert Syntax as below

abap_tutorial0188

 

23. Click "Activate" and Select the relate object

abap_tutorial0177

 

24. Click "Check/Continue"

20. Then press the button "Back" twice for back to the screen as below

abap_tutorial0178

 

16. Click "Activate"

17. Then test using t-Code "BC425_18"

18. Insert the value as bellow then press enter or press the button "Display"

abap_tutorial0179

 

19. If the Screen appears as bellow then Screen Exits has been successfully created.

abap_tutorial0189

 

20. Finish