Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function cs_bom_expl_mat_v2

Former Member
0 Likes
796

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.

4 REPLIES 4
Read only

Former Member
0 Likes
607

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

Read only

Former Member
0 Likes
607

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

Read only

Former Member
0 Likes
607

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.

Read only

Former Member
0 Likes
607

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.