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

Find a Function Exit

Former Member
0 Likes
1,010

Hi,

I need to find an exit for the Function Module, RV_PRICE_PRINT_ITEM. How do i do that?

Rgds,

Diana

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
920

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

7 REPLIES 7
Read only

Former Member
0 Likes
921

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

Read only

MarcinPciak
Active Contributor
0 Likes
920

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

Read only

Former Member
0 Likes
920

Hi,

Try this

USEREXIT_PRINT_ITEM.

Regards,

Vijay

Read only

former_member585060
Active Contributor
0 Likes
920

Hi,

Try for User exit USEREXIT_FEE_COPY

Regards

Bala Krishna

Read only

Former Member
0 Likes
920

This message was moderated.

Read only

manubhutani
Active Contributor
0 Likes
920

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

Read only

Former Member
0 Likes
920

Try this 2 BADI:

SD_COND_ACCESS_A

SD_KONV_SELECT