1 / 59

CUSTOMER EXITS

CUSTOMER EXITS. Bonus material for 201 ABAP Interview questions http://www.201interviewquestions.com/books/abap.htm Material Code : BM01 Author : P.Renjith Kumar Genie Press. Different types of Customer exits. The main customer exits are Function Module exits

roy
Download Presentation

CUSTOMER EXITS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CUSTOMER EXITS Bonus material for 201 ABAP Interview questions http://www.201interviewquestions.com/books/abap.htm Material Code : BM01 Author : P.Renjith Kumar Genie Press

  2. Different types of Customer exits The main customer exits are • Function Module exits • Screen exits • Menu exits • Field exits

  3. Purpose of Exits Function Module Exits • Generally for making the validation in the standard transaction code field(s) Screen Exits • For adding the sub-screen in the standard transaction code Menu exits • To enable or disable the menu-bar in standard transaction code Field exits • To validate a particular screen field in standard transaction code

  4. Dummy Project Transaction code CO11N. Requirements • Add a new sub-screen to give the provision to user for entering the HR data and save in standard table to show the information in COOIS standard transaction code. • Validate the field Execution start date should not be more than 1 week from today’s date.

  5. CO11N Standard Screen

  6. Required Screen

  7. Searching the Function Exits • First take the program name of the standard transaction code. • Now come to se38 and give that name to check package

  8. STEP I Tcode SMOD

  9. STEP II

  10. STEP III

  11. Dbl click

  12. STEP IV

  13. Dbl click STEP V

  14. STEP VI Dbl click

  15. STEP VII

  16. ANOTHER WAY TO FIND FUNCTION MODULE EXITS • Go to se38 and give the program name and click the menu utilities find in source code • Now give Call customer in the search string • And process as next slide

  17. Press Enter

  18. Dbl click Required Screen

  19. Dbl Click Required Screen

  20. Now come to SMOD and proceed as STEP I and STEP II

  21. HOW TO FIND SCREEN EXIT • Proceed as mentioned in STEP I and STEP II

  22. Process flow • Do as per STEP IV

  23. Dbl click

  24. Click Here

  25. CMOD

  26. Field exits • Go to transaction code RZ10 and check in instance profile whether abap/fieldexit parameter value is yes or not. • Now go to standard transaction code and take the data element , screen name and screen no • Now come to se38 run the program RSMODPRF.

  27. Click STEP I Transaction code RZ10

  28. STEP II Press Display Or Change

  29. If it is not there create the new parameter Check the parameter value

  30. Press

  31. Now come back and save the profile Now go to standard transaction code and take the data element, screen name and screen no Here the standard transaction code is CS03

  32. Press Execute

  33. Execute

More Related