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

RFQ or Quotation User Exit Save - Help

Former Member
0 Likes
979

Hi,

Can you please tell me , what user exit is used to save RFQ ? While using ME41 to create a RFQ, which user exit is used to Save ?

Appreciate your help & Will reward with points

Thanks

Prithiv

Hi,

Can you please tell me , what user exit is used to save RFQ ? While using ME41 to create a RFQ, which user exit is used to Save ?

Appreciate your help & Will reward with points

Thanks

Prithiv

2 REPLIES 2
Read only

Former Member
0 Likes
582

Try this.

goto se24, enter class cl_exithandler, goto method get_instance. Set breakpoint on the first if sy-subrc statement after the "get exit name". Run transaction when it is in debug window, check field exit_name

Cheers.

...Reward if useful.

Read only

Former Member
0 Likes
582

Hi,

Try putting break point in the include of the exit EXIT_SAPMM06E_012.

Rgds,

stck