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 bapi program

Former Member
0 Likes
648

hi all,

i need to upload data for cs01. it includes multiple bom items,

is there any function module for it.

can any body provide sample program for this

regards

siva

5 REPLIES 5
Read only

Former Member
0 Likes
604

Hi,

you can use the following program RCSBI010

Regards Vassko!

Read only

Former Member
0 Likes
604

Hi Siva,

You can use BAPI_MATERIAL_BOM_GROUP_CREATE

Use function module

CSAP_MAT_BOM_CREATE

CSAP_MAT_BOM_READ

Regards

Sudheer

Read only

Former Member
0 Likes
604

Hi,

use 'CS_BOM_EXPL_MAT_V2'.

Multi level items are exploded only if one of the Import parameters in the function module is checked. I forgot which one but you can refer to the following code for the function module which gave me multi level bom explosions.

call function 'CS_BOM_EXPL_MAT_V2'

exporting

capid = 'PP01'

datuv = sy-datum

emeng = p_req_menge

mktls = 'X'

mehrs = 'X'

mtnrv = p_material

stlal = p_w_stlal

stlan = '1'

stpst = 0

svwvo = 'X'

werks = p_plant

vrsvo = 'X'

tables

stb = w_stpox

matcat = w_cscmat.

Regards

Read only

Former Member
0 Likes
604

CSAP_MAT_BOM_CREATE should work for you

regards,

srinivas

<b>*reward for useful answers*</b>

Read only

Former Member
0 Likes
604

Hi,

check these 'CS_WHERE_USED_MAT' , it can help u .....