Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

table control

Former Member
0 Likes
333

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

2 REPLIES 2
Read only

Former Member
0 Likes
312

Hi selevan ,

unfortunately your question is not clear.please take time to describe your problems and scenarios for better solution

Read only

Former Member
0 Likes
312

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.