cancel
Showing results for 
Search instead for 
Did you mean: 

Cross Selling - User exits / Customer exits

Former Member
0 Kudos

Hello,

I am working on Cross Selling scenario, done the configuration part and " I have sales orders placing from web to SAP so --> I need to automate these 2 steps using an user exit / customer exit in standard SAP program while creating the SO

1. Entering the sub item quantity (copying from main item and past it in to sub item)

2. Click on Copy.

...I need the list of user exits/ customer exits related to the above scenario, can some one provide the relevant one..

Regards,

Poorna Nanda

Accepted Solutions (0)

Answers (3)

Answers (3)

robert_bellas2
Discoverer
0 Kudos

Use Product Selection instead of cross selling.  I believe it will do what you want,  that is,  insert a list of materials into your sales document without a popup.  This is more like a BOM explosion in my opinion.  There is a user exit. EXIT_SAPF45S_001  (enhancement V45A0001)  you can have fine control over the process.

Former Member
0 Kudos

hi,

As of now there is no any user exit for your specific requriment. As your requriment appears in POPUP Screen.

you can catch the screen number and program name for it and find enhacement spot for the same and write a piece of code for the same.

balajia

Lakshmipathi
Active Contributor
0 Kudos

There is no specific user exit for cross selling but there are exits for sale order.

For your requirement, you can try with User-Exits in program MV45AFZB - USEREXIT_CHECK_VBAP

thanks

G. Lakshmipathi

Former Member
0 Kudos

Thanks for your reply....

Can you please suggest is there any standard configuration setings which we can set to avoid the popup and to make the subitem quantity to be copied automatically from the main item in cross selling scenario... I have cheked but could not find any setting to avoid the popup.

Best Regards,

Poorna nanda