trying to find what material is assigned to which purchasing group [closed] - sap

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am trying to find which material part number is assigned to which purchasing group in SAP. If someone could point me to the right tables that would help as well.

Purchasing group for an article can be found in tables MARA and MARC.
The fields are MAW1-WEKGR and MARC-EKGRP.
I'm using SAP Retail.
Hope it helps.

Related

Is There some Amazon API or source to get data about product data, analytics keyword, etc? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 days ago.
Improve this question
I am finding to access some API or sourcing to fetch data about product performance, metrics or any statistic, please any thing will be a helping.
Not that I know of but there is a book 'Predictive Analysis' by Conrad that does show some details on how to get at least basic information from Amazon.

Sample sql product Data [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Looking for a open source range of data. Needs to be a range of products with variations e.g. books, shoes, hats, cds, dvds, dog toys, you get the idea, random products.
Also needs to be for a sql database.
Anybody got any suggestions where I might find such data?
Try doing a search for Northwind database samples. Microsoft also has some free database setups to us for practice. You can download these from their website.

API for getting movie soundtrack list [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any free API for getting the list of soundtracks from a given movie?
Thanks
IMDB seems to be the best place for soundtrack lists.
This might be what you want:
http://www.deanclatworthy.com/imdb/

Is there a name for the database table that's the other side of a join table? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm trying to write some documentation and can't think of a generic name for the table that's the other side of a join table.
Is there a specific name for it? If not, any ideas? 'joined table'?
They're typically referred to as "left" and "right" tables.

Where can I find an API to read movie budget? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for an API that would give me movie budget, domestic revenue and first wekeend revenue but I can't find any. Ideas?
Does IMDB provide an API?
Not sure if there is a free api that will get the information you want, but the links on that question might give you some leads.
You might want to check out themoviedb.org.
The default response for Movie.getInfo displays a budget parameter.