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

user exit for COMMPR01

Former Member
0 Likes
547

Hi, i need to add a new tag to tx. COMMPR01 (CRM) and i don't know how, is there any user exit i can use ??? how can i know all the user exit available for any transaction ???

thanks in advance !!!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Via Transaction goto main program, find 'CUSTOMER-FUNCTION'

Hi, i need to add a new tag to tx. COMMPR01 (CRM) and i don't know how, is there any user exit i can use ??? how can i know all the user exit available for any transaction ???

thanks in advance !!!!!

3 REPLIES 3
Read only

Former Member
0 Likes
509

Via Transaction goto main program, find 'CUSTOMER-FUNCTION'

Read only

Former Member
0 Likes
508

Via Transaction goto main program, find 'CUSTOMER-FUNCTION'

OR find function module EXIT_'program name'_*

Read only

0 Likes
508

thanks, but there's no customer function and no exit_"program"....

i'll keep on searching... thanks anyway !!