We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-dev] Extracting data of VL10A in Internal Table

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

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.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2012 Ziff Davis, Inc. and message author.
Ziff Davis, Inc. 28 E 28th Street New York, NY 10016
johnnhojabap  
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Become a blogger at Toolbox.com and share your expertise with the community. Start today.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language