Hello Experts,
Please help me in the following issue.
I'm getting runtime entries of field 'T6B2F-KOTABNR' from table 'T6B2F' on the basis of the values of T6B2F-KAPPL, T6B2F-KOBOG and T6B2F-KSCHL.
These KOTABNR values are concatenated with word 'KOTE' to make table name (example : I got 2 values in KOTABNR then tablename will be KOTE904, KOTE946). Now I need to check, in which of these tables (KOTE904, KOTE946), field KNUMA is matching with KONA-KNUMA (which is already been fetched in the program). If KNUMA in tables (KOTE904, KOTE946) got matched with KONA-KNUMA then I need to pick that table (KOTE904, KOTE946-- whosevers KNUMA got matched with KONA-KNUMA). Then, I need to fetch DD02T-DDTEXT based on tablename (KOTE904 or KOTE946--whosevers KNUMA got matched with KONA-KNUMA).
How can this be done?
Please help. Need help.