Answer Posted / alan
EDI is not specific to SAP systems but is exchange of data
between two(or more) systems using ideally accepted message
standards. However these messages can be flat files, XML or
International standards, but the values of data need to be
converted. Necessary for this is some data mapping of
values as the systems may use different values. Normally
there is an external communication service provider and a
mapping tool such as Mercator, Gentran or another
application. There are companies which provide this mapping
service. GXS , Infoaccess etc.,
EDI was in existence before SAP was developed.
ALE is a specific SAP process of 'linking applications'
within SAP. This is done with IDOCS primarily, but can be
converted to flat files or XML depending upon the receiver.
A Purchase Order from one Company code or Plant can be a
Sales process within the other Company Code and plant. The
data is specific to the SAP systems and should only require
table configuration to make any conversions with IDOCS. A
Purchase process would treat the other Company code or
plant as a Vendor (Purchase Order), whilst the receiving
Company Code or Plant would treat the sender as a Customer
(Sales Order). See inter company transfers of Stock within
SAP.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
wht is the diff. b/n initialization and lotus of event
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What are the advantages of logical databases?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
What is a data element?
What is asap methodology? : sap abap hr
Name a few data dictionary objects?
Explain the difference between cluster tables and pool table?
What is the difference between native sql & open sql? : abap data dictionary
What is sap script? Describe its components.
How to specify a client for database table processing?
What is buffering allowed but switched off?
Describe the difference between macro and subroutine?
What happens if a function module runs in an update task? : abap modularization