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

Former Member
0 Likes
495

Hi all,

how can i find the list of materials for the given component(idnrk).

is there any function module?

2 REPLIES 2
Read only

Former Member
0 Likes
442

Hi,

use the function module CS_BOM_EXPL_KND_V1

Regards

Sudheer

Read only

Former Member
0 Likes
442

CSAP_BOM_ITEM_MAINTAIN

CSAP_DOC_BOM_CREATE

CSAP_DOC_BOM_DELETE

CSAP_DOC_BOM_ITEM_SELECT

CSAP_DOC_BOM_MAINTAIN

CSAP_DOC_BOM_READ

CSAP_MAT_BOM_ALLOC_CREATE

CSAP_MAT_BOM_ALLOC_DELETE

CSAP_MAT_BOM_CLOSE

CSAP_MAT_BOM_CREATE

CSAP_MAT_BOM_DELETE

CSAP_MAT_BOM_ITEM_SELECT

CSAP_MAT_BOM_MAINTAIN

CSAP_MAT_BOM_OPEN

CSAP_MAT_BOM_READ

CSAP_MAT_BOM_SELECT

CSAP_ORD_BOM_CREATE

CSAP_ORD_BOM_DELETE

CSAP_ORD_BOM_ITEM_SELECT

CSAP_ORD_BOM_MAINTAIN

CSAP_STOCK_TYPE_CREATE

CSAP_STOCK_TYPE_DELETE

CAVC_I_CHANGE_BOM_ITEM_DATA

CAVC_I_DELETE_BOM_ITEM

Check Above function modules which all related to BOM

And also Check function groups CSAP, CSAI, CSAR, CSBD etc...

Check out the following:

http://help.sap.com/saphelp_40b/helpdata/en/92/58b521417011d189ec0000e81ddfac/content.htm

BAPI_ROUTING_CREATE for routing

BOM

OM Explosion

/people/prakash.singh4/blog/2005/05/15/explode-boms-in-enterprise-portal-using-htmlb-tree--part-1-abap

BOM

http://help.sap.com/saphelp_erp2005/helpdata/en/ea/e9b7234c7211d189520000e829fbbd/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/d1/2e4114a61711d2b423006094b9d648/frameset.htm

http://www.sap-img.com/sap-sd/sales-bom-implementation.htm

http://www.sap-basis-abap.com/sappp007.htm

materials

http://help.sap.com/saphelp_46c/helpdata/en/2e/e62c7dd435d1118b3f0060b03ca329/frameset.htm

regards,

Prabhu

reward if it is helpful.