Question:
We are loading the data into ODS from a flat file by comparing this data from a R/3 table. we are writng the start routine and wanted to look up the data into this transparent table zxy. Could anyone suggest me whether is it possible to get the data into the internal table which is in the start routine from a transparent table directly like 'select * from Zxy into table itab'. Both ODS and Transparent table are lying in the same BW client. If we can't pull the data directly into the start routine, then what is the alternative to look into this table. I appreciate your help.
Thanks in advance.
Answer:
GURUS PLEAS HELP ME.........
Answer:
Yes, you can fill an internal table help to the start routine, and then read this internal table, when transfer or update rules will be executed fieds by fields.
However, you can also read the transparent table when transferring fields by fields, but first solution is better for performances.
I hope it will help ...
_________________
Laurent THIBERT
Business Connection Amerique
Answer:
Thank you so much. So I can fill the internal table and in turn fill the values into the objects. Cool...