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

Urgent: please reply

Former Member
0 Likes
754

Hi All,

Can anyone please give me any BAPI to explode BOM in DMS (Dispute Management Syatem).

Please help

Thanks.

Hi All,

Can anyone please give me any BAPI to explode BOM in DMS (Dispute Management Syatem).

Please help

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
669

hi,

i dont know if thgis helps you but exploding BOM´s i use following 3 FM´s

CS_BOM_EXPLOSION "for BOM´s

CS_BOM_EXPL_MAT_V2 "for materialBOM´s

CS_BOM_EXPL_KND_V1 "for customeroderBOM´s

BAPI_MATERIAL_BOM_GROUP_CREATE " for create BOM

DMU_DOC_BOM_EXPLODE &,

DMU_MAT_BOM_EXPLODE &

CIF_BOM_EXPLODE

thanks

reward points if helpful....

Message was edited by:

Velmurugan

Read only

Former Member
0 Likes
669

hi

try for this system related bapis

bus2022

bus2012

bus2023

these are sap related p.o. business object repository objects

try these

it may be helps u

Read only

christoph_hopf
Product and Topic Expert
Product and Topic Expert
0 Likes
669

Hi,

the best way of getting document BOM structures by using BAPIs would be to use BAPI_DOCUMENT_GETLATEST2 or BAPI_DOCUMENT_GETDETAIL2.

Please see SAP note 766277 which contains a complete documentation on all available DMS BAPIs. Further information could also be found in the transaction BAPI.

Best regards,

Christoph

P.S.: If this information was helpful please don't forget to award points.