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

Tell me the function module name

Former Member
0 Likes
480

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

3 REPLIES 3
Read only

Former Member
0 Likes
430

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>

Read only

Former Member
0 Likes
430

hI,

Use the CALL FUNCTION 'MB_CREATE_GOODS_MOVEMENT

BAPI_GOODSMVT_CREATE.

Regards

Read only

Former Member
0 Likes
430

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