cancel
Showing results for 
Search instead for 
Did you mean: 

Storage Location in Tasklist

P745394
Active Contributor
0 Kudos

Hi,

I want to input storage location for components in general maintenance task list , right now this field of storage location is not ready for input.Anyone have any idea how to make entry .

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

That column is defined as a output only field and hence unless you are open to modifying the screen elements, adding screen flow logic to update the associated tables(Maybe able to accomplish this through implicit enhancements if you are in ECC 6.0), then extract and populate the same back in the order (Should be able to accomplish this through User exit), you might not be able to open up the storage location field for edit.

If all the components of the operation are to be assigned to one storage location, then you could probably configure and use the Operation enhancement to identify the storage location using transaction OPS1, coupled with user exits IWO10015 and IWO10016 for Validations and drop down, then use the user exit (CNEX0027) on the order to auto populate the same.

Regards

Narasimhan