Application Development and Automation 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: 
Read only

Master Data Download

Former Member
0 Kudos
220

Hello Guys,

Is there any standard way to download crictical master data into excel

without writing ABAP.

Regards

Ajay

4 REPLIES 4
Read only

TMNielsen
Contributor
0 Kudos
192

Hello Ajay

Why not use ABAP ? - it's part of the best programming environment in the world.

You could also download data via SE16, but there you will miss the link between tables like the connection between MARA and MARC.

You could also create an ABAP Query, but thats one of the worst tools in the world.

You may also have access to tools that can dump the data directly from the database.

Why not use ABAP ? - it's part of the best programming environment in the world.

Best regards

Thomas

Read only

dirk_feeken
Product and Topic Expert
Product and Topic Expert
0 Kudos
192

I don't know if there's a download as text/xml/whatever file you can directly mport to Excel. Should be mentioned in the R/3 documentation. But if you just want to try to avoid ABAP (perfect topic for this forum) you can also use the other way around: Write with Visual Basic an Excel macro which connects via RFC (use the DCOM connector libraries) and call the necessary BAPIs to get the data.

Dirk

Read only

0 Kudos
192

Hi,

Can I ask where you found the SAP DCOM connector? I cannot seem to find it anywhere on the internet

If you could help me / send the dcom files to me I would be much apprecaited

Thanks

stu

Read only

Former Member
0 Kudos
192

Hi ajay,

take SE16N with your tabel and use excel-inplace as ALV-Layout.

Than you have data in EXCEL.

Regards, Dieter