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

Write an ABAP program SPRO configurations across modules

amarreddy1206
Explorer
0 Likes
2,524
  • Need ABAP program which will download all the SPRO configurations across modules in a folder structure in local file system
9 REPLIES 9
Read only

FredericGirod
Active Contributor
2,333

This is a End-User requirement, not a technical issu

Read only

amarreddy1206
Explorer
0 Likes
2,333

How can we achieve this requirement

Read only

FredericGirod
Active Contributor
2,333

analyze how works SPRO, find the tables regarding the SPRO hierarchie, find the link between spro leaf and table/tables/view/view cluster, find a way to extract dynamicaly table/tables/view/view cluster, learn how to store complex data into a file (maybe an excel file).

Or just search a little bit for an already made program doing the job (I saw it)

Read only

amarreddy1206
Explorer
0 Likes
2,333

I had tried so many ways but didn't get a clue. How to proceed to write a program above requirements

Read only

FredericGirod
Active Contributor
Read only

amarreddy1206
Explorer
0 Likes
2,333

Dear Friend,

I had gone through this link long back which is not suitable for my incomplete requirement. That's why I have reached out to the sap community.

The above link is just an assumption but not a solution of my requirement.

Below is my question or requirements, could you please suggest the best resolutions.

Write a ABAP Program that will download all the SPRO configuration across all modules in a folder structure in the local file system. each folder should be relevant to excel files for configuration.

Best Regards,

Amar

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,333

It will be very difficult as this feature doesn't exist in standard. But I don't get your exact requirement. What should be downloaded, in what exact format?

Read only

FredericGirod
Active Contributor
0 Likes
2,333

There a hundred of customizing tables for a simple SAP project, just have a look to the content of the table E071K you will understand how big will be your job.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
2,333

What purpose could this possibly serve? It's like trying to download Internet to a thumb drive.

Sorry but I feel the question to ask here is not "how" but "why". Who gave you this task and for what purpose? Would really love to have a chat with that person.

Please don't just blindly accept every requirement that comes your way. Without understanding the purpose it's impossible for you to provide a solution and for others to help you.