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 idocs tcode related

Former Member
0 Likes
607

what is the tcode for assigning message types and inbound function module in ale

please reply me

thanks & regards,

hari priya

Hi Hari Priya

Check the following link.

Link: [TCODES|http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7df143d711d1893e0000e8323c4f/frameset.htm]

Hope it will help you.Tell me otherwise.

Thanks and Regards

Sachin Sharma

4 REPLIES 4
Read only

former_member189629
Active Contributor
0 Likes
568

Hari,

Create Message Type ( WE81 )

Assign Idoc Type to Message Type ( WE82 )

Go thru this link for more info...

http://allaboutsap.blogspot.com/search/label/ALE%20%2F%20IDOCs

Reward if helpful,

Karthik

Read only

Former Member
0 Likes
568

Hi Hari,

Steps relate to idoc

Creation of IDoc

To Create Idoc we need to follow these steps:

1)Create Segment ( WE31)

2)Create Idoc Type ( WE30)

3)Create Message Type ( WE81)

4)Assign Idoc Type to Message Type ( WE82)

Creating a Segment

a)Go to transaction code WE31

b)Enter the name for your segment type and click on the Create icon

c)Type the short text

d)Enter the variable names and data elements

e)Save it and go back

f)Go to Edit -> Set Release

g)Follow steps to create more number of segments

Create IDOC Type

a)Go to transaction code WE30

b)Enter the Object Name, select Basic type and click Create icon

c)Select the create new option and enter a description for your basic IDOC type and press enter

d)Select the IDOC Name and click Create icon

e)The system prompts us to enter a segment type and its attributes

f)Choose the appropriate values and press Enter

g)The system transfers the name of the segment type to the IDOC editor.

h)Follow these steps to add more number of segments to Parent or as Parent-child relation

i)Save it and go back

j)Go to Edit -> Set release

Create Message Type

a)Go to transaction code WE81

b)Change the details from Display mode to Change mode

c)After selection, the system will give this message “The table is cross-client (see d)Help for further info)”. Press Enter

e)Click New Entries to create new Message Type

f)Fill details

g)Save it and go back

Assign Message Type to IDoc Type

a)Go to transaction code WE82

b)Change the details from Display mode to Change mode

c)After selection, the system will give this message “The table is cross-client (see d)Help for further info)”. Press Enter.

e)Click New Entries to create new Message Type.

f)Fill details

g)Save it and go back

***************************

• From WEDI got to Control -> Inbound process codes -> Inbound with ALE service -> Processing by function module (transaction WE42), or from WEDI go to Control -> Outbound process codes -> Outbound with ALE service -> With function module (transaction WE41). There will be function modules associated with the process codes. For inbound, the function modules usually follow this pattern: IDOC_INPUT_messagetype: for example, IDOC_INPUT_CHRMAS for inbound characteristics master.

REWARD IF USEFULL

Thanks

Read only

Former Member
0 Likes
568

For assigning inbound function module, check with transaction WE57.

~ Bineah

Read only

Former Member
0 Likes
568

Hi Hari Priya

Check the following link.

Link: [TCODES|http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7df143d711d1893e0000e8323c4f/frameset.htm]

Hope it will help you.Tell me otherwise.

Thanks and Regards

Sachin Sharma