Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Extract data from table T007A and SI_T007A in one excel

Former Member
0 Kudos
242

Hello I would like to extract entire data of table T007A and SI_T007A in one excel.

Please advise how can we merge fields of both T007A and SI_T007A in one internal table before extracting it in Excel.

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos
95

SI_T007A is a structure, so you don't expect a JOIN or another SELECT, do you. Actually T007A contains this structure (check T007A with SE11 please) could you elaborate on your requirement?

Regards,
Raymond

Former Member
0 Kudos
95

Hello Raymond,

Yes I already checked SI_T007A is a structure.

My requirement is to extract entire data from table T007A into a excel, as shown in above screenshot.

If we go to SE16 you can see the data for both T007A and SI_T007A, and I would like to move this entire data in internal table and then in excel.

Regards,