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

ALE/IDOC[custom table]

Former Member
0 Likes
1,047

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......................................................

5 REPLIES 5
Read only

Former Member
0 Likes
997

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

Read only

0 Likes
997

The other server is a application server of SAP.

Read only

0 Likes
997

Other sever is also SAP R/3 system only.

Read only

0 Likes
997

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

Read only

former_member404244
Active Contributor
0 Likes
997

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