2006 Nov 21 11:04 AM
Hi All,
I have a doubt regarding the type of programs used to post the idocs using ALE in the outbound process.
Please also tell me which program I will use to post a custom table of mine to another server using ALE/IDOC.
Please also tell me the procedure to do the same mentioned above.
Please help. Its a urgent requirement...........................
Thanks in advance......................................................
Hi All,
I have a doubt regarding the type of programs used to post the idocs using ALE in the outbound process.
Please also tell me which program I will use to post a custom table of mine to another server using ALE/IDOC.
Please also tell me the procedure to do the same mentioned above.
Please help. Its a urgent requirement...........................
Thanks in advance......................................................
2006 Nov 21 11:08 AM
Hi sofia,
>>>Please also tell me which program I will use to post a custom table of mine to another server using ALE/IDOC.<<<
First you have to mention whether the >>other server<< is a SAP or a backend of a different supplier?
Regards Mario
2006 Nov 21 11:18 AM
2006 Nov 28 5:04 AM
2006 Nov 28 5:06 AM
This blog should help you understand the configurations required.
/people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide
The following are the general configurations needs to be done
http://www.sappro.com/downloads/OneClientDistribution.pdf
http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
Regards,
Ravi
Note - Please mark all the helpful answers
2006 Nov 28 5:14 AM
hi,
u can do it using CHANGE POINTERS method.For this u need to do the following configurations.
1>WE81
2>WE31
3>WE30
4>WE82
5>SCDO
6>BD61
7>BD52
8>BD50
9>BD60
10>WE20
11>BD64.
First create an object in tcode -SCDO,there u specify ur tablename.
now the fields which are there in the ztable,in the further characteristics of the dataelement u need to check the check box CHANGE DOCUMENT HEADER.Now in SCDO u need to generate the upgarde program,the sap will generate four includes,u need to call them in ur program.
U need to write one FM ,where u need to use the FM's.
CHANGE_POINTERS_READ,
CHANGE_POINTERS_STATUS_WRITE.
Regards,
nagaraj