Application Development 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: 

User exit/Enhancement for function module /ATL/PCN874_REFNUM_EXIT

Former Member
0 Kudos

Hi friends,

In the Transaction /ATL/PCN874

there is a function module /ATL/PCN874_REFNUM_EXIT

and it has an Include zxpcn874_3

how can i find its User exit / Enhcnacment name in SMOD.

Please let me know

Thanks in Advance,

Ganesh

2 REPLIES 2

rakeshjain
Explorer
0 Kudos

Hi Ganesh,

I doubt FM /ATL/PCN874_REFNUM_EXIT is a Customer Exit, as it doesnot follow the naming convention applies to Function modules -

EXIT_<Program_name>_nnn

Anyways for finding the user exits, follow the following steps -

1. open transaction /ATL/PCN874

2. Open System==>status menu entry and you get the program name.

3. Then get the package from the program attributes.

4. open SMOD and press take F4 help on Enhancement.

6. Click on Information System

7. Click on "All Selection" button from toolbar of RIS.

8. Enter the package and component name ( FM as in this case ).

9. It will display the SAP enhancement name.

Best Regards,

Rakesh

madhu_vadlamani
Active Contributor
0 Kudos

Hi Ganesh,

[Find the Exit|http://wiki.sdn.sap.com/wiki/display/ABAP/CustomerExits(CMOD)]

Regards,

Madhu.