Question:
Hi,
I am using a infoset as extractor without problems, but now i need that only some certains records load to the cube, this selection must be done in the infoset (for performance reasons), the infoset has a "Z" table as data source.
Is itpossible if so how???
Thanks in Advance
Regards
JC
Answer:
If i got you right you use extraction from SAP query (surly infosets are basic elements).
In TA SQ02 in the definition of the infoset you have a coding area where it is possible to select data wich has to be extracted by this infoset.
Answer:
If i got you right you use extraction from SAP query (surly infosets are basic elements).
In TA SQ02 in the definition of the infoset you have a coding area where it is possible to select data wich has to be extracted by this infoset.
Thanks, but im lost you meant that i can put a "select"?
select * from myztable where mycondition
I put code in this section for obtain the text for some fields using select single format .
Thanks in Advance
JC
Answer:
Solved!!!
Using check in GET section of coding.
Thanks
JC