I am developing a screen in Module pool.
In my screen , Two fields r there.
1-- Issue No.--- (Dropdown list)
2- Item No.------(Dropdown list)
Both Fields are coming From the DB Table created by user.
When i feed d rest data on the screen it will genereate The Assignment no.
THIS IS THE OBJECTIVE,
In ITEM NO field, the ITEMS shd be displayed as per the Isuue No.
Like for a Issue no there are 4 or 5 Itemnos.
Suppose i choosed ISSUENO " AAA01".
then in ITEMNO it shd display those ITEMNO belongs to the Issueno "AAA01".
Without using function module , by d help of searchhelp.
I am getting data In itemFIeld, But all d Itemnos, not as per the Issueno.