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

problem in ALE inbound With process code

former_member799868
Participant
0 Likes
1,420

i want to give a function module to the in bound process code in transaction WE42 but i am not able to give the function module name .after giving the function module name if i say save system giving message "The ALE table is not yet maintained for process code ZTEST".

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,015

Hi,

This are the steps which involoves the Idoc processing .

For ur query, check the bold letters .. do that part . it will solve ur problem

Create Idoc type – Transaction WE30.

Idoc type Idoc segments

Z_idoc

Create Message Type – Transaction WE81.

Message type

z_msg

Assign Message Type to Idoc type – Transaction WE82.

Idoc type Message type

z_idoc z_msg

<b>Create a function module through SE37

z_idoc_input

Assign characteristic of function module BD51

Assign fn module to Idoc type and Message Type WE57

Idoc type Message type Fn Module

z_idoc z_msg z_idoc_input

Create Inbound process code and assign inbound function module – Transaction WE42.

Process code Inbound function module

zcode z_idoc_input</b>

Create a distribution Model - Transaction BD64

Create distribution model for distribution of messages

with the message type of z_msg

Update inbound parameters of the Partner profile – Transaction WE20

For the Logical system A for the above message type update the partner profile

inbound parameter and specify the process code of zcode.

For Outbound ALE Configurations: (Example)

IDoc definitions and necessary ALE configurations settings for the outbound .

Create Idoc segments – Transaction WE31.

Create Idoc type – Transaction WE30.

Create Message Type – Transaction WE81.

Assign Message Type to Idoc type – Transaction WE82.

Create a distribution Model - Transaction BD64.

Reward points if it is Useful.

Thanks,

Manjunath MS

3 REPLIES 3
Read only

varma_narayana
Active Contributor
0 Likes
1,015

Hi...

These are the Steps that must be done before Assigning the FM to inbound process code.

1. Maintai FM attributes : Tcode BD51

Here you have to add the FM as an entry.

2. Assignment of IDOC Type / Message type to FM :

Tcode: WE57

3. Now Create the Process code in WE42 and assign the FM .

It will work...

<b>reward if Helpful.</b>

Read only

paruchuri_nagesh
Active Contributor
0 Likes
1,015

hi

check the tables TEDE1&TEDE2 where u r process code stores in the database

maintain fm attributes BD51

after that relaese u r fun ction module

then goto we41 assign fm to process code

reward for useful answers

regards

Nagesh.Paruchuri

Read only

Former Member
0 Likes
1,016

Hi,

This are the steps which involoves the Idoc processing .

For ur query, check the bold letters .. do that part . it will solve ur problem

Create Idoc type – Transaction WE30.

Idoc type Idoc segments

Z_idoc

Create Message Type – Transaction WE81.

Message type

z_msg

Assign Message Type to Idoc type – Transaction WE82.

Idoc type Message type

z_idoc z_msg

<b>Create a function module through SE37

z_idoc_input

Assign characteristic of function module BD51

Assign fn module to Idoc type and Message Type WE57

Idoc type Message type Fn Module

z_idoc z_msg z_idoc_input

Create Inbound process code and assign inbound function module – Transaction WE42.

Process code Inbound function module

zcode z_idoc_input</b>

Create a distribution Model - Transaction BD64

Create distribution model for distribution of messages

with the message type of z_msg

Update inbound parameters of the Partner profile – Transaction WE20

For the Logical system A for the above message type update the partner profile

inbound parameter and specify the process code of zcode.

For Outbound ALE Configurations: (Example)

IDoc definitions and necessary ALE configurations settings for the outbound .

Create Idoc segments – Transaction WE31.

Create Idoc type – Transaction WE30.

Create Message Type – Transaction WE81.

Assign Message Type to Idoc type – Transaction WE82.

Create a distribution Model - Transaction BD64.

Reward points if it is Useful.

Thanks,

Manjunath MS