‎2009 Jul 28 11:13 AM
Hi,
I need to find an exit for the Function Module, RV_PRICE_PRINT_ITEM. How do i do that?
Rgds,
Diana
‎2009 Jul 28 11:21 AM
Hi,
Open FM in SE37 and display source code by selecting source code tab.
search for EXIT in the code.
you will find all the exit for this FM:
for example:
PERFORM userexit_print_item
Regds,
Anil
‎2009 Jul 28 11:21 AM
Hi,
Open FM in SE37 and display source code by selecting source code tab.
search for EXIT in the code.
you will find all the exit for this FM:
for example:
PERFORM userexit_print_item
Regds,
Anil
‎2009 Jul 28 11:24 AM
What I did:
- checked function group of that FM
- go to SE84 -> Enhancements -> Customer Exits -> Enhancements
- Additional settings frame -> Component name ->typed * V61A *
- I got two exits : FYTX0001 , V61A0001
- go to SMOD and check each of them.
Regards
Marcin
Edited by: Marcin Pciak on Jul 28, 2009 12:26 PM
‎2009 Jul 28 11:24 AM
‎2009 Jul 28 11:31 AM
‎2009 Jul 28 11:45 AM
‎2009 Jul 28 2:39 PM
search for the keyword 'call customer' in your function module.
click on the 3 digit code in this call customer function module.
it will take you to a function module which has an include where coding needs to be done.
then goto t-code SMOD. Press F4, give the exit name (function module which has that include)
find the enhancement name,
then goto t-code CMOD.
give enhancement name in the F4 and find the project name
Activate the project, ur exit will be called now.
Regards
Manu
‎2009 Jul 28 4:28 PM