on ‎2025 Mar 05 5:30 AM
hello everyone,
how to write logic to get spare part list which is assigned in equipment BOM.
Request clarification before answering.
hello @Badalsatyam ,
Here you go:
Step 1: get EQUNR (Equipment) from table EQUI and Pass EQUNR to table EQST. EQST will give you the link between Equipment and BoM.
Step 2: Pass the EQUNR, WERKS = Plant, STLAN = '4' and fetch the value of STLNR and STLAL from EQST.
Step 3: Pass the values of STLNR, STLAL and STLTY = 'E' in table STAS and fetch the value of STLKN.
Step 4: Pass the values of STLTY = 'E', STLNR, STLKN in table STPO and fetch the value of IDNRK. This IDNRK is the BoM material assigned to the EQUNR (Equipment).
Regards,
Vaibhav Mishra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 36 | |
| 27 | |
| 21 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.