Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from johnnhojabap on Nov 29 at 11:43 PM Using Read statement we can achieve this for ex: Define one more internal table itab3 with type of itab1 and itab2 loop at itab1 into wa1 - loop for your first table read table itab2 into wa2 with key wa2-comman field = wa1-comman field. move field which you want like below. wa3-field = wa1-field. wa3-field = wa2-field. append wa3 to itab3. endloop.
| | | ---------------Original Message--------------- From: Pamela79 Pilch Sent: Wednesday, November 28, 2012 2:22 PM Subject: Extracting data of VL10A in Internal Table Hello, We need to extract data from VL10A. It shows list of open sales order. The report output is ALV and one of the field is sales order number . One solution is , we can create a Z selection screen and pass that information in background to VL10 selection screen and run the report in background and then in the output we have the sales order no in ALV report output of VL10A we then need to pass one of the fields of the above ALV report to an internal table. I need to know how can we achieve this. we need this since we can loop the internal table and fetch data from other tables. regards Pamela | | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |