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: 

Customer exit EXIT_SAPFV45S_001

Former Member
0 Kudos

Hi Gurus!

I have a question for you...

I have implemented customer function EXIT_SAPFV45S_001, in customiizing (Tcode VOV7) I set to "E" (user exit) field Structure scope.

Ok... while entering sales order customer function is executed but then... none of the materials that I appended to table  ALTERNATIVE_MATERIALS is added to my sales order...

Could you please help me? Do you have ant idea or any example?

Thank you very much indeed...

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mike,

Not sure what is your end requirement is but are you sure you are using right exit? I think this exit is to manipulate the confirmed qty based on alternative materials ( BOM ) and some other input not to manipulate the Alternative Materials .

If I check the code before and after the exit, the internal table( XSTB ) gets populated using CS_BOM_EXPL_MAT_V2 before the exit and get refreshed subsequently after the exit.

R

2 REPLIES 2

Former Member
0 Kudos

Hi Mike,

Not sure what is your end requirement is but are you sure you are using right exit? I think this exit is to manipulate the confirmed qty based on alternative materials ( BOM ) and some other input not to manipulate the Alternative Materials .

If I check the code before and after the exit, the internal table( XSTB ) gets populated using CS_BOM_EXPL_MAT_V2 before the exit and get refreshed subsequently after the exit.

R

0 Kudos

Hi Rundra,

thanks for your answer.

Yes, it is the right exit, it is used in case an SAP customer would like to implement its own logic for product determination on VA01