on 2024 Oct 29 12:33 PM
Hello,
I have order coming in through EDI. i want to save sales order but want to block ship to party (by State) for particular material. I tried VB01 (B001) but it is not allowing to save sales order. (VA01) it only shows material exclusion error. i want sales order to block not fail
If I have EDI orders (Z***) coming in, I cannot have the sales order not come into SAP, it has to come in with a block for Material not allowed to ship
I also have sales order type activated for material exclusion.
Please advise if there is a way.
Request clarification before answering.
You can create a Z-Table which contains the Keys of the States and Material Number.
Then a a few lines of Codes in Sales Order User Exit (MV45AFZZ) can set the Delivery block if the Ship to State and Material Code matches (in the Z-table)...
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can make use of E1EDK01-LIFSK from ORDERS01 where pass the data with some Delivery Block
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.