SAP technical resources or course

Associate
Joined
4 Jan 2010
Posts
603
I've been tasked with analysing data from SAP systems but my understanding of it is non existent - I'm a MS SQL guy normally. My employer has agreed to find a course to help me with understanding the technical side of things, is there a recommended course or resource people can recommend? Ideally I would like to understand what all the different fields are and tables they can be found and maybe ABAP to query the tables
 
Soldato
Joined
9 Mar 2012
Posts
10,070
Location
West Sussex, England
Not sure about courses but when I've done this in a previous data migration contract I tackled it from each process transaction for the areas I was responsible. When you're in a transaction you can view the help information for any field and that will tell you the table and technical name of the field.

Going back a step though, I think it would be worth you speaking to your IT department or whoever has overall responsibility for your SAP install. When your install was commissioned into service, did the data take on process create various data mapping documentation detailing what tables and fields were populated with your legacy data? If so, that would be a good starting point to perhaps cobbling together some of your own docs. Each install of SAP is usually customised to a clients requirements hence why any documentation detailing the data take on would save you having to trace each transaction through.

If the initial documentation doesn't go into detail about key fields you can use SE12 to enter a table code and view all the field names including which are key fields.

I'm assuming from your question that your SAP install doesn't have any data warehouse where the content is pushed to. Not sure if your analysis is a one off or you want some ongoing data warehouse so that queries are not being done against the live system depending on how intensive your needs are.

There is a query builder in SAP so depending on what you want achieved you might want to use that, especially if you want an easy way to allow others to have access to it from their SAP access.

Alternatively, you could look into a data warehousing solution or purchasing an ODBC driver and scheduled queries to pull data from SAP out of hours.

Once you know what tables your interested in Talend might also be of interest as that can connect to SAP too.

Here's a couple of resources I found which you may find useful.

http://it.toolbox.com/wiki/index.php/Find_data_in_your_SAP_system_and_know_which_tables_do_what

http://www.recercat.cat/bitstream/handle/2072/5419/PFCLopezRuizAnnex3.pdf?sequence=4
 
Associate
OP
Joined
4 Jan 2010
Posts
603
Thanks for the link, I'll check them out.

It's a bit more complicated than that. I'm potentially going to be working on our client's system or data and so the setup may be very different each time. While my colleagues can help me, the onus is on me to be an 'expert' in front of clients and provide answers to any questions they may have when I am on site.
 
Back
Top Bottom