Question:
Dear Guru's,
Thank you for your time!!!
My requirement is like this:-
We have product "XXXX Enterprise Logistics InformationTechnology", which was developed in java and almost has 10 modules like, OMS-Order Management System, WMS-Warehouse Management System, FMS - Forecast Management System,TMS- Transport Management System and so on....Now we have a client who has also implemented SAP and He wants to Implement out product.
Now the thing is our product maintains more detailed data of logistics and we also want to maintain summary data or the almost same data in SAP.
I mean if i create a Material in the frontend of my product and say submit it will get saved in Backend(oracle) as usual, But at the same time we want to update the same information in SAP also,with the same button click or whatever....
I request you all to kindly suggest me all the possible ways to do this in SAP,this may take time for you to reply,but i will wait for your reply.
We r new to SAP Family....if somebody is replying to this...i would like to explain them based on what you all will suggest me.
Thanks & Regards,
ur desiple.
Answer:
you can write another program that interfaces into sap everytime (XXenterise runs a transactioin). you will can find a listing of all the bapi's and parameter they need thru transaction /obapi
_________________
Prometheus Group
http://www.sapsolutions.net
Answer:
SAP has "BAPI" that caters for your needs. It can be interfaced "quite easily" with SAP.
BAPI application has a big group of programs for different functions. Like, loading material master, vendor master or sales order. These programs uses "IDOC" to transfer data. "IDOC" is basically a data container. Your program needs to call the BAPI program and pass this data container. Of course the data container(IDOC) should contain the data that you want to pass.
You also, have to set up the link between SAP and your system. This is fairly, a straight forward task.
This is just a suggestion, without really looking at your specs in detail.
Answer:
adding to what previously was said: use the SAP Java Connector that is able to send and receive Idocs as well as to launch and take in RFC/BAPI calls.
Have a look on http://service.sap.com/connectors to get details on this connector.
Answer:
Hi,
We are using TIBCO as middleware for interfacing with SAP. My problem is for getting the data for inbound IDoc for Purchase order as per EAI [ Middleware ] consultants opinion TIBCO will only create a text file of purchase order data and put text file into application directory and it will not pouplate the data to inbound IDoc, and using startrfc.exe SAP has to be take this file and populate it to IDoc. I want to confirm whether TIBCO will not support this, If TIBCO will automatically convert the data into IDoc then what will be procedure for this.
Thanks
aRs