Hi all!
I have to create filter icon in the module pool program and my requirement is
if i click that filter icon means.I have to display document no and status.Means document number also i have to create with input field taking length as 10 and status also i have to create with input field taking length as 1.
so if i a clicking the filter icon means i have to get those two fields.
Also after that suppose if i a entering the mblnr number in that document number field and status number in the status field means.I have to display it in my tabstripcontrol.
In my tabstrip wizard first tab is my zpa1 table and second tab is zpa2 table.In that tables i have to filter the mblnr data and status data using that document number and status fields.
Plz tell me how to do it.