Hi all, I have a requirement to pull Item Master SAP data and display on a web page. For eg. a user enters material number or material description in a search bar, after he hits enter that material number details should pop out on a page to view for the viewer. Also the data popped of the material number should be stored in pdf to be able to view for the user.Please let me know how can I proceed for the solution.
First you need to look the correct BAPI or develop custom FM or query, for your requirement. Example for material list you can use BAPI_MATERIAL_GETLIST. Then you need to decide what methods you will use to get this data.
The simplest and oldest technique is by using FTP folder, SAP will fetch a file data to FTP and the external system can read this file and process it.
It depend on your requirement and company policy. Other solution like utilize RFC connector, Web service, use middleware, etc. could also be done.