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

Standard Interface for Material & BOM data

Former Member
0 Likes
756

Hi....

I need a standard function module AND Idoc for transfering the following data.

If there is any standard available for these interface requirement, please share the same.

We would like to consider the standard functionality in IDOC, File transfer and any interface technology available SAP.

BOM Data - Both Inbound & Outbound

Material Data - Outbound

Regards,

Guru

3 REPLIES 3
Read only

dhirendra_pandit
Active Participant
0 Likes
593

Hi You can use following object for BOM inbound and outbount In LSMW:-

BAPI method BOM:-

Business Object BUS1080 Article BOM

Method CREATEBOMGROUP Creation of a material BO

Message Type MATERIALBOM_CREATEBOMGROU Creation of a material BO

Basic Type MATERIALBOM_CREATEBOMGROU Creation of a material BO

BAPI method for material:-

Business Object BUS1001006 Standard article

Method SAVEDATA Create and change materia

Message Type MATMAS_BAPI Create and change materia

Basic Type MATMAS_BAPI03 Create and Change Materia

Regards

Dhirendra

Read only

0 Likes
593

Hi ,

I am using  BUS1080 . It is converting data fine. But in Start IDOC generation it is giving error like "basic data GROUP BOM missing error" ...can you tell how to resolve this ?

Read only

Former Member
0 Likes
593

Thanks for sharing the possibilities...

I hope it will help to design the solution for the requirement.