cancel
Showing results for 
Search instead for 
Did you mean: 

Cross-Selling without Structure HgLevlItm

MarcC
Explorer
0 Kudos

We want to use cross-selling to add product B when product A is entered in an order (VA01).

This works fine but it adds B as a sub-item with Higher-Level Item = 10.

MarcC_1-1711466443320.png

 

We don't want this - it should be a normal position 10 with no Higher-Level Item. Is there any way to customize this?

Unfortunately, when we use an Enhancement Point (ES_SAPFV45P SAPFV45P Static Enhancement Point/Section \PR:SAPFV45P\EX:VBAP_FUELLEN_10\EI) to clear UEPOS ...

IF vbap-uepvw = 'F'. " Cross-Selling
  CLEAR vbap-uepos. " Don't add cross-selling as sub-positions
ENDIF.

...we lose the quantity (3 was entered):

MarcC_2-1711466641409.png

 

 

Accepted Solutions (0)

Answers (0)