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: 

Problem in fetching data

Former Member
0 Kudos

Hello Experts,

I am newbie in ABAP.I need to fetch WERKS from T024W & EKORG and from T024E and display it as output in an excel sheet.

How can I possibly do that?

Please Help.

Thanks In advance.

Moderator Message - Spoon-feeding is not encouraged in the forums. Please try to do your own coding & if stuck on some point feel free to get back to the forums.

Message was edited by: Suhas Saha

1 REPLY 1

former_member391265
Participant
0 Kudos

HI

declare 3 Internal tables, There are many ways you can do this but tehre should be relation between the two tables.

fetch werks in one table and ekorg in other it table. and den you can put a loop and read statement to put it into final it table.

and you dissplay it in alv and download to excel sheet.

if helpful, please reward

Thanks

ketan