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 type in IDoc?

Former Member
0 Likes
1,984

Hi all,

What is Basic type in IDoc? Please explain me in layman terms. How to see the details of basic type ALEREQ01? Please point me to related files or threads.

Thanks,

Charles.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,556

Hi,

<b>IDOC Basic type means, IDOC type delivered by SAP</b>. When you want to modify the IDOC provided by SAP, you create an Extension IDOC of Basic type.

<b>This is what SAP says about "Basic Type".</b>

IDoc type supplied by SAP (standard format for data communication). Basic types can be modified by customers to create a new, upward-compatible IDoc type. Basic types can also be defined by customers and modified at a later date. Basic types and subsequent modifications created by customers are not necessarily upward-compatible.

<b>To check detail of any IDOC, user transaction <u>WE60</u>.</b>

Check area Menu <b>WEDI</b>. Its a Area menu for all IDOC related transaction. Enter command WEDI ( where you enter transaction code - Top left of screen ). Also, this command only works from very first screen of SAP. This is SAP eacy access screen you see when you logon into SAP. Since WEDI is area menu, you can only execute from very first screen.

Here is the list of other area menu.

WEDI - IDOC and EDI Basis

BALE - ALE Administration

Let me know if you need any other information.

Regards,

RS

4 REPLIES 4
Read only

Former Member
0 Likes
1,556

Hi Charles,

The details of IDOC can be had in T.Code WE64.

Pls award points if helpful.

Thanks

Dany

Read only

Former Member
0 Likes
1,556

To Add further Basic Idoc type says what kind of information that the IDOC carries in its segments.

IDOC is an instance of Basic IDOC type.

Read only

Former Member
0 Likes
1,557

Hi,

<b>IDOC Basic type means, IDOC type delivered by SAP</b>. When you want to modify the IDOC provided by SAP, you create an Extension IDOC of Basic type.

<b>This is what SAP says about "Basic Type".</b>

IDoc type supplied by SAP (standard format for data communication). Basic types can be modified by customers to create a new, upward-compatible IDoc type. Basic types can also be defined by customers and modified at a later date. Basic types and subsequent modifications created by customers are not necessarily upward-compatible.

<b>To check detail of any IDOC, user transaction <u>WE60</u>.</b>

Check area Menu <b>WEDI</b>. Its a Area menu for all IDOC related transaction. Enter command WEDI ( where you enter transaction code - Top left of screen ). Also, this command only works from very first screen of SAP. This is SAP eacy access screen you see when you logon into SAP. Since WEDI is area menu, you can only execute from very first screen.

Here is the list of other area menu.

WEDI - IDOC and EDI Basis

BALE - ALE Administration

Let me know if you need any other information.

Regards,

RS

Read only

Former Member
0 Likes
1,556

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,

Ferry Lianto