cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a list of all EWM managed materials

jpod
Explorer
0 Kudos
3,641

Hello,

Is there an SAP standard transaction to get a list that generates all EWM managed materials?

Similar to what MM60 can do, except with a column indicating the materials is EWM.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Andreas_Mergler
Contributor
0 Kudos

Hi John,

EWM-relevance of a warehouse on the ERP side is defined via table /SPE/V_T340_E and field DECSY (value = E).

That warehouse number is assigned to one or more storage locations (table T320).

Assuming you know (or have found out via /SPE/V_T340_E and T320) which combination of plant and storage location is assigned to the warehouse (number) in question you could use MM17 on the ERP side (table MARD) to select relevant materials. Once you have the list you could use the print functionality to work your way to the download option.

Alternatively, you could use the quick viewer SQVI for table MARD to get to the same result. Using SQVI you could also add information for from other related tables like MARA or MARC.

Yet another option is SE16 for MARD if you only need the material numbers. Or you code a little report starting from /SPE/V_T340_E and / or T320 and MARD.

BR Andreas

JuergenPitz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

"Is there an SAP standard transaction to get a list that generates all EWM managed materials?"

What is an "EWM managed material"? There is nothing like that.

You want to see Material you have on stock? That you check in the warehouse management monitor.

You would to know which materials could be in the EWM warehouse? The you check on plant / storage location level. All products which are created for a storage location which is connected to an EWM warehouse, could be in that warehouse. Any any other, as soon as you create it for the storage locations.

Brgds

Juergen

---

All the above is no official SAP statement.

Want to learn EWM?

Check for EWM courses: https://training.sap.com/trainingpath/Applications-Extended+Warehouse+Management-EWM+in+S4HANA

Get a SAP Learning Hub Subscription: https://training.sap.com/learninghub

And it is EWM. NOT eWM - Duh!

And if your question includes the word "transfer order" - do NOT tag the question with Extended Warehouse Management!

PatrickMueller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello John,

Can you elaborate on your use case?

Release? Deployment option?

You could use the EWM Warehouse Management Monitor with Node for "Product" (Tx code /SCWM/MON).

The selection screen offers radio buttons for selection of products which are maintained for the warehouse number or products which are not maintained for the warehouse number but available in system.

The result list also has a flag that indicates which products already have "Warehouse Product" maintained.

If your selection is too large to select and view in front-end, you can schedule monitor nodes in background and send results to spool.

Regards,

Patrick

jpod
Explorer
0 Kudos

Hi Patrick,

Business case is simply to pull total number of SFG and FG materials into a file for reference purposes, so that it can be parsed with another SAP export.

In /SCWM/MON, I do not see a node in the menu path for "Product", could it be an authorization issue? My access/authorization is quite limited at this client.

Are there any standard transactions not in EWM that I can use?

Thanks,

John