Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

allocation run (Tcode J3at)

Former Member
0 Likes
2,933

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 .

4 REPLIES 4
Read only

Former Member
0 Likes
1,764

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

Read only

Former Member
0 Likes
1,764

Can any one please help on the issue.

Read only

Former Member
0 Likes
1,764

solved

Read only

0 Likes
1,764

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.