cancel
Showing results for 
Search instead for 
Did you mean: 

How to check item weight in bulk

halickima
Discoverer
0 Kudos
1,479

Hi there,

Could you please advice how can I check item weight in bulk? I'd like to export the data to Excel later.

In SAP I'd like to see it like this column by column:

ITEM | ITEM DESCRIPTION | WEIGHT (GROSS OR NET)

XXX | ITEM 1 | 100 G

YYY | ITEM 2 | 50 G

...

I would like to see a list of all items I have in database (~100 000)

Which T code should I use?

Former Member
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend you to read this overview: https://community.sap.com/resources/questions-and-answers and to take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html.

With these tips you'll be able to prepare questions that draw responses from our members. The more details you provide, the more likely it is that members will be able to answer your question. Should you wish, you can revise your question by selecting Actions, then Edit. By adding a picture to your profile you encourage readers to respond: https://www.youtube.com/watch?v=46bt1juWUUM

Best,

Your SAP Community moderator

View Entire Topic
rupesh101168
Participant

Hi halickima,

You can get the details in table MARA & MAKT. You can create SAP query or just refer table content.

refer table fields info as below.

ITEM | ITEM DESCRIPTION | Gross WEIGHT | NET weight | weight unit

MARA-MATNR | MARA-MAKTX or MAKT-MAKTX | MARA-BRGEW | MARA-NTGEW | MARA-GEWEI

If mention information helpful to you, please accept answer and close thread.

Regards,

Rupesh

rupesh101168
Participant
0 Kudos

Hi halickima,

Please click on Accept answer if issue get resolve and close thread or update further. As it is still showing as not resolved.

Regards,

Rupesh Dhiwar