Application Development 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: 

interface project

Former Member
0 Kudos

Hi ,

During interface project datas were pushed from legacy system to SAP thru XI, here Material master datas were sent with only basic data views and plant details. remaining views will be filled in SAP by manual.

once the remaining views were filled in SAP ,how sap can trigger message to XI that remaining views with required fields were filled?

so that XI can understand all mandatory fields were filled .

Regards

s.suresh kanna

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Your cross-posted questions have all been deleted or locked.

Please read [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting any further.

Cheers,

Julius

4 REPLIES 4

Former Member
0 Kudos

HI,

you can send material lines with BD10 (and needed customizing in ALE) at everytime/status.

in XI - you add the missing data in the idoc segments.

to know which fields are mandatory:

WE60 - documentation

WE30/31 - IDoc Type / Segment Definition

Regards,

Gordon

0 Kudos

Gordon,

we are using the standard BAPI for the creation of material ,

BAPI_MATERIAL_SAVEDATA .. Here when pushing the material from legacy system i am pushing with the Basic and Storage data, in SAP they will be extending to other views,

They are not maintaing any workflows to complete their tasks for filling the data into the views,

Here, the concern is Once all the views are maintained to the material i need a trigger from SAP as "ALL VIEWS ARE MAINTAINED", so that i can use that material in the MBOM..

Pre requiste for pusing BOM to SAP is --> Material which is used in MBOM should have maitained all the views in SAP else BOM will not load to SAP

regards

Suresh.

MBOM -->

0 Kudos

hi,

we solved this with the use of an material status like mara-pstat or mvke-vmsta.

example:

Status 20 = some views are missing

Status 50 = all view are complete, item can be send.

Now you have to code a function (called through RBDSEMAT) which checks if the status = 50 then call function "MATERIDOC_CREATE_MATMAS".

Former Member
0 Kudos

Your cross-posted questions have all been deleted or locked.

Please read [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting any further.

Cheers,

Julius