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

What is Basic IDOC Type

Former Member
0 Likes
629

What is Basic IDOC Type

4 REPLIES 4
Read only

Former Member
0 Likes
606

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

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

former_member404244
Active Contributor
0 Likes
606

Hi,

Have a look at the below thread..

<b><REMOVED BY MODERATOR></b>

Regards,

Nagaraj

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
606

Some IDoc types are supplied by SAP in the standard system,

these are the basic types. Other IDoc types are customer

extensions. In these cases, a basic type is combined with

an extension which is created by the customer, according to

certain rules. Unlike customer extensions , these extended

basic types are upward compatible.

Regards

Vasu

Read only

Former Member
0 Likes
606

Hi,

What is Basic type in IDoc?

The IDoc type indicates the SAP format that is to be used to interpret the data of a business transaction.

An IDoc type consists of the following components:

- A Control Record

This is identical for each IDoc type.

- Several Data Records

One data record consists of a fixed key part and a variable data part. The data part is interpreted using segments, which differ depending on the IDoc type selected.

- Several Status Rcords

These are identical for each IDoc type and describe the statuses an IDoc has already passed through or the status an IDoc has attained.

How to see the details of basic type ALEREQ01?

You can go to transaction WE60 (IDoc Type Documentation)

Regards