on 2024 Mar 26 3:25 PM
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.
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):
Request clarification before answering.
User | Count |
---|---|
59 | |
9 | |
9 | |
8 | |
5 | |
4 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.