• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Basic concept of SAP

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am new "SAP" technology ,Please tell me the Deffination FrameWork , And Reason why we adopt SAP . What is the Advantage of using this ,as we also use (J2EE Architecture) For enterprise level.
please If send me net Resource And "URL" Regarding the BAsic Concept of "SAP".
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmmm . . . is SAP even written in Java? :roll:
At any rate this is certainly not a topic about the JavaRanch SITE, so I will move this to general computing.
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
without knowing much about it. I once did participate in a project where we connected a SAP system as back-end to a LotusDomino app as frontend.
SAP is german and the leading Enterprise Ressource Planning system of this planet.
It is not written in Java, but in C++.
They have modules for all parts of business of a company. Controlling departments love it. Marketing departments hate it. You get a overview about the profit, the costs, etc.
In J2EE it is used as a backend system, like a relational database. You can use Webservices or JCA to connect to it. With JCA for me it seems to be about calling the SAP BAPIs (transactional function in SAP-system, like stored procedure in RDBMS). The business logic is inside the BAPIs (written by SAP expert).
They have their own Internet/Java product/tools line which is called mySap.com. They want to support Java and .net and consider Java more stable.
[ November 15, 2002: Message edited by: Axel Janssen ]
 
New rule: no elephants at the chess tournament. Tiny ads are still okay.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic