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

in cross apps what is basic type,idoc type , message type

Former Member
0 Likes
784

in cross apps what is basic type,idoc type , message type explain to me breflley how to work on realtime plz help me i am learning

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
718

Basic Type:

Basic IDoc type defines the structure and format of the business document that is to be exchanged between two systems.

Segments:

Segments form the basic building blocks of an IDoc type and are used to store the actual datta. A segment type is the name of a segment and is independent of the SAP elease. A segment definition is the release-specific name of a segment.

Steps in creating Segments:

T.Code WE31

Enter the name for your segment type and click on the create icon.

Type the Short text.

Enter the variable names and data elements.

Save and Go back.

Go to Edit -> Set Release.

Repeat the steps to create more segments.

IDOC TYPE:

Business data is exchanged with an external system using the IDoc Interface.

IDoc types (Special Structures) An IDoc type is defined through its permitted segments. Segments can be dependent on each other (parent and child segments). The IDoc interface can check for each IDoc whether thhe segments contained are compatible with thhe definitiion of its type. This systax check is activated or deactivated in the Partner Profiles.

Steps in creating IDoc Type:

T.Code WE30 to create IDoc Type.

Enter the Object Name, Select Basic Type and click Create Icon

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

Select the IDoc name and click Create icon

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

Choose the appropriate values and press enter

The system transfers the name of the segment type to the IDoc editor.

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

Save it and go back.

Go to Edit -> Set Release.

Message Type:

Steps in Creating Message Type:

T.Code WE81.

change the details from Display mode to Change mode

After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.

Click New Entries to create new Message Type.

Fill details

Save it and go back.

Assign Message Type to IDoc Type:

T.Code WE82

Change the details from Display mode to change mode.

After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.

Click New Entries to create new Message Type.

Fill details

Save it and go back.

Rewards if useful.

4 REPLIES 4
Read only

Former Member
0 Likes
719

Basic Type:

Basic IDoc type defines the structure and format of the business document that is to be exchanged between two systems.

Segments:

Segments form the basic building blocks of an IDoc type and are used to store the actual datta. A segment type is the name of a segment and is independent of the SAP elease. A segment definition is the release-specific name of a segment.

Steps in creating Segments:

T.Code WE31

Enter the name for your segment type and click on the create icon.

Type the Short text.

Enter the variable names and data elements.

Save and Go back.

Go to Edit -> Set Release.

Repeat the steps to create more segments.

IDOC TYPE:

Business data is exchanged with an external system using the IDoc Interface.

IDoc types (Special Structures) An IDoc type is defined through its permitted segments. Segments can be dependent on each other (parent and child segments). The IDoc interface can check for each IDoc whether thhe segments contained are compatible with thhe definitiion of its type. This systax check is activated or deactivated in the Partner Profiles.

Steps in creating IDoc Type:

T.Code WE30 to create IDoc Type.

Enter the Object Name, Select Basic Type and click Create Icon

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

Select the IDoc name and click Create icon

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

Choose the appropriate values and press enter

The system transfers the name of the segment type to the IDoc editor.

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

Save it and go back.

Go to Edit -> Set Release.

Message Type:

Steps in Creating Message Type:

T.Code WE81.

change the details from Display mode to Change mode

After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.

Click New Entries to create new Message Type.

Fill details

Save it and go back.

Assign Message Type to IDoc Type:

T.Code WE82

Change the details from Display mode to change mode.

After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.

Click New Entries to create new Message Type.

Fill details

Save it and go back.

Rewards if useful.

Read only

p291102
Active Contributor
Read only

Former Member
0 Likes
718

Hai sri vasu,

u want to learn cross aplications purchase the book <b>ALE EDI IDOC</b> witten by Arvind Nagpal.

This is a excellent book for beginners i am sure.

it covers all things....

Regards

kishore ale

Read only

Former Member
0 Likes
718

Hi Sri,

IDOC : Intermediate Document..

IDOC can be used for the ALE(Application Link Enabling) for different buissness fucntions spread accross an enterprise.

SAP -System <--->IDOC<---> Non-SAP -Syst(may be a legacy system)or a client interface

Basic type : we30

Segment :we31

IDOC is an instance of IDOC type.

Each IDOC has 3 parts

1. Control Record

2. Data Record

3. Status Record

We02 or We05 is used to display an idoc.

At run time the following events occur

A unique IDOC no. is allocated by SAP

One control record is attached to the IDOC

Segments translate into data records

Status records are attached

Syntax rules are checked.

WE 30 Basic IDOC Type defines the structure and format of the business document that is to be exchanged.

WE31: Segment type

IDOC Type has a

1.specific name

2. list of permitted segments

3. hierarchy of segments

4. mandatory/optional segments

5. minimum/maximum range of each segment.

Parter profile:we20 A partner is defined as a business partner with whom you conduct business and exchange documents

Port :we21

Then after attaching the mesager type through the we81 and assigning thorugh we82 we go for the process code we42 for inbound IDOC and we41 for outbound.

IDOC trigger.

Can be done through

FM or Report

Or through message control.

We 19 :Test the IDOC

Reference:http://idocs.de

rewards if useful.

Thanks

Mohinder Singh Chauhan