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

BOM explsion

Former Member
0 Likes
462

Hi all,

I am working on Bom explosion function CS_BOM_EXPL_MAT_V2.

I need the STPRS field (standard price) i am getting the value for this field as 0,00 but value for this field is maintained (checked in transaction MM03).

Can someone help me in this.

thanks in advance.

regards

neha

3 REPLIES 3
Read only

Former Member
0 Likes
429

hi

check the parameters u have passed here!!

Read only

Former Member
0 Likes
429

you can alternatively fetch it from MBEW, field name would be MBEW-STPRS. Pass the material number, plant, valuation data obtained from CS_BOM_EXPL_MAT_V2 and check out if you can find the right entry in MBEW.

Read only

Former Member
0 Likes
429

Hi neha,

Try copying the standard function module into zfm and in the importing parameters ...u add stprs and collect it in a variable...I think...that will resolve your issue.

Regards,

Chandru