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: 

IDoc Extension & Type

Former Member
0 Kudos

Hi!

What is IDoc extension & Idoc Type.

and also please give their diff.

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

3 REPLIES 3

varma_narayana
Active Contributor
0 Kudos

Hi Rahul

IDOC Type : Defines the Structure(Hierarchy of Segments) based on which the IDOC(Data records) will be generated.

IDOC Type Can be

1. Basic Type : These are IDOC types delivered by SAP like MATMAS03

Customers can also create Basic idoc types

2. IDOC Extension: These are Created only by customers to Extend the Existing IDOC Types by adding Additional Segments.

<b>reward if Helpful.</b>

0 Kudos

Hi,

In Extended Idoc type you could add custom field and populate them using exit

present in standard Idoc creatation FM associated with process code

Or you alltogether create a new basic type and develope a custom program for creatation of Idocs.

Regards,

Amit R.

Former Member
0 Kudos

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.