‎2010 Jan 21 9:04 AM
Hi all
Please help me in the isssue. I need to pass the storage location value in allocation run to sales order afs . are ther any userexits or enhancements for allocation run .
‎2010 Jan 21 9:53 AM
Hi,
Below are some user-exits for product allocation.
User-Exits for product allocation:
The following user exits all apply to structure COBL, in which the data for account determination is copied to item level.
USEREXIT_MOVE_FIELD_TO_COBL
Option to include new fields in structure COBL.
USEREXIT_COBL_RECEIVE_VBAK
Option to assign values from the document header to the new fields.
USEREXIT_COBL_RECEIVE_VBAP
Option to supply values from the item to the new fields.
USEREXIT_COBL_SEND_ITEM
A changed field can be copied from the structure into the item. You could use the user exit to display a certain field in the account assignment block (see also MV45AFZB).
USEREXIT_COBL_SEND_HEADER
A changed field can be copied from the structure to the header (see source text MV45AFZB)
Thanks
Saurabh
‎2010 Jan 21 12:02 PM
‎2010 Feb 18 4:56 AM
‎2011 Mar 26 2:04 PM
HI,
I'm facing problem in transaction code J3AT, that this the user whats allocation of min. quto based on sale organisation. Do you know any user exit.
I'm trying through the SPRO custom userexit, but it is not working.
Can you help me in this.