Application Development 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: 

Configuartuin for Idcos........

Former Member
0 Kudos

Hi friends...

Iam new to the idcos..can any body tel me the idoc configuartion and tel me about sale tcodes, with screen shots.

Thanks in advance,

regards,

Deepak...

2 REPLIES 2

Former Member
0 Kudos

Hi deepak....

Iam sending here configuration for the Idocs and creation of new idoc.

Sale tcodes :

1 .in Bd 54 check the logical system has been assigned to particular client or not.

2. we21 create the port.

3. we20 is for partner profile.

here rfc can be created in tcode SM59.

4. in we03 transaction we can find the created idoc.

Creation of Custom IDOC Type

By Sarang Kahu

1.Business Case

SAP R/3 systems send out data through IDoc (Intermediate Document), which in internally has segments and fields containing the data. But sometimes, these fields are not sufficient for a specific end-to-end business scenario as far as data transfer is concerned. So in such scenario, either few fields are to be added or subtracted, or completely new structure- IDoc needs to be created. This are called as Custom u2013 IDOC Types. Following blog gives out step-by-step approach for creation of the same.

2.Development of IDOC types

2.1 Creation of Segment Types

Run T-code u2018WE31u2019 to create segment type, which has fields to contain the data and are added to the segment type in the same transaction. The data stored contained into the segment mesh is finally stored in EDISEGMENT table.

Add your custom fields as per business scenario.

To make it available to other transactions, release the segment created.

Go to Edit -> Set Release

2.2 Creation of IDoc type

Run T-code u2018WE30u2019 to create custom IDoc type. Enter the name of custom IDoc you want to create and click on red box for creation.

Now, it takes you to following screen. Here you can add description for your IDoc type. Also you can specify name of existing IDoc for Copy or Successor mode.

Now, you can maintain attributes of the custom IDoc, which consists of attaching segment type created above to the IDoc type. Also specifying the details of frequency of these segments getting filled i.e. Maximum and Minimum number. Fill the necessary details and release this IDoc type as well.

2.3 Creation of logical message types

Run T-code u2018WE81u2019 to create the logical message types. Go to Edit mode and click New Entry to go to following screen.

Save the entered data.

2.4 Linking Message type and IDoc type.

Run T-Code u2018WE82u2019. Now we have to link these created IDoc types and Message types. Enter the message type name, Basic IDoc type (ZCUST_IDC) and release type to be linked. In the data transfer through ALE, these message types represent the IDOC structure.

Extension field above will be used as per the Extended IDoc type scenario i.e. in case of addition of few more fields into the existing IDoc type.

Hence, now our Creation of Custom IDoc is ready to use in ALE scenarios.

Regards,

Jayan.

Former Member
0 Kudos

Dear Deepak,

Iam giving the link from where you will get the detail explaination as well as configuration please do visit this without fail take it seriously deepak !!!!!

http://sapbrainsonline.com/ARTICLES/TECHNICAL/ALE/ALE_INTRODUCTION.html

Cheers

fareed