‎2007 Jun 14 7:06 AM
Hi ,
By using material in MSEG table I need to get BOM field from MAST table. Then using that BOM I have to retrieve BMENG from STKO table and POSTP (item category) in STOP table and here I need to search table STPO with BOM#; retrieve component quantity from field STPO/MENGE for all materials with Item category N
I can do the above things by using select for all entries
But One function module is there to do all these things..
Can any one tell me the function module name
Thanks,
Navaneeth
‎2007 Jun 14 7:09 AM
hi
refer to the link below
http://www.erpgenie.com/abap/functions.htm (<b>list of func mod</b>)
regards
ravish
<i><b>plz dont forget to reward points if helpful</b></i>
‎2007 Jun 14 7:10 AM
hI,
Use the CALL FUNCTION 'MB_CREATE_GOODS_MOVEMENT
BAPI_GOODSMVT_CREATE.
Regards
‎2007 Jun 14 7:12 AM
check this BOM related
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
regards,
prabhu
reward if it is useful