‎2007 Jan 13 8:32 AM
Hi All,
Is there any way to include the stock related information like vendor consignment stock,QI restricted stock etc of the material in BOM Explosion using the function CS_BOM_EXPL_MAT_V2 or using any other function.
Thanks
‎2007 Jan 13 8:57 AM
SORRY IT WILL ONLY EXPLODE THE BOM AND IT IS ENTIRELY GIVING THE BOM RELATED DATA. FOR OTHER THING WHY DONT YOU TRY TO FETCH THE RECORD FROM TABLES LIKE QALS OR ANY OTHER TABLE?
REGARDS
SHIBA DUTTA
‎2007 Jan 13 8:38 AM
USE THAT FN MODULE AS I TOLD EARLIER.
YOU HAVE TO PASS
CAPID = 'PP01'.
DATUV = SY-DATUM.
MEHRS = 'X'. <FOR MULTI LEVEL>.
WERKS = <PLANT>
MTNRV = <HEADER MATERIAL NO>.
STLAL,STLAN FOR ALTERNATIVE AND BOM USAGE BUT NOT MANDATORY.
IT MAY BE HELPFUL
REGARDS
SHIBA DUTTA
‎2007 Jan 13 8:52 AM
Thanks Shiba for ur help,
I used the function . It is giving all other information but not the information related to stock, i want to include the stock related information in the structure used in the above function.
‎2007 Jan 13 8:57 AM
SORRY IT WILL ONLY EXPLODE THE BOM AND IT IS ENTIRELY GIVING THE BOM RELATED DATA. FOR OTHER THING WHY DONT YOU TRY TO FETCH THE RECORD FROM TABLES LIKE QALS OR ANY OTHER TABLE?
REGARDS
SHIBA DUTTA
‎2007 Jan 13 9:01 AM
Ya i tried that but i am not getting a common field between the structure stpox and the table MKOL and MARD which i can use as selection criteria in the query.
‎2007 Jan 13 9:05 AM
IN MKOL AND MARD MATNR FIELD IS THERE AND YOUR COMPONENT NAME IN STPOX STRUCURE IS IDNRK.
I.E. IDNRK MUST MATCH WITH MATNR.
BUT DONT KNOW IT WILL HELP YOU OR NOT.
REGARDS
SHIBA DUTTA
‎2007 Jan 13 9:12 AM
Thanks Shiba,
If it is the case that IDNRK should match with MATNR , then my problem is solved.
Thanks a lot SHIBA.
‎2007 Jan 13 9:42 AM
JUST CHECK IN DEBUGGING MODE WITH SOME SAMPLE VALUE . I THINK IT WILL SOLVE YOUR PROBLEM.
REGARDS
SHIBA DUTTA
‎2007 Jan 13 12:20 PM
... correct: IDNRK (identification number of component) is the same as MATNR (material number).
See also this ABAP:
<a href="http://www.ionutz.ro/sap/abap010.htm">Multi-Level Bom with Location Balance</a>
Regards,
Clemens