Can a enhanced field in the master data be used for selectn?

Question: Hi, Just wanted to know if it is possible to bring into a selection field (in the infopackage) which as extended field using user exit for a master data.

( I have enehanced a master data fields and would like to include them in the selection condition of the infopackage so that I can filter the data based on this field)

Thanks in advance,
James.

Answer:
You might be able to accomplish this via an ABAP selection on the key from the master data if it is available in the IP.

Ex:

Loading Sales Trans (ZSALES) with IP1. 0MATERIAL is part of the Sales load. You wan to be selective on an attribute of 0MATERIAL, say 0LABOR. While 0LABOR is not available in Sales directly, in the selection for ZSALES on 0MATERIAl you can do an ABAP selection and perform a lookup.

There is documentation on this on the online help, but I am not exactly sure where.
Copyright ?2007 - 2008 www.jt77.com