cancel
Showing results for 
Search instead for 
Did you mean: 

How to enter material in the Activities.

Former Member
0 Kudos

We have to enter materials in the 300 activities --different materials.

How can we achieve automation the process instead of attaching the materials manually to the activities in the system.

regards,

Amlan Sarkar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can go through standard process of assigning the material components through BOM transfer program in tcode CN33 or use a program to upload the materials. You can choose BAPI_NETWORK_COMP_ADD in the program to upload materials to various network activities from an excel sheet.

Regards

Srikrishna

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

If you have excel sheet for materials against activities then you can take help of ABAP.

Regards!

virendra_pal
Active Contributor
0 Kudos

can also create standard network templates with assigned material components to activity

Former Member
0 Kudos

Hi,

Can use BAPI_NETWORK_COMP_ADD. It Adds multiple componets in a single call.

Thanks

Saikishore.Ganga

Former Member
0 Kudos

Dear,

For big amount of material assigned to activity you need to create WBS BOM by CS71 and assign component here and add reference points to line items and same reference point to activity after transfering the BOM by CN33 material assigned to activities as per reference points.

Regards.

Former Member
0 Kudos

Hi

You can also avoid CN33 by running a program to pick components directly from WBS BOM and populating the materials to network using BAPI_NETWORK_COMP_ADD.

Cheers

Srikrishna

varshal_kachole3
Active Contributor
0 Kudos

Hi,

Use the BOM transfer Functionality in SAP (TCode: CN33)

This uses the reference points in the activities and the BOM Components to identify each other.

Refer the Link below:

http://help.sap.com/saphelp_erp60_sp/helpdata/en/d7/b8853488601e33e10000009b38f83b/frameset.htm

Hope it helps...

Thanks!!!