Pull SAP Item master data in a web page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23140 Reply
    priyankawadgaonkar
    Participant

    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.

    #23141 Reply
    Edward T
    Participant

    Hi,

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Pull SAP Item master data in a web page
Your information:



Your email address will not be published. Required fields are marked *

Page last updated by priyankawadgaonkar on