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

help on IDOCS

Former Member
0 Likes
867

hello experts,

i new to IDOC concepts, can any one explain me whats process code:

function module:

Basic type:

T-code we41,we42, we02,we05,we19,bd10......

if any one has good notes on IDOC plz fwd to [email protected] ,

hello experts,

i new to IDOC concepts, can any one explain me whats process code:

function module:

Basic type:

T-code we41,we42, we02,we05,we19,bd10......

if any one has good notes on IDOC plz fwd to [email protected] ,

6 REPLIES 6
Read only

Former Member
0 Likes
831

Check this thread. This should help you -

Read only

Former Member
0 Likes
831

hai

ans to ur questions

  • process code: Defines the type of inbound processing.�� The process code specifies the function module which inserts the order data in the IDoc type.

  • function module: writes the application data in outbound idoc.

we41: process code outbound for function read

we42:process code inbound for function read

we02, we05: list of idocs

bd10:to send the materials.

i will forward u the notes i have to ur mail id..........it will b usefull for the beginners.......

regards,

selvi

ps:reward points if useful.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
831

Hi,

Check this link and kindly reward points by clicking the star on the left of reply,if it helps.

http://www.henrikfrank.dk/abapuk.html

Read only

Former Member
0 Likes
831

Hi,

IDOC is Intermediate Document.

Its a data container to take data from one system to another sytem.

It contains 3 records:

1. Control Records (Data stores in EDIDC)

2. Data Records (Data stores in EDID4)

3. Status Records (Data stores in EDIDS)

To see the IDOC & status check it in WE02/WE05

You refer the following links for info on IDOCS:

http://www.sapgenie.com/sapedi/idoc_abap.htm

http://www.sapgenie.com/ale/why_ale.htm and

http://www.henrikfrank.dk/abapexamples/IDOC/IDOC.htm

http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm

http://www.sapgenie.com/sapgenie/docs/ale_whitepaper.doc

http://help.sap.com/saphelp_47x200/helpdata/en/0b/2a6095507d11d18ee90000e8366fc2/frameset.htm

As per the transactions:

WE31- To create segment

WE30- Is to create an idoc type and assign segment to it.

WE81- To create message types (meaning of IDoc)

WE82- To assign message types to idoc types

Configure SALE Txn

Write the program logic in se38

Execut the same to post idoc

In se37 write the posting FM

Hope this helps you.

Best Regards,

Anjali

Read only

Former Member
0 Likes
831

Some important Tcodes:

Some Important Transaction Codes:

SALE Display ALE Customizing

WE02 Display Idoc

WE05 Idoc Lists

WE09 Search for Idoc in Database

WE19 Test tool

WE20 Partner profiles

WE21 Port definition

WE30 Development Idoc Type

WE31 Development Idoc Segment

WE41 Process codes, outbound

WE42 Process codes, inbound

WE60 Documentation for Idoc types

WE81 Logical message types

WE82 Assignment Messages for Idoc Type

BD64 Maintenance of Distribution Model

BD73 Re-posting of Idocs

BD83 Send IDocs after an ALE error

BD84 Post IDocs after ALE error

BD87 Manual Processing of Idocs

Regards,

Anjali

Read only

Former Member
0 Likes
831

Process code acts like a event and trys to trigger the inbound function module in Inbound process and also it links with msg type and FM.

U can view all the process codes in WE42(Inbound) we41(Outbound).

Thanks

Eswar