‎2010 Sep 16 5:31 AM
Dear all,
Currently in one sap query having tables EKBE and other tables, output is comming. But now I need to add some more data from the table EKBZ to the same columns of the output which are from EKBE. If i use join then i need to use separate column for EKBZ, but i want EKBZ data ( additional records) to the same columns of EKBE in the output in addition to to the records of EKBE . Please help me how to do this.
Thanks,
Prasad
‎2010 Sep 21 10:06 AM
U can insert ur desired fields By Go to INFOSET / FUNCTIONAL AREA in that u can add fields by click on JOIN , INSERT u can add ur next tables, after that u can go Query(SQ01) in that u can select ur desired fields .
‎2010 Oct 06 2:29 PM
thanks for your reply dear. Actually its not my requirement.
But I found the answer my self. I have created the separate internal table and selected the data directly from the database table ( like normal report) and inserted my records at the event 'At end of selection after processing' into the auto generated internal table using field symbols.