‎2007 Aug 13 11:34 AM
hi ,
i want code for the following problem. i am having 2 tables ekko,ekpo and for ekko the fields are ebeln, aedat,ernam, spnars and for ekpo the fields are matnr, matkl, werks, igort. i want code that if i select one field eg.. ebeln the following corresponding field output should come in table
‎2007 Aug 15 1:23 PM
Hi selevan ,
unfortunately your question is not clear.please take time to describe your problems and scenarios for better solution
‎2007 Aug 16 4:03 PM
Hi,
First amke sure that your field is set to respond to double click so that it will launch the background processing.
In your PAI section of the flow logic you will have to put a loop for you table then chain your selection filed and assign a module to the chain-request of that field.
I.E.
loop at ekko.
chain.
field ekko-ebeln.
module load_ekpo on chain-request.
endchain.
endloop.
This should work for you.