‎2007 May 18 11:34 AM
Hi,
If we have a function exit,how do we search for structures that can be used in our code,if they have not been mentioned in the Functional Specifications?
Thanks!!
‎2007 May 18 11:39 AM
Hi,
go to se38 tcode, give the standard program name and Display the source code.
Now search for " Call customer-function".. which will get all the function exits of that standard transaction/program.
identify the suitable exit and parameters within exit .
Revert back if any issues.
Reward with points if helpful.
Regards,
Naveen
Message was edited by:
Naveen Deva
‎2007 May 18 11:39 AM
Hi,
go to se38 tcode, give the standard program name and Display the source code.
Now search for " Call customer-function".. which will get all the function exits of that standard transaction/program.
identify the suitable exit and parameters within exit .
Revert back if any issues.
Reward with points if helpful.
Regards,
Naveen
Message was edited by:
Naveen Deva
‎2007 May 18 12:36 PM
Hi,
Easy way to find goto cmod-> in menu Environment-> Application Hierarchy
->SAP it will gives all Modules list click on your required module for eg: SD for Sales and Distribution it will display list of package select the list which you will get for that module goto menu Environment-> Repository Information System ->
Selected Packages click and it will displays list of enhancements.
you can check your required one.
Regards
Ganesh
‎2007 May 23 5:42 AM
Thanks for all the replies.I have got a brief idea about it now.
Thanks!!!!