Reputation: 3173
I am new to SAP Retail, got a task to connect and interact with the SAP Retail system using java in order to retrieve promotion, offer data.
I am looking for ways to do so, either using any Java API or Web services.
Please give me some ideas to achieve this.
Upvotes: 0
Views: 215
Reputation: 4337
There are several possibilities.
In both case, you will have to work with your SAP Expert(s) / Consultant(s) to get the info on what you have to call, or to develop specific code in the SAP system.
regards
Upvotes: 2
Reputation: 65869
The SAP system is complex to interface to. You need to use a file structure called IDoc.
You can get an idea of the scope of your problem here.
Upvotes: 1