‎2006 Jul 30 6:41 AM
hello all,
i use this function in report,
and when i use it in my report it bring me 65 results,
and when i use it with transaction se37 and write the same data there it bring me 165 results.
is anyone know if there is a must fields that i need to fill?
thanks'
dana.
‎2006 Jul 30 10:04 AM
Hi,
You do have to check if u have ticked Multi Level Explosion.
<b>MEHRS</b> (Multi-level explosion).
There are some other fields for restricting BOM <b>explosion upto some extent such as,
FTREL</b> (Limited multi-level - stop explosion at items <b>not relevant to production),
BREMS</b>(Limited explosion),
<b>FBSTP</b>(Limited multi-level - stop explosion at externally procured item),
<b>MDMPS</b>(Limited multi-level - explode phantom assemblies at least),
<b>MKMAT</b>(Limited multi-level; explode KMAT),
<b>MMAPS</b>(Limited multi-level - explode at least M assembly (M order),
Regards,
Amit Raut
‎2006 Jul 30 10:05 AM
Dana
Run your report in debugger and also the FM in se37 in debugger.
Compare what happens at every point to get the difference.
Can you paste the code that you have used to call the FM in your report.
Do award points of this tip helps you
‎2006 Jul 30 11:10 PM
Hi Dana,
In the program you do not export any parameter to the FM cs_bom_expl_mat_v2 and run the program.
And cross check the FM in se37 and check the difference.
Regards,
Azaz Ali.
‎2006 Jul 31 5:37 AM
thank you all,
it work now,
i did miss there something.
the problem was that in my program i write model - in lower case and in the function it know how to handle it and change it to upper case.
thank you very much.