Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

about application server and database sever

Former Member
0 Likes
720

where does apllication server and database server located in a us client project

Edited by: madhu sudhan on Feb 21, 2008 11:02 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
692

Hi

the DATABASE server and the APPLICATION servers will be located at client place and we will work through PRESENTATION SERVER

4 REPLIES 4
Read only

Former Member
0 Likes
693

Hi

the DATABASE server and the APPLICATION servers will be located at client place and we will work through PRESENTATION SERVER

Read only

Former Member
0 Likes
692

what is the need of interfaces if the A.S and D.S are at client place

Read only

Former Member
0 Likes
692

YOU CAN SEE tCODE AL11 TO SEE HOW APP. SERVER IS THERE IN OUR SYSTEM.

Read only

Former Member
0 Likes
692

Interface: it is a program that performs communication with External system from SAP.

There are two types of interfaces:

1. Inbound Interface: External system sends the data to SAP

2. Outbound Interface: SAP sends the data to External system.

Let's take a scenario:

There are two Systems SAP ERP and Seibel CRM

Scenario1: Whenever an Order is created in Seibel CRM system it has to be transferred to SAP where the Order confirmation, Delivery and Billing will be performed. This can be enabled by using IDOC as inbound interface.

Scenario2: Whenever a New customer is Created in SAP ERP this customer data has to be transferred to Seibel CRM using Outbound IDOC / RFC.

Basically interfaces are implemented using RFC, BAPI, ALE/IDOC.

INTERNALLY SAP IS 3-TIER ARCHITECTURE