ALE / IDOC - (Application Link Enable / Intermediate Document)
ALE / IDOC - (Application Link Enable / Intermediate Document)
Document).
Idoc is nothing but its like a container. its load our data objects and its transfer our sap system to
another sap system.
IDOC will not easily go from one system to another system. we have to do some enablement
some configuration in these two system.
Becoz we sending the data from one sap to another sap. thats what we need OUTBOUND
program.
In OUTBOUND program will collect the data in certaine formate and it pass to the IDOC.and it
OUTBOUND program will create IDOC and system will check whether link is enable or not.
if link is enable then our sap system will go directly to the 2nd SAP SYSTEM.
Once it comes here( SAP 2 ) we will be having one function module or like program.but
generally it create function module. inside the function module will be retained some codes .it
will take data from IDOC based on scenario of bussiness.it process the data and update the data
into requied table.(fetch the data from IDOC nd update the data to required table).
This is whole process of ALE/IDOC.
IF YOU ONE SAP TO NON-SAP SYSTEM then you need to middleware have to use (like PI/RFC)
----------------------------------------------------------------------------------------------------------------
T-CODE:
WE02-->display the IDOC(EDI)(it specify all idoc include EDI)(non-sap to sap system)
STATUS record:
50-IDOC ADDED
IMPORTANT TABLE: we can see this using (se11 or se16 or se16n(most preferable))
once we create the message type then have to create basic type in (we82).
------------------------------------------------------------------------------------------------------------------
4.port(we21)
5.partner profile(WE20)
6.OUTBOND PROGRAM-- we create the Outbond program to generate the IDOC and
send to the receiver system.
once we create the message type then have to create basic type in (we82).
------------------------------------------------------------------------------------------------------------------
1.create the logical system name for the system.
4.port(we21)