cancel
Showing results for 
Search instead for 
Did you mean: 

ale/idoc

Former Member
0 Kudos

where will we use ale/idoc ( i know we use it to transfer data from sap to sap and sap to nonsap)

but what data we will send other than using matmas cremas debmas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if you use t-code WE60 you can see all existing IDocs.

It's also possible to write your own IDocs.

Regards

Patrick

Former Member
0 Kudos

Hi patrick,

but my question is what are the differences between 3 ways of transferring

1. stand alone programs

2. message control and 3. change pointers

Former Member
0 Kudos

Hi,

Message control:

http://help.sap.com/saphelp_nw04/helpdata/en/c8/19878343b111d1896f0000e8322d00/frameset.htm

Change pointer create an IDoc if data belonging to this IDoc has changed.

Stand-Alone programs are started explicitly by a user to transmit data from one SAP system to another.

Another possibility to create IDocs is an external program that could be a selfwritten ABAP program that creates an IDoc.

Please have a look here:

Regards

Patrick

Edited by: Patrick Koehnen on Mar 25, 2008 2:17 PM

Former Member
0 Kudos

One last question before closing thread

There are some standard reports regarding these transfers what are they?

how to write standard alone programs

Former Member
0 Kudos

Hi,

> There are some standard reports regarding these transfers what are they?

You will find them in SAP menu under:

Logistics -> Logistics Execution -> Transportation -> Transportation Planning -> External Planning System -> ALE Monitoring -> GoTo ...

> how to write standard alone programs

Regards

Patrick

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Other than the idoc's which you have mentioned we can send any idoc that depends upon the requirement

Ex:

Orders

DELVRY

1. Article and condition (WP_PLU03)

2. EAN (WP_EAN01)

3. STO Details (WMMBID02)

4. Physical Inventory (WVINVE01)

5. Price updates for old batches (WP_PLU03

There is no specific to send the idoc. u can send any idoc

Regards

Seshagiri

Former Member
0 Kudos

For any idoc procedure is the same?

ok. there are 3 ways to transfer

1. stand alone programs

2. message control and 3. change pointers

what is the difference between them