Application Development 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: 

Dynamic programing

Former Member
0 Kudos

Hi All,

I need your help to write the code for the below.

We have 12 add-on tables.

We need to check one by one all 12 table for the transaction data matching. Each table structure is different.The transaction data structure will also be different during runtime.

If we found the matching in any one of this table then we need to select the specific or required field from that table and put into the internal table and come otherwise continue checking the 12 add-on tables for transaction data field matching.

This should be done using the dynamic programming.

So here table name and the field selection and also the where condition all are dynamic.

Please help me on this.

Regards

Gautham.

1 REPLY 1

Former Member
0 Kudos

Please search.

there are too many threads on this.