2022 Oct 25 12:22 PM
Good day!
I’m fairly new to SAP and I’m not that expert to be honest.
I was given a list of 200 equipment, each has an ID in the sap system. My task is to go through all of these equipment and make sure that a certain common item (let’s call it ‘X’) is catalogued.
Is there a way of doing that without having to go through the equipment one by one and looking manually?
If i was to design a program, this could work however I'm not even sure how to do that in sap:
“Enter Equipment ID: ##
If the item ‘X’ is present, return true, else false”
appreciate your support
2022 Oct 25 12:22 PM
Hi crysiiz,
Welcome to the SAP Community. Thank you for visiting us to get answers to your questions.
Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.
First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Second, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html, as that will help you when submitting questions to the community.
I also recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.
Now for some specific suggestions on how you might improve your question:
* Outline what steps you took to find answers (and why they weren't helpful) -- so members don't make suggestions that you've already tried.
* Share screenshots of what you've seen/done (if possible), as images always helps our members better understand your problem.
* Make sure you've applied the appropriate tags -- because if you don't apply the correct tags, the right experts won't see your question to answer it.
* Use the "insert code" feature when sharing your code, so members have an easier time reading.
Should you wish, you can revise your question by selecting Actions, then Edit.
The more details you provide (in questions tagged correctly), the more likely it is that members will be able to respond. As it stands, I don't know if there is enough information here for members to understand your issue. So please consider revising your question because I'd really like to see you get a solution to your problem!
I hope you find this advice useful, and we're happy to have you as part of SAP Community!
Regards,
Dedi
2022 Oct 27 10:56 AM
For a new program or query, you could look at some tables such as EQST (Equipment to BOM Link) and STPO (BOM item)
In SAP standard, did you look at transactions such as IH03 and CS15?