Skip to Content
0
Former Member
Sep 19, 2005 at 02:52 PM

Modifying Enumeration Data tied to Table Field

27 Views

Hi,

I have an application to create Service Order. The page is laid out in Header and line format. I have created a structure datatype "LINES" to store the line data and one of the fields in the datatype is Equipment. Equipment field is tied to a simple datatype "EqType" which inturn is a String of specific length.

In my Create View, doInit method, I call a BAPI to get a list of equiments based on certain criteria. I would like to provide a value help on Equipment field in my LINES table. I am looking for some way to dynamically assign allowed values to Equipment field.

Any suggestions ?